Skip to content

Commit

Permalink
Formatting and cross refs for IComponents.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Jul 19, 2018
1 parent 4eb327e commit e1b905f
Show file tree
Hide file tree
Showing 2 changed files with 110 additions and 115 deletions.
9 changes: 8 additions & 1 deletion docs/api/components.rst
Expand Up @@ -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
Expand All @@ -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.

Expand Down Expand Up @@ -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

0 comments on commit e1b905f

Please sign in to comment.