Python3: API Documentation generator

Chris Rebert clp2 at rebertia.com
Mon Sep 27 03:02:03 EDT 2010


On Sun, Sep 26, 2010 at 11:56 PM, Tim Diels <farkmor at gmail.com> wrote:
>  Hi all
>
> I've just switched to python3 and it turns out my current API documentation
> generator (epydoc) no longer works. I am looking for a tool that reads the
> docstrings of all classes, ... in my project and turns it into HTML
> documentation.

Sphinx (http://sphinx.pocoo.org/ ) is the new gold standard. You'll
want to enable the `autodoc` extension:
http://sphinx.pocoo.org/ext/autodoc.html

Cheers,
Chris
--
http://blog.rebertia.com



More information about the Python-list mailing list