refactoring for division of concerns

This commit is contained in:
Hartmut Seichter 2024-05-01 14:58:41 +02:00
parent 28378e3819
commit 595a0352c5
7 changed files with 223 additions and 198 deletions

View file

@ -14,9 +14,11 @@ all: table.en.pdf table.de.pdf
clean:
rm -f table.en.pdf table.de.pdf
debug-list:
python ${coursebuilder} -s schema.yaml -m mod.cg.yaml mod.interactsys.yaml -l de -f name credits --template ""
debug-template:
python ${coursebuilder} -s schema.yaml -m mod.cg.yaml mod.interactsys.yaml -l de -f name credits --template "$$name | $$credits"
debug-markdown:
python ${coursebuilder} -s schema.yaml -m mod.cg.yaml mod.interactsys.yaml -l de -f name credits
debug:
python ${coursebuilder} -s schema.yaml -m mod.cg.yaml -l de -f fields.yaml