From 0ac7b075f76b3989fe9eb763b73bab827c9deccd Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 25 Dec 2009 06:44:37 +0000 Subject: Fix syntax errors found via manuel, and add manuel-style markers to prevent untestable code blocks from being tested. --- docs/narr/configuration.rst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/narr/configuration.rst') 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: -- cgit v1.2.3