METHOD_OPTIONS¶
Type: dict_record
method options for sumdoc_script
Example:-
METHOD_OPTIONS:
py_module: sumdoc
rand_seed: 12345
float_format: default
input_root: .
output_root: .
format_scripts: False
copy_over_orig_with_formatted: False
run_scripts: True
copy_to_doc: True
create_link_files: False
script_log_level: error
py_module¶
Type: one_of(sumdoc)
Python module required to process this script file
Example:-
py_module: sumdoc
rand_seed¶
Option to set seed to make run result reproducible -e.g. when debugging.
Example:-
rand_seed: 12345
copy_over_orig_with_formatted¶
Type: bool
Flag to copy formatted scripts over original and remove log files etc.
Example:-
copy_over_orig_with_formatted: False
script_log_level¶
Type: one_of(debug,info,warning,error,critical,notset)
Log level for individual scripts run scripts.
Example:-
script_log_level: error
SCRIPTS¶
Type: repeat_dict_record
Dictionary of script folders and parameters.
Example:-
SCRIPTS: {}
script_path¶
Type: input_file
Pyml tutorial script to generate summary doc.
Example:-
script_path: .
script_type¶
Type: one_of(tut,gen,fit,mtut)
Program used to run the script
Example:-
script_type: tut