diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-12-23 21:11:30 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-12-23 21:11:30 +0000 |
| commit | 7696aab2e51ff7b49ae825219e79fed201f7163f (patch) | |
| tree | d621a0ca09b9400663165ed94cb4f5caa3f63380 /docs/api/configuration.rst | |
| parent | 7144388b1fd10fec7a18de7ce1e7fc46c11a9ab6 (diff) | |
| download | pyramid-7696aab2e51ff7b49ae825219e79fed201f7163f.tar.gz pyramid-7696aab2e51ff7b49ae825219e79fed201f7163f.tar.bz2 pyramid-7696aab2e51ff7b49ae825219e79fed201f7163f.zip | |
- Add ``hook_zca`` and ``unhook_zca`` methods to the ``Configurator``
API.
- Add roles to configurator API docs.
Diffstat (limited to 'docs/api/configuration.rst')
| -rw-r--r-- | docs/api/configuration.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/api/configuration.rst b/docs/api/configuration.rst index 49ad955f2..63f6eb44f 100644 --- a/docs/api/configuration.rst +++ b/docs/api/configuration.rst @@ -16,6 +16,10 @@ .. automethod:: end + .. automethod:: hook_zca() + + .. automethod:: unhook_zca() + .. automethod:: add_renderer(name, factory) .. automethod:: add_route @@ -47,3 +51,4 @@ .. automethod:: testing_add_subscriber .. automethod:: testing_add_template + |
