summaryrefslogtreecommitdiff
path: root/docs/api
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-08-06 18:58:26 -0400
committerChris McDonough <chrism@plope.com>2011-08-06 18:58:26 -0400
commit1311321d454ded6226b09f929ebc9e4aa2c12771 (patch)
tree21f29844f8bb92f8ebc644ddf87d1650e962ccf2 /docs/api
parent1dc57d53c54338df467e6c1e8201589eab73022f (diff)
downloadpyramid-1311321d454ded6226b09f929ebc9e4aa2c12771.tar.gz
pyramid-1311321d454ded6226b09f929ebc9e4aa2c12771.tar.bz2
pyramid-1311321d454ded6226b09f929ebc9e4aa2c12771.zip
add tweens module, add docs for ptweens and tweens to hooks
Diffstat (limited to 'docs/api')
-rw-r--r--docs/api/config.rst2
-rw-r--r--docs/api/tweens.rst8
2 files changed, 9 insertions, 1 deletions
diff --git a/docs/api/config.rst b/docs/api/config.rst
index 21e2b828d..1a9bb6ba4 100644
--- a/docs/api/config.rst
+++ b/docs/api/config.rst
@@ -78,7 +78,7 @@
.. automethod:: set_view_mapper
- .. automethod:: add_request_handler
+ .. automethod:: add_tween
.. automethod:: testing_securitypolicy
diff --git a/docs/api/tweens.rst b/docs/api/tweens.rst
new file mode 100644
index 000000000..5fc15cb00
--- /dev/null
+++ b/docs/api/tweens.rst
@@ -0,0 +1,8 @@
+.. _tweens_module:
+
+:mod:`pyramid.tweens`
+---------------------
+
+.. automodule:: pyramid.tweens
+
+ .. autofunction:: excview_tween_factory