diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-12-25 06:44:37 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-12-25 06:44:37 +0000 |
| commit | 0ac7b075f76b3989fe9eb763b73bab827c9deccd (patch) | |
| tree | 50c8d7d38837cb468af45ee90e34efec21bf3e73 /docs/narr/configuration.rst | |
| parent | a0169ff21b5cd7446bf0289bffdb52de8dc61290 (diff) | |
| download | pyramid-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.rst | 6 |
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: |
