From c5a4be65a0da6195b16ebda9546d6a8628b45d13 Mon Sep 17 00:00:00 2001 From: Hendrik Ranocha Date: Fri, 13 Oct 2023 08:27:08 +0200 Subject: [PATCH] add links in jl file --- material/5_fri/optimizing_julia/optimizing_julia.jl | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/material/5_fri/optimizing_julia/optimizing_julia.jl b/material/5_fri/optimizing_julia/optimizing_julia.jl index ae1c2a0..2475b70 100644 --- a/material/5_fri/optimizing_julia/optimizing_julia.jl +++ b/material/5_fri/optimizing_julia/optimizing_julia.jl @@ -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 import Pkg