Update of /cvsroot/docstring/dps/dps
In directory usw-pr-cvs1:/tmp/cvs-serv21976/dps/dps
Modified Files:
__init__.py
Log Message:
updated
Index: __init__.py
===================================================================
RCS file: /cvsroot/docstring/dps/dps/__init__.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** __init__.py 2002/01/16 02:51:47 1.2
--- __init__.py 2002/02/06 02:41:37 1.3
***************
*** 15,19 ****
Modules:
! - __init__.py: Contains package docstring only (this text).
- nodes.py: DPS document tree (doctree) node class library.
--- 15,21 ----
Modules:
! - __init__.py: Contains the package docstring only (this text).
!
! - core.py: Contains the ``Publisher`` class and ``convert()`` function.
- nodes.py: DPS document tree (doctree) node class library.
***************
*** 44,45 ****
--- 46,49 ----
- writers: Format-specific output translators.
"""
+
+ __docformat__ = 'reStructuredText'
|