[Checkins] SVN: zope.configuration/branches/tseaver-test_cleanup/docs/ API ref for z.c.zopeconfigure.

Tres Seaver cvs-admin at zope.org
Tue May 8 01:18:09 UTC 2012


Log message for revision 125710:
  API ref for z.c.zopeconfigure.

Changed:
  A   zope.configuration/branches/tseaver-test_cleanup/docs/api/zopeconfigure.rst
  U   zope.configuration/branches/tseaver-test_cleanup/docs/index.rst

-=-
Added: zope.configuration/branches/tseaver-test_cleanup/docs/api/zopeconfigure.rst
===================================================================
--- zope.configuration/branches/tseaver-test_cleanup/docs/api/zopeconfigure.rst	                        (rev 0)
+++ zope.configuration/branches/tseaver-test_cleanup/docs/api/zopeconfigure.rst	2012-05-08 01:18:05 UTC (rev 125710)
@@ -0,0 +1,12 @@
+:mod:`zope.configuration.zopeconfigure`
+=======================================
+
+.. automodule:: zope.configuration.zopeconfigure
+
+.. autointerface:: IZopeConfigure
+   :members:
+   :member-order: bysource
+
+.. autoclass:: ZopeConfigure
+   :members:
+   :member-order: bysource

Modified: zope.configuration/branches/tseaver-test_cleanup/docs/index.rst
===================================================================
--- zope.configuration/branches/tseaver-test_cleanup/docs/index.rst	2012-05-08 01:17:58 UTC (rev 125709)
+++ zope.configuration/branches/tseaver-test_cleanup/docs/index.rst	2012-05-08 01:18:05 UTC (rev 125710)
@@ -22,6 +22,7 @@
    api/name
    api/stxdocs
    api/xmlconfig
+   api/zopeconfigure
 
 
 Indices and tables



More information about the checkins mailing list