diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-12-20 11:14:23 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-12-20 11:14:23 +0000 |
| commit | eee8fb4a6d28a2e84b313b5518914b0fe1ab043e (patch) | |
| tree | c591ed279da5c5f6725c3c9cddffb0269c8968c2 /docs/api | |
| parent | e9c88cab25de6e0024ff0207ac6f541756a43a27 (diff) | |
| download | pyramid-eee8fb4a6d28a2e84b313b5518914b0fe1ab043e.tar.gz pyramid-eee8fb4a6d28a2e84b313b5518914b0fe1ab043e.tar.bz2 pyramid-eee8fb4a6d28a2e84b313b5518914b0fe1ab043e.zip | |
Get rid of add_adapter and add_utility APIs (config.registry.registerAdapter and config.registry.registerUtility will work).
Diffstat (limited to 'docs/api')
| -rw-r--r-- | docs/api/configuration.rst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/api/configuration.rst b/docs/api/configuration.rst index 95f3a7a4c..d90e75504 100644 --- a/docs/api/configuration.rst +++ b/docs/api/configuration.rst @@ -11,8 +11,6 @@ .. automethod:: end - .. automethod:: add_adapter - .. automethod:: add_renderer(name, factory) .. automethod:: add_route @@ -23,8 +21,6 @@ .. automethod:: add_subscriber - .. automethod:: add_utility - .. automethod:: add_view .. automethod:: load_zcml(spec) |
