Skip to content

Commit

Permalink
add links in jl file
Browse files Browse the repository at this point in the history
  • Loading branch information
ranocha authored Oct 13, 2023
1 parent f509315 commit c5a4be6
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion material/5_fri/optimizing_julia/optimizing_julia.jl
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit c5a4be6

Please sign in to comment.