Readme and doc generation in typst

This commit is contained in:
2026-01-19 23:53:11 +01:00
parent bd20b11224
commit 910419c27a
3 changed files with 22 additions and 0 deletions

View File

@@ -14,3 +14,19 @@ Make use of the provided `justfile` for a good place to start exploring.
This projects houses many different languages. That is why you will find
lots of files that correspond to different tools and languages.
Dont just delete them. They may be useful when you pick the language up again.
## Binaries
Needed binaries for full support of everything.
```
typst
julia
uv
nix
cargo
git
just
```

3
docs.typ Normal file
View File

@@ -0,0 +1,3 @@
= Documentation of this project
Cool stuff!

View File

@@ -1,6 +1,9 @@
neville:
julia -i "./neville-algo-ml.jl"
doc:
typst compile ./docs.typ
test_langs:
# Test all languages and tools in this project
cargo run