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.
|
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 ' : ' #e0e0e0 ' , ' foreground ' : ' black ' ...
|
|
ENTRY_CONFIG = { ' background ' : ' #e0e0e0 ' , ' foreground ' : ' black ' ...
|
|
SB_CONFIG = { ' activebackground ' : ' #e0e0e0 ' , ' background ' : ' #e0 ...
|
|
LISTBOX_CONFIG = { ' background ' : ' #e0e0e0 ' , ' foreground ' : ' blac ...
|
|
BUTTON_CONFIG = { ' activebackground ' : ' #e0e0e0 ' , ' activeforegro ...
|
|
CBUTTON_CONFIG = { ' activebackground ' : ' #e0e0e0 ' , ' activeforegr ...
|
|
SHOWMSG_CONFIG = { ' activebackground ' : ' #e0e0e0 ' , ' activeforegr ...
|
|
SHOWWRN_CONFIG = { ' activebackground ' : ' #e0e0e0 ' , ' activeforegr ...
|
|
SHOWERR_CONFIG = { ' activebackground ' : ' #e0e0e0 ' , ' activeforegr ...
|
|
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 = 0.7
|
|
UP_GIF = ' R0lGODlhCwAMALMAANnZ2QDMmQCZZgBmZgAAAAAzM////////wAA ...
|
|
DOWN_GIF = ' R0lGODlhCwAMALMAANnZ2QDMmQCZZgBmZgAAAAAzM////////w ...
|
|
LEFT_GIF = ' R0lGODlhDAALAKIAANnZ2QDMmQCZZgBmZgAAAAAzM////////y ...
|
|
RIGHT_GIF = ' R0lGODlhDAALAKIAANnZ2QDMmQBmZgCZZgAzMwAAAP/////// ...
|