TopoConsole class file.
|
|
SCRIPT_FILETYPES = [('Topographica scripts', '*.ty'), ('Python...
|
|
|
SAVED_FILE_EXTENSION = '.typ'
|
|
|
SAVED_FILETYPES = [('Topographica saved networks', '*.typ'), (...
|
|
|
turl = 'http://topographica.org/'
|
|
|
userman = 'User_Manual/index.html'
|
|
|
tuts = 'Tutorials/index.html'
|
|
|
refman = 'Reference_Manual/index.html'
|
|
|
plotman = 'User_Manual/plotting.html'
|
|
|
pkgdoc = '/usr/share/doc/topographica/doc/'
|
|
|
user_manual_locations = ('doc/User_Manual/index.html', '/usr/s...
|
|
|
tutorials_locations = ('doc/Tutorials/index.html', '/usr/share...
|
|
|
reference_manual_locations = ('doc/Reference_Manual/index.html...
|
|
|
python_doc_locations = ('http://www.python.org/doc/')
|
|
|
topo_www_locations = ('http://topographica.org/')
|
|
|
plotting_help_locations = ('doc/User_Manual/plotting.html', '/...
|
|
|
plotpanel_classes = {'Connection Fields': <class 'topo.tkgui.p...
|
|
|
__package__ = 'topo.tkgui'
|