Home | Trees | Index | Help |
|
---|
Package epydoc :: Package markup :: Module plaintext :: Class ParsedPlaintextDocstring |
|
ParsedDocstring
--+
|
ParsedPlaintextDocstring
Method Summary | |
---|---|
__init__(self,
text,
**options)
| |
Return a new parsed docstring containing the concatination of this docstring and other . | |
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 :
__add__ ,
index_terms ,
split_fields
|
Method Details |
---|
concatenate(self, other)
|
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.1 on Sat Mar 20 17:46:17 2004 | http://epydoc.sf.net |