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 docstrings at once from entire project
by giving only a name of the main module?

I've tried creating a file called modules.rst with

.. automodule::
    :members:

But this only takes out a docstring from the toplevel __init__.py and
that's it.

Thanks!.

Evgeny.

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-dev" group.
To post to this group, send email to sphinx-...@googlegroups.com.
To unsubscribe from this group, send email to 
sphinx-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en.

Reply via email to