Home | Trees | Index | Help |
|
---|
Package epydoc :: Package markup :: Module epytext :: Class ParsedEpytextDocstring |
|
ParsedDocstring
--+
|
ParsedEpytextDocstring
Method Summary | |
---|---|
__init__(self,
dom_tree)
| |
Return a new parsed docstring containing the concatination of this docstring and other . | |
list of ParsedDocstring
|
Return the list of index terms that are defined in this docstring. |
(
|
Split this docstring into its body and its fields. |
ParsedDocstring
|
Return a short summary of this docstring. |
string
|
Translate this docstring to HTML. |
string
|
Translate this docstring to LaTeX. |
string
|
Translate this docstring to plaintext. |
_index_term_key(self,
tree)
| |
_index_terms(self,
tree,
terms)
| |
_to_html(self,
tree,
linker,
indent,
seclevel)
| |
_to_latex(self,
tree,
linker,
indent,
seclevel,
breakany)
| |
Inherited from ParsedDocstring :
__add__
|
Class Variable Summary | |
---|---|
dict |
SYMBOL_TO_HTML = {'xi': 'xi', '>=': 'ge', 'lArr': 'lArr'...
|
dict |
SYMBOL_TO_LATEX = {'xi': '\\(\\xi\\)', '>=': '\\(\\ge\\)...
|
Method Details |
---|
concatenate(self, other)
|
index_terms(self)
|
split_fields(self, errors=None)Split this docstring into its body and its fields.
|
summary(self)
|
to_html(self, docstring_linker, **options)Translate this docstring to HTML.
|
to_latex(self, docstring_linker, **options)Translate this docstring to LaTeX.
|
to_plaintext(self, docstring_linker, **options)Translate this docstring to plaintext.
|
Class Variable Details |
---|
SYMBOL_TO_HTML
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Sat Mar 20 17:46:18 2004 | http://epydoc.sf.net |