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/whatsnew-1.1.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/whatsnew-1.1.rst')
| -rw-r--r-- | docs/whatsnew-1.1.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/whatsnew-1.1.rst b/docs/whatsnew-1.1.rst index d88e424ce..c2573ae55 100644 --- a/docs/whatsnew-1.1.rst +++ b/docs/whatsnew-1.1.rst @@ -59,6 +59,7 @@ name` could be spelled via a ``@bfg_view`` decorator with a different ``for_`` parameter. The view ultimately chosen would be based on the :term:`context` type based on the ``for_`` attribute like so: +.. ignore-next-block .. code-block:: python from webob import Response @@ -90,6 +91,7 @@ implies that the view will be called when the class or interface mentioned as ``containment`` is present with respect to any instance in the :term:`lineage` of the context: +.. ignore-next-block .. code-block:: python from webob import Response @@ -400,6 +402,7 @@ You can generate a URL to a resource which lives within the ``templates/static`` subdirectory using the ``static_url`` API like so: +.. ignore-next-block .. code-block:: python :linenos: |
