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:
          strValue: | 
| DVIPS_COMMAND
  
  
    
      Type:
          strValue:| 
'dvips -q %(dvi)s -o %(ps)s -G0 -Ppdf'                                  | 
 | 
| LATEX_COMMAND
  
  
    
      Type:
          strValue:| 
"echo x | latex '\\batchmode\\input %(tex)s'"                           | 
 | 
| MAKEINDEX_COMMAND
  
  
    
      Type:
          strValue: | 
| PROFILEWhether or not to run the profiler.
  
  
    
      Type:
          intValue: | 
| PS2PDF_COMMAND
  
  
    
      Type:
          strValue:| 
'ps2pdf -sPAPERSIZE=letter -dMaxSubsetPct=100 -dSubsetFonts=true -dCom\
patibilityLevel=1.2 -dEmbedAllFonts=true %(ps)s %(pdf)s'                | 
 | 
| TESTSThe lists of tests that can be run with'epydoc 
--check'.
  
  
    
      Type:
          tupleValue:| 
('basic', 'types', 'vars', 'private', 'authors', 'versions', 'all')     | 
 |