summaryrefslogtreecommitdiff
path: root/docs/designdefense.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2013-03-22 10:24:55 -0700
committerChris McDonough <chrism@plope.com>2013-03-22 10:24:55 -0700
commit794e994dc0a67733ed3cebb69ea42eba7dff068c (patch)
tree9d56ab69e164168738eeecfd6616461ae691220d /docs/designdefense.rst
parentec7bf0085e115c6c16d6b7e0efd75bc7ff505d2c (diff)
parent1ad8de2b9032b5a452b75274b8f908645c732e57 (diff)
downloadpyramid-794e994dc0a67733ed3cebb69ea42eba7dff068c.tar.gz
pyramid-794e994dc0a67733ed3cebb69ea42eba7dff068c.tar.bz2
pyramid-794e994dc0a67733ed3cebb69ea42eba7dff068c.zip
Merge pull request #936 from tshepang/unused
remove unused 'ignore-next-block' directive
Diffstat (limited to 'docs/designdefense.rst')
-rw-r--r--docs/designdefense.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/designdefense.rst b/docs/designdefense.rst
index 749c9b099..7bc37ac06 100644
--- a/docs/designdefense.rst
+++ b/docs/designdefense.rst
@@ -120,7 +120,6 @@ that uses the ZCA global API is somewhat high. Consider a ZCA neophyte
reading the code that performs a typical "unnamed utility" lookup using the
:func:`zope.component.getUtility` global API:
-.. ignore-next-block
.. code-block:: python
:linenos:
@@ -190,7 +189,6 @@ special-purpose API functions that *do* use ZCA APIs. Take for example the
present in the current request or ``None`` if no userid is present in the
current request. The application developer calls it like so:
-.. ignore-next-block
.. code-block:: python
:linenos:
@@ -500,7 +498,6 @@ which match information in an associated "urlconf" such as
Zope, likewise allows you to add arbitrary keyword and positional
arguments to any method of a resource object found via traversal:
-.. ignore-next-block
.. code-block:: python
:linenos: