summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/api/specifications.rst7
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/api/specifications.rst b/docs/api/specifications.rst
index 53b0ab7..357e361 100644
--- a/docs/api/specifications.rst
+++ b/docs/api/specifications.rst
@@ -197,14 +197,17 @@ content, or body, of an ``Interface``.
.. autointerface:: zope.interface.interfaces.IAttribute
.. autoclass:: zope.interface.interface.Attribute
+ :no-members:
-.. autoclass:: IMethod
+.. autointerface:: IMethod
+.. autoclass:: zope.interface.interface.Method
+ :no-members:
Finally we can look at the definition of ``IInterface``.
.. autointerface:: IInterface
-.. autoclass:: zope.interface.Interface
+.. autointerface:: zope.interface.Interface
Usage
-----