|
|
@488
|
14 years |
jemian |
PYTHONPATH should be modified in conf.py, relative to its directory
|
|
|
@486
|
14 years |
jemian |
tweaks
|
|
|
@485
|
14 years |
jemian |
rename complete
|
|
|
@484
|
14 years |
jemian |
rename in progress
|
|
|
@483
|
14 years |
jemian |
added output from TopDoc?, config_builder.py runs from eclipse but not …
|
|
|
@482
|
14 years |
jemian |
added sector 33 and 34 IOCs, refactor code to avoid errors flagged by …
|
|
|
@471
|
14 years |
jemian |
sold on sphinx!
|
|
|
@470
|
14 years |
jemian |
more documentation
|
|
|
@469
|
14 years |
jemian |
reST formatting
|
|
|
@468
|
14 years |
jemian |
formatted for sphinx reST documentation
|
|
|
@460
|
14 years |
jemian |
no sphinx errors but not all .py files documented yet
|
|
|
@459
|
14 years |
jemian |
do not put build dir in svn
|
|
|
@458
|
14 years |
jemian |
prepare for sphinx documentation
|
|
|
@457
|
14 years |
jemian |
work-in-progress
|
|
|
@436
|
14 years |
jemian |
indicator
|
|
|
@435
|
14 years |
jemian |
refactored macro substitution - expect to obey ALL EPICS rules now …
|
|
|
@434
|
14 years |
jemian |
optional quotes on dbFile in template, adjust paths for test case, not …
|
|
|
@433
|
14 years |
jemian |
put in boot directory for testing purposes (since paths ARE different …
|
|
|
@432
|
14 years |
jemian |
belongs in the boot folder
|
|
|
@431
|
14 years |
jemian |
minor
|
|
|
@430
|
14 years |
jemian |
identify where to fix the macro expansion
|
|
|
@429
|
14 years |
jemian |
identify rules for MACROS and record definitions, handle or comment …
|
|
|
@428
|
14 years |
jemian |
tweaks
|
|
|
@427
|
14 years |
jemian |
message logging created; code cleanup; more diagnostics for TopDoc? …
|
|
|
@426
|
14 years |
jemian |
specify a directory for results
|
|
|
@425
|
14 years |
jemian |
write results to specified directory; repaired dbLoadTemplates parser …
|
|
|
@424
|
14 years |
jemian |
report exception at global level and move on
|
|
|
@423
|
14 years |
jemian |
fixed handling of PV declared with no fields - identified problem …
|
|
|
@407
|
14 years |
jemian |
minor
|
|
|
@406
|
14 years |
jemian |
build a config.xml file for TopDoc? - must run while at APS network
|
|
|
@405
|
14 years |
jemian |
tuning
|
|
|
@404
|
14 years |
jemian |
name change
|
|
|
@403
|
14 years |
jemian |
learn about the IOCs installed for XSD
|
|
|
@402
|
14 years |
jemian |
an alternative to test command-line option
|
|
|
@401
|
14 years |
jemian |
will replace the tables dictionary when ready
|
|
|
@400
|
14 years |
jemian |
initiating major refactoring, code still works the old way
|
|
|
@399
|
14 years |
jemian |
add XML Schema and stylesheet for configuration files -- clarify an …
|
|
|
@398
|
14 years |
jemian |
resolve TODO items - identify TODO items - refactor
|
|
|
@397
|
14 years |
jemian |
will not do
|
|
|
@396
|
14 years |
jemian |
allow command-line specification of config.xml --and-- encapsulate …
|
|
|
@395
|
14 years |
jemian |
suggestion
|
|
|
@394
|
14 years |
jemian |
target existing documentation directories
|
|
|
@393
|
14 years |
jemian |
sorting
|
|
|
@392
|
14 years |
jemian |
refactor:
* so dbLoadTemplate comes before the dbLoadRecords calls …
|
|
|
@388
|
14 years |
jemian |
indentation
|
|
|
@381
|
14 years |
jemian |
tune-ups
|
|
|
@380
|
14 years |
jemian |
summarize configuration details early on the default XSLT
|
|
|
@379
|
14 years |
jemian |
resolved the no-quote problem and the subsequent multiple-comma problem
|
|
|
@378
|
14 years |
jemian |
now a different problem when commas are used inside the second argument
|
|
|
@377
|
14 years |
jemian |
refactor the TokenLog?.next() method to be more like a Python Iterator …
|
|
|
@376
|
14 years |
jemian |
still working on the problem reading a .db file when no quotes are …
|
|
|
@375
|
14 years |
jemian |
move
|
|
|
@374
|
14 years |
jemian |
test database showing the situation with no quotes
|
|
|
@373
|
14 years |
jemian |
more comments about special case
|
|
|
@367
|
14 years |
jemian |
must test on APS RHEL5 system
|
|
|
@362
|
14 years |
jemian |
add a test case for dbLoadTemplates
|
|
|
@361
|
14 years |
jemian |
here is a problem to solve
|
|
|
@359
|
14 years |
jemian |
observation
|
|
|
@358
|
14 years |
jemian |
set version number -- declare basic documentation of this code
|
|
|
@357
|
14 years |
jemian |
more about distutils
|
|
|
@356
|
14 years |
jemian |
housecleaning
|
|
|
@355
|
14 years |
jemian |
start to add distutils configuration
|
|
|
@354
|
14 years |
jemian |
now reads templates and loads databases -- still not complete -- TODO …
|
|
|
@353
|
14 years |
jemian |
resolved some TODO items, now ready to fold into CmdReader?
|
|
|
@352
|
14 years |
jemian |
minor
|
|
|
@351
|
14 years |
jemian |
changed _parse() method to be more like the one in EpicsTemplate?
|
|
|
@350
|
14 years |
jemian |
move the next() method into TokenLog?
|
|
|
@349
|
14 years |
jemian |
discard
|
|
|
@348
|
14 years |
jemian |
progress - refactored expectation of iocBoot directory -- need to …
|
|
|
@347
|
14 years |
jemian |
refactoring
|
|
|
@344
|
14 years |
jemian |
add working directories for 11bm and 12id to configuration, reduce …
|
|
|
@343
|
14 years |
jemian |
refactoring
|
|
|
@342
|
14 years |
jemian |
no table if PV definitions not found
|
|
|
@341
|
14 years |
jemian |
another test IOC, be sure to remove outer quotes on global symbols
|
|
|
@340
|
14 years |
jemian |
parses dbLoadTemplates() and expands databases with macros, now …
|
|
|
@339
|
14 years |
jemian |
progress but incomplete - does not work for both test cases yet
|
|
|
@338
|
14 years |
jemian |
identify common utilities
|
|
|
@337
|
14 years |
jemian |
prepare to process dbLoadTemplates()
|
|
|
@335
|
14 years |
jemian |
log all commands now in standard place, reduce TODO items, log …
|
|
|
@334
|
14 years |
jemian |
typo
|
|
|
@333
|
14 years |
jemian |
minor
|
|
|
@332
|
14 years |
jemian |
document and process dbLoadRecords(); changed 'globals' to 'tables'
|
|
|
@331
|
14 years |
jemian |
prepare to process dbLoadRecords()
|
|
|
@330
|
14 years |
jemian |
revert
|
|
|
@329
|
14 years |
jemian |
re-arrange the presentation
|
|
|
@325
|
14 years |
jemian |
use function pointers to eliminate much of the if .. elif .. else tree
|
|
|
@320
|
14 years |
jemian |
start to read .db files (dbLoadRecords)
|
|
|
@319
|
14 years |
jemian |
adjust cdCommands in test files for local directories
|
|
|
@318
|
14 years |
jemian |
optional XSLT with XML file writing
|
|
|
@317
|
14 years |
jemian |
standard synApps locations
|
|
|
@316
|
14 years |
jemian |
standard line spacing
|
|
|
@315
|
14 years |
jemian |
added service methods to make EpicsDatabase?.py more generally useful
|
|
|
@314
|
14 years |
jemian |
refactor internal representation for convenience
|
|
|
@313
|
14 years |
jemian |
only expands macros in PV definitions when a macro dictionary is …
|
|
|
@312
|
14 years |
jemian |
EpicsDatabase? works but needs to be refactored to speed re-use. First …
|
|
|
@311
|
14 years |
jemian |
use a more standard location but still version dependent
|
|
|
@273
|
14 years |
jemian |
output a sorted list of PVs as example
|
|
|
@272
|
14 years |
jemian |
add an example IOC (12ID) so can test on different OS architectures
|
|
|
@271
|
14 years |
jemian |
reads at least one .db file, internal structure could use improvement
|
|
|
@270
|
14 years |
jemian |
start to analyze EPICS database files
|
|
|