|
|
markup(self,
text,
escape=None,
funcs={},
classes={},
methods={})
Mark up some plain text, given a context of symbols to look for. |
|
|
|
|
docroutine(self,
object,
name=None,
mod=None,
funcs={},
classes={},
methods={},
cl=None)
Produce HTML documentation for a function or method object. |
|
|
|
|
docserver(self,
server_name,
package_documentation,
methods)
Produce HTML documentation for an XML-RPC server. |
|
|
|
Inherited from pydoc.HTMLDoc:
bigsection,
classlink,
docclass,
docdata,
docmodule,
docother,
docproperty,
escape,
formattree,
formatvalue,
grey,
heading,
index,
modpkglink,
modulelink,
multicolumn,
namelink,
page,
preformat,
repr,
section
Inherited from pydoc.Doc:
document,
fail,
getdocloc
|