Home | Trees | Index | Help |
|
---|
Package epydoc :: Package markup :: Module plaintext :: Class ParsedPlaintextDocstring |
|
ParsedDocstring
--+
|
ParsedPlaintextDocstring
Method Summary | |
---|---|
__init__(self,
text,
**options)
| |
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. |
Inherited from ParsedDocstring :
index_terms ,
split_fields
|
Method Details |
---|
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.
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.0 on Tue Jul 22 04:20:43 2003 | http://epydoc.sf.net |