diff options
| author | Chris McDonough <chrism@agendaless.com> | 2010-01-18 18:07:12 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2010-01-18 18:07:12 +0000 |
| commit | c5f24b2957a2a7569d70930ac5bc630cc5aaac55 (patch) | |
| tree | b6c09425e10c2900bf2120dfe4d390e9070f960c /docs/narr/hooks.rst | |
| parent | e4ed8fdb6acc8a9b040c8f61221da0e79821e071 (diff) | |
| download | pyramid-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.rst | 8 |
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 ------------------------------------------------------------ |
