summaryrefslogtreecommitdiff
path: root/docs/api/config.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-01-16 17:25:34 -0500
committerChris McDonough <chrism@plope.com>2011-01-16 17:25:34 -0500
commite333c2c2236cbfd11809ee393aa71be1b4846d88 (patch)
tree2af7fc0a97cc528de875a44434d030e6ef73e0f1 /docs/api/config.rst
parent314283a5bec3159d5a0c7e4d7028a0feecd47fa0 (diff)
downloadpyramid-e333c2c2236cbfd11809ee393aa71be1b4846d88.tar.gz
pyramid-e333c2c2236cbfd11809ee393aa71be1b4846d88.tar.bz2
pyramid-e333c2c2236cbfd11809ee393aa71be1b4846d88.zip
Remove configurator.add_handler, handler-related functions and methods from pyramid.view, handler ZCML directive. This functionality is to be moved to a "pyramid_handlers" package.
Fix add_directive to properly persist directives across configurator creations.
Diffstat (limited to 'docs/api/config.rst')
-rw-r--r--docs/api/config.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/api/config.rst b/docs/api/config.rst
index 51666f53f..b4f85c248 100644
--- a/docs/api/config.rst
+++ b/docs/api/config.rst
@@ -48,8 +48,6 @@
.. automethod:: add_translation_dirs
- .. automethod:: add_handler
-
.. automethod:: add_view
.. automethod:: derive_view