[Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/apidoc/viewmodule/__init__.py
Converted module to ReST.
Stephan Richter
srichter at cosmos.phy.tufts.edu
Mon Jul 19 08:39:46 EDT 2004
Log message for revision 26622:
Converted module to ReST.
Changed:
U Zope3/trunk/src/zope/app/apidoc/viewmodule/__init__.py
-=-
Modified: Zope3/trunk/src/zope/app/apidoc/viewmodule/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/apidoc/viewmodule/__init__.py 2004-07-19 12:35:31 UTC (rev 26621)
+++ Zope3/trunk/src/zope/app/apidoc/viewmodule/__init__.py 2004-07-19 12:39:46 UTC (rev 26622)
@@ -15,6 +15,7 @@
$Id$
"""
+__docformat__ = 'restructuredtext'
from zope.app import zapi
from zope.interface import implements, classImplements, Interface, Attribute
from zope.component.presentation import SkinRegistration
@@ -71,8 +72,8 @@
interface and a presentation type for which views should be found.
By default, the resulting views exclude views that have no required
- interface ('None') or are registered to require
- 'zope.interface.Interface'. To see these additional views, click on
+ interface (``None``) or are registered to require
+ ``zope.interface.Interface``. To see these additional views, click on
"Show all views".
Once you click on "Show" you will be presented with a list of all
@@ -120,7 +121,7 @@
This is used as a wrapper to output end-user friendlier information. We
also always want the documentation of a layer registration to be a string,
- which the 'LayerRegistration.doc' attribute does not guarantee.
+ which the `LayerRegistration.doc` attribute does not guarantee.
Examples::
@@ -217,7 +218,7 @@
This is used as a wrapper to output end-user friendlier information. We
also always want the documentation of a layer registration to be a string,
- which the 'LayerRegistration.doc' attribute does not guarantee.
+ which the `LayerRegistration.doc` attribute does not guarantee.
Examples::
More information about the Zope3-Checkins
mailing list