summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJason Madden <jamadden@gmail.com>2020-03-18 09:55:33 -0500
committerJason Madden <jamadden@gmail.com>2020-03-18 09:55:33 -0500
commite1e94a0da968faa7d3f371b33e29734abd71e8a1 (patch)
treeed2d18e9511dc5854627da34dda0238a8ae0c4d4 /docs
parentf4b777d4a52f69aa2cbd79b285320e9c9f5726e9 (diff)
downloadzope-interface-issue190.tar.gz
More minor documentation fixups.issue190
Mostly formatting. Some interfaces were being documented as clasess, which doesn't work.
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
-----