Skip to content

Commit d2b5ef7

Browse files
committed
rearranged
1 parent f93ee11 commit d2b5ef7

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

website/lecture1.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ Topic | Notebook
3636
:-----: | :--------:
3737
Variables | [click for notebook (done in Intro to Programming)](https://floswald.github.io/julia-bootcamp/01-variables.html)
3838
Functions | [click for notebook (done in Intro to Programming)](https://floswald.github.io/julia-bootcamp/02-functions.html)
39-
Arrays | [click for notebook](https://floswald.github.io/julia-bootcamp/03-arrays.html)
40-
SIR Model | [click for notebook](https://floswald.github.io/julia-bootcamp/09-introsir.html)
39+
4140

4241
Please run the [01-fast.jl](https://github.com/floswald/NumericalMethods/tree/master/notebooks/week1/01-fast.jl) notebook on your own computer for the benchmarks! 🏎️
4342

website/lecture2.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ In this lecture we will start talking `julia`! We will go through a series of no
77

88
Topic | Notebook
99
:-----: | :--------:
10+
Arrays | [click for notebook](https://floswald.github.io/julia-bootcamp/03-arrays.html)
11+
SIR Model | [click for notebook](https://floswald.github.io/julia-bootcamp/09-introsir.html)
1012
Defining Data Types | [click for notebook](https://floswald.github.io/julia-bootcamp/04-defining-types.html)
1113
Intro do Differential Equations | [click for notebook](https://floswald.github.io/julia-bootcamp/08-popgrowth.html)
1214

@@ -22,7 +24,7 @@ Intro do Differential Equations | [click for notebook](https://floswald.github.i
2224
What is below used to be my way of getting you started. I think `MoJuWo` does a much better job at this, so I am switching you over to their content instead. [click here](https://modernjuliaworkflows.org/writing/)
2325

2426

25-
This is outdate below:
27+
## Outdated
2628

2729
I asked you to install the [julia-vscode](https://www.julia-vscode.org) extention for the vscode editor [initially](../#prerequisites). Today we'll have a first look at this environment. Some things we'll go over are:
2830

0 commit comments

Comments
 (0)