Skip to content

Commit

Permalink
Changed structure
Browse files Browse the repository at this point in the history
  • Loading branch information
VaclavMacha committed Sep 17, 2024
1 parent de40b2b commit 5977f8c
Show file tree
Hide file tree
Showing 27 changed files with 21 additions and 20 deletions.
39 changes: 20 additions & 19 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -21,23 +21,24 @@ lecture_01 = [
"Elementary functions" => "./lecture_01/operators.md",
"Strings" => "./lecture_01/strings.md",
"Arrays" => "./lecture_01/arrays.md",
"Data Structures" => "./lecture_01/data_structures.md",
"Data structures" => "./lecture_01/data_structures.md",
]

lecture_02 = [
"Standard library" => "./lecture_02/standardlibrary.md",
"Package Manager" => "./lecture_02/package_manager.md",
"Plots.jl" => "./lecture_02/Plots.md",
"DataFrames.jl" => "./lecture_02/DataFrames.md",
"Other useful packages" => "./lecture_02/otherpackages.md",
"Interaction with other languages" => "./lecture_02/interaction.md",
"Funcion basics" => "./lecture_02/functions.md",
"Conditional evaluations" => "./lecture_02/conditions.md",
"Loops and iterators" => "./lecture_02/loops.md",
"Soft local scope" => "./lecture_02/scope.md",
"Exercises" => "./lecture_02/exercises.md",
]

lecture_03 = [
"Conditional evaluations" => "./lecture_03/conditions.md",
"Loops and iterators" => "./lecture_03/loops.md",
"Soft local scope" => "./lecture_03/scope.md",
"Exercises" => "./lecture_03/exercises.md",
"Standard library" => "./lecture_03/standardlibrary.md",
"Package manager" => "./lecture_03/pkg.md",
"Plots.jl" => "./lecture_03/Plots.md",
"DataFrames.jl" => "./lecture_03/DataFrames.md",
"Other useful packages" => "./lecture_03/otherpackages.md",
"Interaction with other languages" => "./lecture_03/interaction.md",
]

lecture_04 = [
Expand All @@ -49,19 +50,19 @@ lecture_04 = [
]

lecture_05 = [
"Abstract and composite types" => "./lecture_05/compositetypes.md",
"Generic programming" => "./lecture_05/currencies.md",
]

lecture_06 = [
"Abstract and composite types" => "./lecture_06/compositetypes.md",
"Generic programming" => "./lecture_06/currencies.md",
"Files and modules" => "./lecture_06_07/modules.md",
"Package development" => "./lecture_06_07/develop.md",
]

lecture_07 = [
"Files and modules" => "./lecture_07/modules.md",
"Package manager" => "./lecture_07/pkg.md",
"Package development" => "./lecture_07/develop.md",
]


lecture_08 = [
"Introduction to continuous optimization" => "./lecture_08/theory.md",
"Gradients" => "./lecture_08/gradients.md",
Expand Down Expand Up @@ -119,9 +120,9 @@ makedocs(;
"Home" => "index.md",
"Why Julia?" => "why.md",
"Installation" => installation,
"1: Basics" => lecture_01,
"2: Packages" => lecture_02,
"3: Control flow" => lecture_03,
"1: Basics I" => lecture_01,
"2: Basics II" => lecture_02,
"3: Packages" => lecture_03,
"4: Functions and methods" => lecture_04,
"5: Type system and generic programming" => lecture_05,
"6: Code organization I" => lecture_06,
Expand Down
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ The main goals of the course are the following:

Selected examples of what you will be able to write at the end of the course include:
- *Efficient coding*: The following plot can be created in twenty lines of code
![](lecture_03/juliaset.gif)
![](lecture_02/juliaset.gif)
- *Numerical techniques*: You will learn many techniques to minimize functions
![](lecture_08/anim1.gif)
- *Neural networks*: And apply techniques to train neural networks
Expand Down
File renamed without changes.
File renamed without changes.
Empty file.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.

0 comments on commit 5977f8c

Please sign in to comment.