summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2010-10-26 01:52:16 -0400
committerChris McDonough <chrism@plope.com>2010-10-26 01:52:16 -0400
commit9b8d0ca728b9668d853032dc2ed9136887a9bdf9 (patch)
tree4645c24f93a755508d729cab46d434f26168b538 /docs
parent8df795a82d4ee0a5670964ad18f7cfa54583aedb (diff)
downloadpyramid-9b8d0ca728b9668d853032dc2ed9136887a9bdf9.tar.gz
pyramid-9b8d0ca728b9668d853032dc2ed9136887a9bdf9.tar.bz2
pyramid-9b8d0ca728b9668d853032dc2ed9136887a9bdf9.zip
add handler code
Diffstat (limited to 'docs')
-rw-r--r--docs/api/configuration.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/api/configuration.rst b/docs/api/configuration.rst
index c0b52ed3f..f13fc48e5 100644
--- a/docs/api/configuration.rst
+++ b/docs/api/configuration.rst
@@ -42,6 +42,8 @@
.. automethod:: add_translation_dirs
+ .. automethod:: add_handler
+
.. automethod:: add_view
.. automethod:: derive_view