Module epydoc.cli
Command-line interface for epydoc.
Usage:
epydoc [OPTIONS] MODULES...
MODULES... The Python modules to document.
--html Generate HTML output (default).
--latex Generate LaTeX output.
--pdf Generate pdf output, via LaTeX.
--check Run documentation completeness checks.
-o DIR, --output DIR The output directory.
-n NAME, --name NAME The documented project's name.
-u URL, --url URL The documented project's url.
-t PAGE, --top PAGE The top page for the HTML documentation.
-c SHEET, --css SHEET CSS stylesheet for HTML files.
--private-css SHEET CSS stylesheet for private objects.
--inheritance STYLE The format for showing inherited objects.
-V, --version Print the version of epydoc.
-h, -?, --help, --usage Display this usage message.
-h TOPIC, --help TOPIC Display information about TOPIC (docformat,
css, inheritance, usage, or version).
See the epydoc(1) man page for a complete list of options.
Function Summary |
None
|
cli ()
Command line interface for epydoc. |
cli()
Command line interface for epydoc.
-
- Returns:
-
None
|
DEBUG_LATEX_COMMAND
-
- Type:
-
str
- Value:
|
DVIPS_COMMAND
-
- Type:
-
str
- Value:
'dvips -q %(dvi)s -o %(ps)s -G0 -Ppdf'
|
|
LATEX_COMMAND
-
- Type:
-
str
- Value:
"echo x | latex '\\batchmode\\input %(tex)s'"
|
|
MAKEINDEX_COMMAND
-
- Type:
-
str
- Value:
|
PROFILE
Whether or not to run the profiler.
-
- Type:
-
int
- Value:
|
PS2PDF_COMMAND
-
- Type:
-
str
- Value:
'ps2pdf -sPAPERSIZE=letter -dMaxSubsetPct=100 -dSubsetFonts=true -dCom\
patibilityLevel=1.2 -dEmbedAllFonts=true %(ps)s %(pdf)s'
|
|
TESTS
The lists of tests that can be run with 'epydoc
--check' .
-
- Type:
-
tuple
- Value:
('basic', 'types', 'vars', 'private', 'authors', 'versions', 'all')
|
|