|
|
Call Graph |
|
|
|
string
|
to_html(self,
docstring_linker,
directory=None,
docindex=None,
context=None,
**options)
Translate this docstring to HTML. |
source code
call graph
|
|
Call Graph |
|
string
|
to_latex(self,
docstring_linker,
directory=None,
docindex=None,
context=None,
**options)
Translate this docstring to LaTeX. |
source code
|
|
string
|
|
Call Graph |
|
|
|
|
|
Call Graph |
|
|
|
Call Graph |
|
|
_to_latex(self,
tree,
linker,
directory,
docindex,
context,
indent=0,
seclevel=0,
breakany=0) |
source code
|
|
(ParsedDocstring, bool )
|
summary(self)
Returns:
A pair consisting of a short summary of this docstring and a boolean
value indicating whether there is further documentation in addition
to the summary. |
source code
call graph
|
|
Call Graph |
|
(ParsedDocstring, list of Field)
|
|
Call Graph |
|
list of ParsedDocstring
|
|
Call Graph |
|
|
|
Call Graph |
|
Inherited from ParsedDocstring :
__add__ ,
concatenate
|