wo liegen die report python templates?
in ~/calibration_report/calibration_report
wo liegen die LaTeX report templates?
in ~/calibration_report/templates
where is the documentation for the report scripts?
Online, see bookmark or Wiki
how are LaTeX and python connected for the report scripts?
Through texreporting and all python report classes inheriting from it finally
what are all python report classes basically? And how does this affect their usage?
Dictionaries. Thus all their inputs need to be defined by name, and “with defaults() is handed to them”. Defaults can also be set in the make.py
what function makes all local variables members in python and why do we need it in the report scripts?
self.update(locals())
it makes all variables passed to it available to the latex template
what is the workflow for creating reports
how does one properly finish up a report