summaryrefslogtreecommitdiff
path: root/docs/api
diff options
context:
space:
mode:
authorJason Madden <jamadden@gmail.com>2018-07-19 11:08:35 -0500
committerJason Madden <jamadden@gmail.com>2018-07-19 11:08:35 -0500
commite1b905fbf2a7f404881a59b289a73800fd7c04b4 (patch)
tree1946c400f9739497d46f2739df0a8f594e873d68 /docs/api
parent4eb327e5854ce3de42e030529bb5d816a1d1c472 (diff)
downloadzope-interface-e1b905fbf2a7f404881a59b289a73800fd7c04b4.tar.gz
Formatting and cross refs for IComponents.
Diffstat (limited to 'docs/api')
-rw-r--r--docs/api/components.rst9
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/api/components.rst b/docs/api/components.rst
index ec043b7..204adc3 100644
--- a/docs/api/components.rst
+++ b/docs/api/components.rst
@@ -32,6 +32,7 @@ defined by an interface and a default implementation is provided.
Registration
------------
+.. autointerface:: zope.interface.interfaces.IObjectEvent
.. autointerface:: zope.interface.interfaces.IRegistrationEvent
.. autointerface:: zope.interface.interfaces.IRegistered
@@ -44,7 +45,7 @@ Registration
Details
-------
-These are all types of ``ObjectEvent``, meaning they have an object
+These are all types of ``IObjectEvent``, meaning they have an object
that provides specific details about the event. Component registries
create detail objects for four types of components they manage.
@@ -75,3 +76,9 @@ All four share a common base interface.
.. autointerface:: zope.interface.interfaces.ISubscriptionAdapterRegistration
.. autoclass:: zope.interface.registry.SubscriptionRegistration
+
+Exceptions
+==========
+
+.. autoclass:: zope.interface.interfaces.ComponentLookupError
+.. autoclass:: zope.interface.interfaces.Invalid