Feature #299
ConfigurationDefaults -> wiki format
0%
Description
this would be useful to convert this into something more browsable online. Some static based webpage maybe (with wiki option) that had:
variable name, default, type, comment
and an associated test that says if all variables are documented.
Related issues
Updated by Tunnell, Christopher over 12 years ago
- Assignee deleted (
Tunnell, Christopher)
Configuration defualst would then probably need to be turned into, for example, a dictionary:
map_reduce_type = {"default": "native_python", "unit":"string", "comment":"this can either be native_python or something else blah blah"}
something_energy_scale = {"default": 4, "units": "MeV/ADC count", "comment": "energy scale for something"}
Updated by Tunnell, Christopher over 12 years ago
- Target version changed from MAUS-v0.0.1 to Future MAUS release
Updated by Rogers, Chris over 12 years ago
- Assignee set to Rogers, Chris
I would like to make a json schema for the configuration. Then we need a schema parser that autogenerates documentation (from comments in the schema). Use the same parser for the json spill data parser.
Updated by Rogers, Chris about 12 years ago
- Target version changed from Future MAUS release to MAUS-v0.1.0
Updated by Rogers, Chris almost 12 years ago
- Target version changed from MAUS-v0.1.0 to Future MAUS release