summaryrefslogtreecommitdiff
path: root/docs/api/interfaces.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-12-23 03:33:15 +0000
committerChris McDonough <chrism@agendaless.com>2009-12-23 03:33:15 +0000
commitfe96f48729f94d9650ad163d21c6b84bb70609e9 (patch)
tree272926b28fce509c96adb480fdc1680cbfdbf671 /docs/api/interfaces.rst
parent7c411c40adc3d64f41578e1a176adafcbe4e8b33 (diff)
downloadpyramid-fe96f48729f94d9650ad163d21c6b84bb70609e9.tar.gz
pyramid-fe96f48729f94d9650ad163d21c6b84bb70609e9.tar.bz2
pyramid-fe96f48729f94d9650ad163d21c6b84bb70609e9.zip
- Added the ``repoze.bfg.authentication``,
``repoze.bfg.authorization``, and ``repoze.bfg.interfaces`` modules to API documentation.
Diffstat (limited to 'docs/api/interfaces.rst')
-rw-r--r--docs/api/interfaces.rst16
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/api/interfaces.rst b/docs/api/interfaces.rst
new file mode 100644
index 000000000..3e68d2e9f
--- /dev/null
+++ b/docs/api/interfaces.rst
@@ -0,0 +1,16 @@
+.. _interfaces_module:
+
+:mod:`repoze.bfg.interfaces`
+----------------------------
+
+.. automodule:: repoze.bfg.interfaces
+
+ .. autoclass:: IAfterTraversal
+
+ .. autoclass:: INewRequest
+
+ .. autoclass:: INewResponse
+
+ .. autoclass:: IWSGIApplicationCreatedEvent
+
+