What is the preferred doc extraction tool?

BJörn Lindqvist bjourne at gmail.com
Mon Jul 9 10:57:33 EDT 2007


On 7/9/07, Emin.shopper Martinian.shopper <emin.shopper at gmail.com> wrote:
> Dear Experts,
>
> What is the preferred doc extraction tool for python? It seems that there
> are many very nice options (e.g., pydoc, epydoc, HappyDoc, and lots of
> others), but what is the "standard" tool or at least what is the tool used
> to generate the documentation for the python standard library?

The tool is Latex plus a lot of utilities that help make the HTML
output good looking. It doesn't even extract documentation from the
source. The best tool is definitely epydoc. It produces very good
looking javadoc-like html output by default, no annoying css setup
needed. You can also produce pdfs with it which is very nice.

-- 
mvh Björn



More information about the Python-list mailing list