Constructor
__init__(self,
docmap,
**kwargs)
Construct a new HTML outputter, using the given DocMap
object.
-
- Parameters:
docmap -
The documentation to output.
(type=DocMap )
kwargs -
Keyword arguments:
-
prj_name : A name for the documentation (for the navbar).
This name can contain arbitrary HTML code (e.g., images or tables).
(type=string )
-
prj_url : A URL for the documentation (for the navbar).
(type=string )
-
css : The CSS stylesheet file. If css is a
file, then its conents will be used. Otherwise, if css is the
name of a CSS stylesheet in epydoc.css , then that stylesheet will be
used. Otherwise, an error is reported.
|