Home | Trees | Index | Help |
|
---|
Package epydoc :: Module html |
|
HTMLFormatter
, which translates the API
documentation encoded in a DocMap
into a set of HTML files.
To Do:
Question: Should functions with no docstrings be listed in the details section? Currently, they are not, with the reasoning being that there's nothing else to say about them. But parameter defaults are listed in details, and not in summary. C.f. properties, where properties without docstrings are always listed in details (since we want to list their accessor methods).
Classes | |
---|---|
HTMLFormatter |
Documentation to HTML converter. |
_DevNull |
A file-like-object that ignores all input. |
_HTMLDocstringLinker |
Function Summary | |
---|---|
Write str to public and
private ; but only write to private if
links is nonempty; and only write to public if
links contains at least one public object. |
Variable Summary | |
---|---|
str |
FOOTER : The footer for standard documentation HTML pages. |
str |
FRAMES_INDEX = '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML ...
|
str |
HEADER : The header for standard documentation HTML pages. |
str |
REDIRECT_INDEX : The contents of redirect index page. |
dict |
SPECIAL_METHODS : A dictionary providing names for the special methods that a class can
define. |
Function Details |
---|
_write_if_nonempty(public, private, links, str)Write |
Variable Details |
---|
FRAMES_INDEX
|
HEADERThe header for standard documentation HTML pages.
|
REDIRECT_INDEXThe contents of redirect index page. This page is only used if the supplied top page is external.
|
SPECIAL_METHODSA dictionary providing names for the special methods that a class can define.
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Sat Mar 20 17:46:19 2004 | http://epydoc.sf.net |