Home | Trees | Indices | Help |
|
---|
|
object --+ | sphinx.ext.autodoc.Documenter --+ | sphinx.ext.autodoc.ModuleDocumenter --+ | DocstringOnlyModuleDocumenter
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
Class Methods | |
Inherited from |
Static Methods | |
Inherited from |
Properties | |
Inherited from |
Method Details |
Format the signature (arguments and return annotation) of the object. Let the user process it via the ``autodoc-process-signature`` event.
|
Add the directive header and options to the generated content.
|
Generate reST for member documentation. If *all_members* is True, do all members, else those given by *self.options.members*.
|
Resolve the module and name of the object to document given by the arguments and the current module/class. Must return a pair of the module name and a chain of attributes; for example, it would return ``('zipfile', ['ZipFile', 'open'])`` for the ``zipfile.ZipFile.open`` method.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Jan 17 22:12:20 2016 | http://epydoc.sourceforge.net |