Home | Trees | Indices | 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. |
|
|||
|
|||
None
|
|
||
|
|||
|
|||
|
|
|||
DEBUG = 0
|
|||
BG_COLOR = '#e0e0e0'
|
|||
ACTIVEBG_COLOR = '#e0e0e0'
|
|||
TEXT_COLOR = 'black'
|
|||
ENTRYSELECT_COLOR = '#e0e0e0'
|
|||
SELECT_COLOR = '#208070'
|
|||
MESSAGE_COLOR = '#000060'
|
|||
ERROR_COLOR = '#600000'
|
|||
GUIERROR_COLOR = '#600000'
|
|||
WARNING_COLOR = '#604000'
|
|||
HEADER_COLOR = '#000000'
|
|||
COLOR_CONFIG = {'background': BG_COLOR, 'highlightcolor': BG_C
|
|||
ENTRY_CONFIG = {'background': BG_COLOR, 'highlightcolor': BG_C
|
|||
SB_CONFIG = {'troughcolor': BG_COLOR, 'activebackground': BG_C
|
|||
LISTBOX_CONFIG = {'highlightcolor': BG_COLOR, 'highlightbackgr
|
|||
BUTTON_CONFIG = {'background': BG_COLOR, 'highlightthickness':
|
|||
CBUTTON_CONFIG = {'background': BG_COLOR, 'highlightthickness'
|
|||
SHOWMSG_CONFIG = CBUTTON_CONFIG.copy()
|
|||
SHOWWRN_CONFIG = CBUTTON_CONFIG.copy()
|
|||
SHOWERR_CONFIG = CBUTTON_CONFIG.copy()
|
|||
PROGRESS_HEIGHT = 16
|
|||
PROGRESS_WIDTH = 200
|
|||
PROGRESS_BG = '#305060'
|
|||
PROGRESS_COLOR1 = '#30c070'
|
|||
PROGRESS_COLOR2 = '#60ffa0'
|
|||
PROGRESS_COLOR3 = '#106030'
|
|||
DX = 1
|
|||
DY = 1
|
|||
DH = 1
|
|||
DW = 3
|
|||
IMPORT_PROGRESS = 0.1
|
|||
BUILD_PROGRESS = 0.2
|
|||
WRITE_PROGRESS = 1.0-BUILD_PROGRESS-IMPORT_PROGRESS
|
|||
UP_GIF = '
|
|||
DOWN_GIF = '
|
|||
LEFT_GIF = '
|
|||
RIGHT_GIF = '
|
|
modules , using the options
specified by options . document is designed to
be started in its own thread by EpydocGUI._go.
|
|
COLOR_CONFIG
|
ENTRY_CONFIG
|
SB_CONFIG
|
LISTBOX_CONFIG
|
BUTTON_CONFIG
|
CBUTTON_CONFIG
|
UP_GIF
|
DOWN_GIF
|
LEFT_GIF
|
RIGHT_GIF
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Thu Mar 1 04:23:14 2007 | http://epydoc.sourceforge.net |