[sphinx-dev] how to recursively autodoc a whole project?

2010-06-25 Thread Evgeny
Hi folks, is it possible to insert complete autodoc from all contents (subpackages and all) of a package. For example I have a project that has an empty file __init__.py, a bunch of other .py files and directories that contain other __init__.py and so on. Is there a way to extract all

Re: [sphinx-dev] how to recursively autodoc a whole project?

2010-06-25 Thread DasIch
Sphinx is intended to be used as a tool for handwritten documentation so you probably won't find a satisfying solution for this unless you switch to something like pydoc. Nevertheless there is the autosummary http://sphinx.pocoo.org/ext/autosummary.html extension which is supposed to more or less