|
__init__(self,
sphinx=True,
sphinx_autogen=True,
coverage=True,
epydoc=True,
base_dir=' . ' ,
*args)
Initialize the instance |
source code
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|
|
|
|
clean(self)
Clean the generated files by removing them
:note: Must respect the options the same way as done by the generate
method |
source code
|
|
|
|
|
set_base_dir(self,
base_dir)
Set the base directory to the given value
:return: self |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
_make_sphinx_index(self)
Generate the index.rst file according to the modules and packages we
actually have |
source code
|
|
|
_make_coverage(self)
Generate a coverage report and make it available as download |
source code
|
|
|
_make_sphinx_autogen(self)
Instruct sphinx to generate the autogen rst files |
source code
|
|
|
|
|
_make_sphinx(self)
Generate the sphinx documentation |
source code
|
|
|
_make_epydoc(self)
Generate epydoc documentation |
source code
|
|