feat(report): add link to report repository

This commit is contained in:
HEL
2026-07-24 01:04:30 +02:00
parent 032f3690d2
commit a2ebfb435c
+5
View File
@@ -1,6 +1,7 @@
#import "../requirements.typ": isc-hei-bthesis
#import isc-hei-bthesis: todo
#import "../utils.typ": quote-block
#import "@preview/gentle-clues:1.3.1" as gc
= Introduction <chap:intro>
@@ -40,3 +41,7 @@ The system should not impede on Python's dynamic typing philosophy. It should en
It must be flexible to allow checking various kinds of constraints (e.g. value domain, geometric shape, distribution, etc.) and allow extension to add support for more Python features and packages.
Finally, the system must be simple to use for average Python developers, and be able to seamlessly integrate into existing Python code.
#gc.info[
This report was written using Typst. Its source files can be found at https://git.kb28.ch/HEL/TB-Docs.
]