diff options
| author | Steve Piercy <web@stevepiercy.com> | 2015-01-22 03:51:09 -0800 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2015-01-22 03:51:09 -0800 |
| commit | 11c6a51ad35da3e57a6434e16b94e66ccd109817 (patch) | |
| tree | bf34f4d4cb49a0dd2f6bf5fdb334ab1105a772db /docs/narr/hooks.rst | |
| parent | 6c867a84ed7d7a1307811fba0cf1e1575b9dbefb (diff) | |
| parent | 0e4dcf9f85babd94dcd9fc59513d257b4aba8d40 (diff) | |
| download | pyramid-11c6a51ad35da3e57a6434e16b94e66ccd109817.tar.gz pyramid-11c6a51ad35da3e57a6434e16b94e66ccd109817.tar.bz2 pyramid-11c6a51ad35da3e57a6434e16b94e66ccd109817.zip | |
Merge pull request #1540 from stevepiercy/master
fix master branch docs from "changing the response factory" breakage; use intersphinx mapping to python.org to prevent link rot
Diffstat (limited to 'docs/narr/hooks.rst')
| -rw-r--r-- | docs/narr/hooks.rst | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/docs/narr/hooks.rst b/docs/narr/hooks.rst index 5bba0d143..17cae2c67 100644 --- a/docs/narr/hooks.rst +++ b/docs/narr/hooks.rst @@ -349,12 +349,6 @@ We attach and cache an object named ``extra`` to the ``request`` object. the property .. index:: - single: before render event - single: adding renderer globals - -.. _beforerender_event: - -.. index:: single: response factory .. _changing_the_response_factory: @@ -400,6 +394,11 @@ already constructed a :term:`configurator` it can also be registered via the config = Configurator() config.set_response_factory(lambda r: MyResponse()) +.. index:: + single: before render event + single: adding renderer globals + +.. _beforerender_event: Using The Before Render Event ----------------------------- |
