| Method Summary |
| |
__init__(self,
text,
**options)
|
ParsedDocstring
|
summary(self)
Return a short summary of this docstring. |
string
|
to_html(self,
docstring_linker,
**options)
Translate this docstring to HTML. |
string
|
to_latex(self,
docstring_linker,
**options)
Translate this docstring to LaTeX. |
string
|
to_plaintext(self,
docstring_linker,
**options)
Translate this docstring to plaintext. |
| Inherited from ParsedDocstring |
list of ParsedDocstring
|
index_terms(self)
Return the list of index terms that are defined in this docstring. |
(ParsedDocstring, list of
Field)
|
split_fields(self,
errors)
Split this docstring into its body and its fields. |