summaryrefslogtreecommitdiff
path: root/docs/narr/security.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/narr/security.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/narr/security.rst')
-rw-r--r--docs/narr/security.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/narr/security.rst b/docs/narr/security.rst
index 203aa2404..e91e8c542 100644
--- a/docs/narr/security.rst
+++ b/docs/narr/security.rst
@@ -85,7 +85,6 @@ during application setup to specify the authentication policy.
For example:
-.. ignore-next-block
.. code-block:: python
:linenos:
@@ -151,7 +150,6 @@ API:
The equivalent view registration including the ``add`` permission name
may be performed via the ``@view_config`` decorator:
-.. ignore-next-block
.. code-block:: python
:linenos: