|
From: David G. <go...@py...> - 2002-12-06 02:46:52
|
Engelbert Gruber wrote:
> what is the intention:
The intention is to summarize the code and docstrings of Python
modules in order to auto-document the code. Specifically, the
intention is to extract some pieces of raw source code (RHS of
assignments and default argument values, perhaps others) that don't
survive intact past compiler.parse().
See my reply to Doug Hellmann, and
http://docutils.sf.net/pep-0258.html#python-source-reader
--
David Goodger <go...@py...> Open-source projects:
- Python Docutils: http://docutils.sourceforge.net/
(includes reStructuredText: http://docutils.sf.net/rst.html)
- The Go Tools Project: http://gotools.sourceforge.net/
|