summaryrefslogtreecommitdiff
path: root/docs
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
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')
-rw-r--r--docs/api/config.rst2
-rw-r--r--docs/zcml.rst1
2 files changed, 0 insertions, 3 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
diff --git a/docs/zcml.rst b/docs/zcml.rst
index e5bbe5d4b..caced5c16 100644
--- a/docs/zcml.rst
+++ b/docs/zcml.rst
@@ -17,7 +17,6 @@ documentation is organized alphabetically by directive name.
zcml/configure
zcml/default_permission
zcml/forbidden
- zcml/handler
zcml/include
zcml/localenegotiator
zcml/notfound