[Doc-SIG] DPS & reStructuredText updated
David Goodger
goodger@users.sourceforge.net
Tue, 05 Feb 2002 22:37:44 -0500
I've been adding features lately. Latest snapshots available in 90 minutes
from:
http://docstring.sourceforge.net/dps-snapshot.tgz
http://structuredtext.sourceforge.net/rst-snapshot.tgz
New:
- A "Visitor" pattern to the doctree (dps/nodes.py).
- Functional "Reader" (dps/readers/standalone.py; thanks Ueli!).
- Minimal "Writer" (dps/writers/pprint.py).
- Reworked system_warning/Reporter mechanism with log4j influence.
- A bunch of transforms (dps/transforms/).
I'd like to add a bit more functionality (such as access from
tools/quicktest.py or some other front-end, plus a simple HTML writer) and
update the PEPs, then I'll make and announce new releases (v0.4 of each).
Following this, I'll merge the parser into the DPS project; there's too much
duplication in the test code now. The project will be renamed to "docutils"
as well.
--
David Goodger goodger@users.sourceforge.net Open-source projects:
- Python Docstring Processing System: http://docstring.sourceforge.net
- reStructuredText: http://structuredtext.sourceforge.net
- The Go Tools Project: http://gotools.sourceforge.net