From a2ebfb435c684084742cc85533fea4d454ad877f Mon Sep 17 00:00:00 2001 From: LordBaryhobal Date: Fri, 24 Jul 2026 01:04:30 +0200 Subject: [PATCH] feat(report): add link to report repository --- report/chapters/01_introduction.typ | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/report/chapters/01_introduction.typ b/report/chapters/01_introduction.typ index 75c6b9e..5608347 100644 --- a/report/chapters/01_introduction.typ +++ b/report/chapters/01_introduction.typ @@ -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 @@ -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. +] \ No newline at end of file