| Home | Trees | Indices | Help |
|
|---|
|
|
Sphinx utils:
* ModuleGenerator: Generate a file that lists all the modules of a list of
packages in order to pull all the docstring.
/!\ This should not be used in a makefile to systematically generate
sphinx documentation!
Typical usage:
>>> from logilab.common.sphinxutils import ModuleGenerator
>>> mgen = ModuleGenerator('logilab common', '/home/adim/src/logilab/common')
>>> mgen.generate('api_logilab_common.rst', exclude_dirs=('test',))
| Classes | |
| ModuleGenerator | |
| Functions | |||
|
|||
|
|||
| Variables | |
STD_BLACKLIST =
|
|
__package__ =
|
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sun Dec 27 17:18:40 2009 | http://epydoc.sourceforge.net |