On 7/9/07, Emin.shopper Martinian.shopper <[EMAIL PROTECTED]> 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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to