Steve Piercy
2016-01-24 a94730c66cef830185e3dc78d72cb8a0a8ed9f23
Merge pull request #2281 from stevepiercy/1.6-branch

fix indent in docs
2 files modified
18 ■■■■ changed files
docs/narr/install.rst 4 ●●●● patch | view | raw | blame | history
docs/narr/subrequest.rst 14 ●●●● patch | view | raw | blame | history
docs/narr/install.rst
@@ -292,7 +292,7 @@
itself using the following commands:
.. parsed-literal::
   $ $VENV/bin/easy_install "pyramid==\ |release|\ "
The ``easy_install`` command will take longer than the previous ones to
@@ -371,7 +371,7 @@
   installed:
   .. parsed-literal::
      c:\\env> %VENV%\\Scripts\\easy_install "pyramid==\ |release|\ "
What Gets Installed
docs/narr/subrequest.rst
@@ -17,7 +17,7 @@
Here's an example application which uses a subrequest:
.. code-block:: python
  :linenos:
   :linenos:
   from wsgiref.simple_server import make_server
   from pyramid.config import Configurator
@@ -61,8 +61,8 @@
object:
.. code-block:: python
  :linenos:
  :emphasize-lines: 11
   :linenos:
   :emphasize-lines: 11
   from wsgiref.simple_server import make_server
   from pyramid.config import Configurator
@@ -106,8 +106,8 @@
:term:`exception view` configured:
.. code-block:: python
  :linenos:
  :emphasize-lines: 11-16
   :linenos:
   :emphasize-lines: 11-16
   from wsgiref.simple_server import make_server
   from pyramid.config import Configurator
@@ -175,8 +175,8 @@
:meth:`~pyramid.request.Request.invoke_subrequest`, like this:
.. code-block:: python
  :linenos:
  :emphasize-lines: 7
   :linenos:
   :emphasize-lines: 7
   from wsgiref.simple_server import make_server
   from pyramid.config import Configurator