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/whatsnew-1.1.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/whatsnew-1.1.rst') 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: -- cgit v1.2.3