Main
yaml_to_other(input_files=['04_Powers.yaml', '05_Vulnerabilities.yaml', '06_Bestiary.yaml', '07_Items.yaml', '08_PCs.yaml'], writing=['md', 'csv', 'png'], out_delim='\t', run_samples=False)
¶
  Execute all write functions based on inputs at top of script
Parameters:
| Name | Type | Description | Default | 
|---|---|---|---|
| input_files | list | Local relative paths. If len=2, also make combined csv | ['04_Powers.yaml', '05_Vulnerabilities.yaml', '06_Bestiary.yaml', '07_Items.yaml', '08_PCs.yaml'] | 
| writing | list | List of output formats. | ['md', 'csv', 'png'] | 
| out_delim | str | CSV delimiter -  | '\t' | 
Source code in automation/templates/main.py
            | 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 |  |