Chris McDonough
2011-01-28 b897736045bce0b033eb7be6d8489e012b533e4e
dont use tab-width directive (older sphinx does not support, need to build book with older sphinx)
4 files modified
11 ■■■■■ changed files
docs/tutorials/wiki/authorization.rst 3 ●●●●● patch | view | raw | blame | history
docs/tutorials/wiki/definingviews.rst 2 ●●●●● patch | view | raw | blame | history
docs/tutorials/wiki2/authorization.rst 3 ●●●●● patch | view | raw | blame | history
docs/tutorials/wiki2/definingviews.rst 3 ●●●●● patch | view | raw | blame | history
docs/tutorials/wiki/authorization.rst
@@ -137,7 +137,6 @@
.. literalinclude:: src/authorization/tutorial/templates/login.pt
   :language: xml
   :tab-width: 2
Change ``view.pt`` and ``edit.pt``
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -282,14 +281,12 @@
.. literalinclude:: src/authorization/tutorial/templates/edit.pt
   :linenos:
   :language: xml
   :tab-width: 2
Our ``view.pt`` template will look something like this when we're done:
.. literalinclude:: src/authorization/tutorial/templates/view.pt
   :linenos:
   :language: xml
   :tab-width: 2
Revisiting the Application
---------------------------
docs/tutorials/wiki/definingviews.rst
@@ -231,7 +231,6 @@
.. literalinclude:: src/views/tutorial/templates/view.pt
   :language: xml
   :tab-width: 2
.. note:: The names available for our use in a template are always those that
   are present in the dictionary returned by the view callable.  But our
@@ -258,7 +257,6 @@
.. literalinclude:: src/views/tutorial/templates/edit.pt
   :language: xml
   :tab-width: 2
Static Assets
-------------
docs/tutorials/wiki2/authorization.rst
@@ -203,7 +203,6 @@
.. literalinclude:: src/authorization/tutorial/templates/login.pt
   :language: xml
   :tab-width: 2
Change ``view.pt`` and ``edit.pt``
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -261,13 +260,11 @@
.. literalinclude:: src/authorization/tutorial/templates/edit.pt
   :language: xml
   :tab-width: 2
Our ``view.pt`` template will look something like this when we're done:
.. literalinclude:: src/authorization/tutorial/templates/view.pt
   :language: xml
   :tab-width: 2
Revisiting the Application
---------------------------
docs/tutorials/wiki2/definingviews.rst
@@ -213,7 +213,6 @@
.. literalinclude:: src/views/tutorial/templates/view.pt
   :language: xml
   :tab-width: 2
.. note:: The names available for our use in a template are always
   those that are present in the dictionary returned by the view
@@ -241,8 +240,6 @@
.. literalinclude:: src/views/tutorial/templates/edit.pt
   :language: xml
   :tab-width: 2
Static Assets
-------------