[Checkins] SVN: zope.component/tseaver-test_cleanup/ Begin documenting z.c API.

Tres Seaver cvs-admin at zope.org
Sun Jun 17 21:36:37 UTC 2012


Log message for revision 126899:
  Begin documenting z.c API.

Changed:
  _U  zope.component/tseaver-test_cleanup/
  A   zope.component/tseaver-test_cleanup/docs/api.rst
  U   zope.component/tseaver-test_cleanup/docs/index.rst

-=-
Added: zope.component/tseaver-test_cleanup/docs/api.rst
===================================================================
--- zope.component/tseaver-test_cleanup/docs/api.rst	                        (rev 0)
+++ zope.component/tseaver-test_cleanup/docs/api.rst	2012-06-17 21:36:31 UTC (rev 126899)
@@ -0,0 +1,33 @@
+:mod:`zope.component` API
+=========================
+
+:mod:`zope.component.interfaces`
+--------------------------------
+
+.. automodule:: zope.component.interfaces
+
+   .. autointerface:: IComponentArchitecture
+      :members:
+      :member-order: bysource
+
+   .. autointerface:: IRegistry
+      :members:
+      :member-order: bysource
+
+   .. autointerface:: IComponentRegistrationConvenience
+      :members:
+      :member-order: bysource
+
+   .. autointerface:: IPossibleSite
+      :members:
+      :member-order: bysource
+
+   .. autointerface:: ISite
+      :members:
+      :member-order: bysource
+
+   .. autoexception:: Misused
+
+   .. autointerface:: IFactory
+      :members:
+      :member-order: bysource

Modified: zope.component/tseaver-test_cleanup/docs/index.rst
===================================================================
--- zope.component/tseaver-test_cleanup/docs/index.rst	2012-06-17 18:32:22 UTC (rev 126898)
+++ zope.component/tseaver-test_cleanup/docs/index.rst	2012-06-17 21:36:31 UTC (rev 126899)
@@ -1,5 +1,5 @@
-Welcome to zope.component's documentation!
-==========================================
+:mod:`zope.component`
+=====================
 
 Contents:
 
@@ -16,6 +16,8 @@
    hooks
    testlayer
 
+   api
+
 Indices and tables
 ==================
 



More information about the checkins mailing list