Home | Trees | Index | Help |
|
---|
Package epydoc :: Package markup :: Class DocstringLinker |
|
_HTMLDocstringLinker
,
_LatexDocstringLinker
ParsedDocstring
. DocstringLinker
is used by
ParsedDocstring
to convert these crossreference links into
appropriate output formats. For example,
DocstringLinker.to_html
expects a
DocstringLinker
that converts crossreference links to
HTML.
Method Summary | |
---|---|
string
|
Translate a crossreference link to a Python identifier to the appropriate output format. |
string
|
Translate an index term to the appropriate output format. |
Method Details |
---|
translate_identifier_xref(self, identifier, label=None)Translate a crossreference link to a Python identifier to the appropriate output format. The output will typically include a reference or pointer to the crossreference target.
|
translate_indexterm(self, indexterm)Translate an index term to the appropriate output format. The output will typically include a crossreference anchor.
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Sat Mar 20 17:46:17 2004 | http://epydoc.sf.net |