summaryrefslogtreecommitdiff
path: root/docs/whatsnew-1.1.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/whatsnew-1.1.rst')
-rw-r--r--docs/whatsnew-1.1.rst3
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: