[Docstring-checkins] CVS: dps/dps __init__.py,1.3,1.4
Status: Pre-Alpha
Brought to you by:
goodger
From: David G. <go...@us...> - 2002-02-07 02:03:06
|
Update of /cvsroot/docstring/dps/dps In directory usw-pr-cvs1:/tmp/cvs-serv9813/dps/dps Modified Files: __init__.py Log Message: updated Index: __init__.py =================================================================== RCS file: /cvsroot/docstring/dps/dps/__init__.py,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** __init__.py 2002/02/06 02:41:37 1.3 --- __init__.py 2002/02/07 02:03:01 1.4 *************** *** 17,21 **** - __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. --- 17,22 ---- - __init__.py: Contains the package docstring only (this text). ! - core.py: Contains the ``Publisher`` class and ``publish()`` convenience ! function. - nodes.py: DPS document tree (doctree) node class library. *************** *** 30,34 **** scheme names to descriptions. ! - utils.py: Miscellaneous utilities. Subpackages: --- 31,36 ---- scheme names to descriptions. ! - utils.py: Contains the ``Reporter`` system warning class and miscellaneous ! utilities. Subpackages: |