summaryrefslogtreecommitdiff
path: root/docs/narr/configuration.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-12-25 06:44:37 +0000
committerChris McDonough <chrism@agendaless.com>2009-12-25 06:44:37 +0000
commit0ac7b075f76b3989fe9eb763b73bab827c9deccd (patch)
tree50c8d7d38837cb468af45ee90e34efec21bf3e73 /docs/narr/configuration.rst
parenta0169ff21b5cd7446bf0289bffdb52de8dc61290 (diff)
downloadpyramid-0ac7b075f76b3989fe9eb763b73bab827c9deccd.tar.gz
pyramid-0ac7b075f76b3989fe9eb763b73bab827c9deccd.tar.bz2
pyramid-0ac7b075f76b3989fe9eb763b73bab827c9deccd.zip
Fix syntax errors found via manuel, and add manuel-style markers to prevent
untestable code blocks from being tested.
Diffstat (limited to 'docs/narr/configuration.rst')
-rw-r--r--docs/narr/configuration.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/narr/configuration.rst b/docs/narr/configuration.rst
index e56d9f1d1..3183d278a 100644
--- a/docs/narr/configuration.rst
+++ b/docs/narr/configuration.rst
@@ -326,6 +326,7 @@ this particular :mod:`repoze.bfg` application.
Beginning Configuration
~~~~~~~~~~~~~~~~~~~~~~~
+.. ignore-next-block
.. code-block:: python
:linenos:
@@ -344,6 +345,7 @@ associated with the configurator to become "current".
Adding Configuration
~~~~~~~~~~~~~~~~~~~~
+.. ignore-next-block
.. code-block:: python
:linenos:
@@ -445,6 +447,7 @@ ends with ``/goodbye``.
Ending Configuration
~~~~~~~~~~~~~~~~~~~~
+.. ignore-next-block
.. code-block:: python
:linenos:
@@ -462,6 +465,7 @@ associated with the configurator.
WSGI Application Creation
~~~~~~~~~~~~~~~~~~~~~~~~~
+.. ignore-next-block
.. code-block:: python
:linenos:
@@ -493,6 +497,7 @@ when it visits the URL with the path info ``/goodbye``.
WSGI Application Serving
~~~~~~~~~~~~~~~~~~~~~~~~
+.. ignore-next-block
.. code-block:: python
:linenos:
@@ -750,6 +755,7 @@ just spelling things differently, using XML instead of Python.
In our previously defined application, in which we added view
configurations imperatively, we saw this code:
+.. ignore-next-block
.. code-block:: python
:linenos: