Home | Trees | Index | Help |
|
---|
Package lemon :: Package external :: Package epydoc :: Package markup :: Module epytext :: Class ParsedEpytextDocstring |
|
ParsedDocstring
--+
|
ParsedEpytextDocstring
Method Summary | |
---|---|
__init__(self,
dom_tree)
| |
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. |
Class Variable Summary | |
---|---|
dict |
SYMBOL_TO_HTML = {'Chi': 'Chi', 'ge': 'ge', 'asymp': 'as...
|
dict |
SYMBOL_TO_LATEX = {'Chi': '\\(\\chi\\)', 'ge': '\\(\\ge\...
|
Method Details |
---|
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.0 on Mon Nov 10 15:08:19 2003 | http://epydoc.sf.net |