[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/apidoc/zcmlmodule/ Update doc strings to ReST

Phil Ruggera pruggera at san.rr.com
Wed Jul 14 18:14:25 EDT 2004


Log message for revision 26540:
  Update doc strings to ReST


Changed:
  U   Zope3/trunk/src/zope/app/apidoc/zcmlmodule/__init__.py
  U   Zope3/trunk/src/zope/app/apidoc/zcmlmodule/browser.py


-=-
Modified: Zope3/trunk/src/zope/app/apidoc/zcmlmodule/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/apidoc/zcmlmodule/__init__.py	2004-07-14 22:03:31 UTC (rev 26539)
+++ Zope3/trunk/src/zope/app/apidoc/zcmlmodule/__init__.py	2004-07-14 22:14:25 UTC (rev 26540)
@@ -20,6 +20,8 @@
 
 $Id$
 """
+__docformat__ = 'restructuredtext'
+
 import os
 
 from zope.configuration import docutils, xmlconfig
@@ -64,7 +66,7 @@
     r"""Simple namespace object for the ZCML Documentation Module.
 
     The namespace manages a particular ZCML namespace. The object always
-    expects the parent to be a 'ZCMLModule' instance.
+    expects the parent to be a `ZCMLModule` instance.
 
     Demonstration::
 
@@ -157,7 +159,7 @@
 class ZCMLModule(ReadContainerBase):
     r"""Represent the Documentation of all Interfaces.
 
-    This documentation is implemented using a simply 'IReadContainer'. The
+    This documentation is implemented using a simple `IReadContainer`. The
     items of the container are all the interfaces listed in the closest
     interface service and above.
 

Modified: Zope3/trunk/src/zope/app/apidoc/zcmlmodule/browser.py
===================================================================
--- Zope3/trunk/src/zope/app/apidoc/zcmlmodule/browser.py	2004-07-14 22:03:31 UTC (rev 26539)
+++ Zope3/trunk/src/zope/app/apidoc/zcmlmodule/browser.py	2004-07-14 22:14:25 UTC (rev 26540)
@@ -15,6 +15,8 @@
 
 $Id$
 """
+__docformat__ = 'restructuredtext'
+
 from zope.proxy import removeAllProxies
 from zope.configuration.xmlconfig import ParserInfo
 



More information about the Zope3-Checkins mailing list