summaryrefslogtreecommitdiff
path: root/docs/api/events.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/api/events.rst')
-rw-r--r--docs/api/events.rst14
1 files changed, 11 insertions, 3 deletions
diff --git a/docs/api/events.rst b/docs/api/events.rst
index bb1ba1cf5..cad199be3 100644
--- a/docs/api/events.rst
+++ b/docs/api/events.rst
@@ -5,11 +5,19 @@
.. automodule:: repoze.bfg.events
- .. autoclass:: NewRequest
+Functions
+~~~~~~~~~
- .. autoclass:: NewResponse
+.. autofunction:: subscriber
- .. autoclass:: WSGIApplicationCreatedEvent
+Event Types
+~~~~~~~~~~~
+
+.. autoclass:: NewRequest
+
+.. autoclass:: NewResponse
+
+.. autoclass:: WSGIApplicationCreatedEvent
See :ref:`events_chapter` for more information about how to register
code which subscribes to these events.