Build
sereto.build
¶
build_finding_to_tex(project, target, finding, version, converter=None)
¶
Process one finding into TeX format and write it to the ".build" directory.
Source code in sereto/build.py
56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 |
|
ensure_finding_group_template(project, target, finding_group, version)
¶
Ensures that a template exists for the specified finding group.
Does not overwrite existing template.
Source code in sereto/build.py
20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 |
|
ensure_target_template(project, target, version)
¶
Ensures that a template exists for the specified target.
Does not overwrite existing template.
Source code in sereto/build.py
39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 |
|