Contains fixtures of commonly used qualifications for ephios.
For every language, we have a json file per qualification category.
Use python collect.py --all
to unify them in a single _all.json
file that can be used
in the qualification importer in ephios.
Use the --mermaid
flag with the collect script to generate
mermaid code visualizing the inclusions in every _all.json
.
python collect.py --all --mermaid
The code can be rendered to an image using mermaid-cli, e.g.:
mmdc -i de/_all.json.mermaid -o de/_all.svg