summaryrefslogtreecommitdiff
path: root/docs/narr/hooks.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2010-01-18 18:07:12 +0000
committerChris McDonough <chrism@agendaless.com>2010-01-18 18:07:12 +0000
commitc5f24b2957a2a7569d70930ac5bc630cc5aaac55 (patch)
treeb6c09425e10c2900bf2120dfe4d390e9070f960c /docs/narr/hooks.rst
parente4ed8fdb6acc8a9b040c8f61221da0e79821e071 (diff)
downloadpyramid-c5f24b2957a2a7569d70930ac5bc630cc5aaac55.tar.gz
pyramid-c5f24b2957a2a7569d70930ac5bc630cc5aaac55.tar.bz2
pyramid-c5f24b2957a2a7569d70930ac5bc630cc5aaac55.zip
Prep for b1
Merge a bunch of paper-based docs fixes Configure logging during bfgshell.
Diffstat (limited to 'docs/narr/hooks.rst')
-rw-r--r--docs/narr/hooks.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/narr/hooks.rst b/docs/narr/hooks.rst
index 720fe8af9..1bc3289fc 100644
--- a/docs/narr/hooks.rst
+++ b/docs/narr/hooks.rst
@@ -7,7 +7,7 @@ Using Hooks
:mod:`repoze.bfg` framework in various ways.
.. index::
- pair: not found view; changing
+ single: not found view
.. _changing_the_notfound_view:
@@ -74,7 +74,7 @@ Here's some sample code that implements a minimal NotFound view:
is false.
.. index::
- pair: forbidden view; changing
+ single: forbidden view
.. _changing_the_forbidden_view:
@@ -155,7 +155,7 @@ Here's some sample code that implements a minimal forbidden view:
return a response with a ``403 Forbidden`` status code.
.. index::
- pair: traverser; changing
+ single: traverser
.. _changing_the_traverser:
@@ -252,7 +252,7 @@ wild" within `repoze.bfg.traversalwrapper
`repoze.bfg.metatg <http://svn.repoze.org/repoze.bfg.metatg/trunk/>`_.
.. index::
- pair: url generator; changing
+ single: url generator
Changing How :mod:`repoze.bfg.url.model_url` Generates a URL
------------------------------------------------------------