On Sat, Sep 24, 2016 at 6:30 PM, Yann Kaiser <kaiser.y...@gmail.com> wrote:
> pydoctor may be something you're looking for. I don't know if it supports
> exporting to PDF like Sphinx does.
>
> As you've no doubt figured out by now, Sphinx doesn't revolve around the
> Python files themselves, but rather .rst files in which you can indeed
> instruct Sphinx to just go and document a module.

I just evaluated a bunch of docstring-extracting-for-documentation
tools, including Sphinx and pydoctor.

Sphinx isn't that hard anymore, with autodoc and apidoc.

But pydoctor appears to be Python 2.x only - that's a problem in 2016.
Please correct me if I'm wrong.
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to