Home | Trees | Index | Help |
|
---|
|
Graphical interface to epydoc. This interface might be useful for systems where it's inconvenient to use the command-line interface (such as Windows). It supports many (but not all) of the features that are supported by the command-line interface. It also supports loading and saving of project files, which store a set of related modules, and the options that should be used to generate the documentation for those modules.
Usage:epydocgui [OPTIONS] [FILE.prj | MODULES...] FILE.prj An epydoc GUI project file. MODULES... A list of Python modules to document. -V, --version Print the version of epydoc. -h, -?, --help, --usage Display this usage message --debug Do not suppress error messages
To Do: Use ini-style project files, rather than pickles (using the same format as the CLI).
|
|||
GUILogger | |||
EpydocGUI | A graphical user interace to epydoc. |
|
|||
document(options,
cancel,
done)
Create the documentation for modules , using the
options specified by options .
|
|||
None
|
_version()
Display the version information, and exit. |
||
_usage() | |||
_error(s) | |||
gui() |
|
modules , using the options
specified by options . document is designed to
be started in its own thread by EpydocGUI._go.
|
|
|
|
|
|
DEBUG
|
BG_COLOR
|
ACTIVEBG_COLOR
|
TEXT_COLOR
|
ENTRYSELECT_COLOR
|
SELECT_COLOR
|
MESSAGE_COLOR
|
ERROR_COLOR
|
GUIERROR_COLOR
|
WARNING_COLOR
|
HEADER_COLOR
|
COLOR_CONFIG
|
ENTRY_CONFIG
|
SB_CONFIG
|
LISTBOX_CONFIG
|
BUTTON_CONFIG
|
CBUTTON_CONFIG
|
SHOWMSG_CONFIG
|
SHOWWRN_CONFIG
|
SHOWERR_CONFIG
|
PROGRESS_HEIGHT
|
PROGRESS_WIDTH
|
PROGRESS_BG
|
PROGRESS_COLOR1
|
PROGRESS_COLOR2
|
PROGRESS_COLOR3
|
DX
|
DY
|
DH
|
DW
|
IMPORT_PROGRESS
|
BUILD_PROGRESS
|
WRITE_PROGRESS
|
UP_GIF
|
DOWN_GIF
|
LEFT_GIF
|
RIGHT_GIF
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 3.0alpha2 on Tue Apr 11 17:31:23 2006 | http://epydoc.sf.net |