Home | Trees | Indices | Help |
|
---|
|
epydoc [options] NAMES... NAMES... The Python modules to document. --html Generate HTML output (default). --latex Generate LaTeX output. --pdf Generate pdf output, via LaTeX. -o DIR, --output DIR The output directory. --inheritance STYLE The format for showing inherited objects. -V, --version Print the version of epydoc. -h, --help Display a usage message.Run "epydoc --help" for a complete option list. See the epydoc(1) man page for more information.
--config
option. These files are read using ConfigParser. Configuration files may set options or
add names of modules to document. Option names are (usually) identical
to the long names of command line options. To specify names to
document, use any of the following option names:
module modules value values object objectsA simple example of a config file is:
[epydoc] modules: sys, os, os.path, re, %(MYSANDBOXPATH)/utilities.py name: Example graph: classtree introspect: noAll ConfigParser interpolations are done using local values and the environment variables.
-v
and -q
options increase and
decrease verbosity, respectively. The default verbosity level is zero.
The verbosity levels are currently defined as follows:
Progress Markup warnings Warnings Errors -3 none no no no -2 none no no yes -1 none no yes yes 0 (default) bar no yes yes 1 bar yes yes yes 2 list yes yes yes
|
|||
Logging | |||
---|---|---|---|
TerminalController A class that can be used to portably generate formatted output to a terminal. |
|||
ConsoleLogger | |||
UnifiedProgressConsoleLogger | |||
HTMLLogger A logger used to generate a log of all warnings and messages to an HTML file. |
|
|||
Argument & Config File Parsing | |||
---|---|---|---|
|
|||
|
|||
|
|||
|
|||
Interface | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
INHERITANCE_STYLES =
|
|||
GRAPH_TYPES =
|
|||
ACTIONS =
|
|||
DEFAULT_DOCFORMAT =
|
|||
PROFILER =
Which profiler to use: 'hotshot' or 'profile' |
|||
descr =
|
|||
key =
|
|||
sheet =
|
|||
topic =
|
|||
Help Topics | |||
---|---|---|---|
DOCFORMATS =
|
|||
HELP_TOPICS =
|
|||
Argument & Config File Parsing | |||
OPTION_DEFAULTS =
|
|||
Interface | |||
_RERUN_LATEX_RE = re.compile(r'
|
|
|
|
DOCFORMATS
|
HELP_TOPICS
|
OPTION_DEFAULTS
|
_RERUN_LATEX_RE
|
sheet
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Thu Mar 1 04:22:22 2007 | http://epydoc.sourceforge.net |