| Home | Trees | Index | Help |
|
|---|
| Package epydoc :: Package markup :: Module restructuredtext :: Class ParsedRstDocstring |
|
ParsedDocstring --+
|
ParsedRstDocstring
_document instance variable.
| Method Summary | |
|---|---|
| |
__repr__(self)
| |
(
|
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 plaintext. |
Inherited from ParsedDocstring:
index_terms,
to_latex
| |
| Method Details |
|---|
__init__(self,
document)
|
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_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:29 2003 | http://epydoc.sf.net |