Home | Trees | Index | Help |
|
---|
|
ParsedDocstring
s support several kinds of operation:
to_format()
) use a DocstringLinker to link the docstring output with the
rest of the documentation that epydoc generates.
to_format
: Calls to_plaintext
,
and uses the string it returns to generate verbatim output.
summary
: Returns self
(i.e., the
entire docstring).
split_fields
: Returns (self, [])
(i.e., extracts no fields).
index_terms
: Returns []
(i.e.,
extracts no index terms).
to_format
methods will be added to this base class;
but they will always be given a default implementation.
|
|||
__add__(self, other) | |||
concatenate(self, other) | |||
list of ParsedDocstring
|
index_terms(self) | ||
(ParsedDocstring, list of Field)
|
split_fields(self,
errors=None)
Split this docstring into its body and its fields. |
||
ParsedDocstring | summary(self) | ||
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. |
|
|
|
|
|
|
|
|
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 3.0alpha2 on Tue Apr 11 17:36:18 2006 | http://epydoc.sf.net |