What's "the standard" for code docs?
Paul Boddie
paul at boddie.org.uk
Wed Feb 20 07:30:38 EST 2008
On 20 Feb, 09:32, Paul McGuire <pt... at austin.rr.com> wrote:
>
> I use epydoc for pyparsing, and I really like the results. Just make
> sure that importing your modules doesn't really do anything
> substantial (like connect to db's, or run unit tests that run for
> hours); epydoc imports your code and then introspects it to extract
> the classes, methods, docstrings, etc.
Or use the --parse-only option to avoid the introspection.
> (And I think you asked an honest question, and did not deserve the
> rude answers you got. This NG is normally better behaved.)
Indeed.
Paul
More information about the Python-list
mailing list