add links to other files

This commit is contained in:
Hendrik Ranocha
2023-10-13 08:19:24 +02:00
committed by GitHub
parent 055e4d1f93
commit f509315eba

View File

@@ -1,7 +1,15 @@
# Optimizing Julia code
This session provides an introduction to optimizing Julia code.
The examples are developed with Julia v1.9.3.
The examples are developed with Julia v1.9.3. You can download
all files from the summer school website:
- [`optimizing_julia.jl`](optimizing_julia.jl)
- [`Project.toml`](Project.toml)
- [`Manifest.toml`](Manifest.toml)
This website renders the content of
[`optimizing_julia.jl`](optimizing_julia.jl).
First, we install all required packages