refactoring for division of concerns
This commit is contained in:
parent
28378e3819
commit
595a0352c5
7 changed files with 223 additions and 198 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue