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

Phil Ruggera pruggera at san.rr.com
Wed Jul 14 01:42:06 EDT 2004


Log message for revision 26522:
  Update doc strings to ReST


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


-=-
Modified: Zope3/trunk/src/zope/app/apidoc/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/apidoc/__init__.py	2004-07-14 05:38:57 UTC (rev 26521)
+++ Zope3/trunk/src/zope/app/apidoc/__init__.py	2004-07-14 05:42:06 UTC (rev 26522)
@@ -15,6 +15,8 @@
 
 $Id$
 """
+__docformat__ = 'restructuredtext'
+
 from zope.interface import implements
 
 from zope.app import zapi
@@ -27,9 +29,9 @@
 class APIDocumentation(ReadContainerBase):
     r"""Represent the complete API Documentation.
 
-    This documentation is implemented using a simply 'IReadContainer'. The
+    This documentation is implemented using a simply `IReadContainer`. The
     items of the container are all registered utilities for
-    IDocumentationModule.
+    `IDocumentationModule`.
 
     Demonstration::
 



More information about the Zope3-Checkins mailing list