Skip to content

Commit f85e8c9

Browse files
committed
lecture1
1 parent 6ad8c4c commit f85e8c9

File tree

165 files changed

+15
-31306
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

165 files changed

+15
-31306
lines changed

.gitignore

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@
1212
/docs/Manifest.toml
1313

1414
# vitepress
15-
/docs_vitepress/build/
16-
/docs_vitepress/final_site/
17-
/docs_vitepress/node_modules/
18-
/docs_vitepress/package-lock.json
15+
/docs/build/
16+
/docs/final_site/
17+
/docs/node_modules/
18+
/docs/package-lock.json
19+
/docs/run_live_preview.sh
1920

2021
# MAC
2122
.DS_Store

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"julia.environmentPath": "/Users/ghosty/AI_Center/SPJ/Scientific-Programming-in-Julia/docs"
3+
}

docs/make.jl

Lines changed: 0 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -51,59 +51,6 @@ pages = [
5151
"Lab" => "lab.md",
5252
"Homework" => "hw.md",
5353
]),
54-
"2: The power of type system & multiple dispatch" => add_prefix("lecture_02", [
55-
"Lecture" => "lecture.md",
56-
"Lab" => "lab.md",
57-
"Homework" => "hw.md",
58-
]),
59-
"3: Design patterns" => add_prefix("lecture_03", [
60-
"Lecture" => "lecture.md",
61-
"Lab" => "lab.md",
62-
"Homework" => "hw.md",
63-
]),
64-
"4: Package development, unit tests & CI" => add_prefix("lecture_04", [
65-
"Lecture" => "lecture.md",
66-
"Lab" => "lab.md",
67-
"Homework" => "hw.md",
68-
]),
69-
"5: Performance benchmarking" => add_prefix("lecture_05", [
70-
"Lecture" => "lecture.md",
71-
"Lab" => "lab.md",
72-
"Homework" => "hw.md",
73-
]),
74-
"6: Lanuage introspection" => add_prefix("lecture_06", [
75-
"Lecture" => "lecture.md",
76-
"Lab" => "lab.md",
77-
"Homework" => "hw.md",
78-
]),
79-
"7: Macros" => add_prefix("lecture_07", [
80-
"Lecture" => "lecture.md",
81-
"Lab" => "lab.md",
82-
"Homework" => "hw.md",
83-
]),
84-
"8: Automatic differentiation" => add_prefix("lecture_08", [
85-
"Lecture" => "lecture.md",
86-
"Lab" => "lab.md",
87-
"Homework" => "hw.md",
88-
]),
89-
"9: Intermediate representation" => add_prefix("lecture_09", [
90-
"Lecture" => "lecture.md",
91-
"Lab" => "lab.md",
92-
]),
93-
"10: Parallel programming" => add_prefix("lecture_10", [
94-
"Lecture" => "lecture.md",
95-
"Lab" => "lab.md",
96-
"Homework" => "hw.md",
97-
]),
98-
"11: GPU programming" => add_prefix("lecture_11", [
99-
"Lecture" => "lecture.md",
100-
"Lab" => "lab.md",
101-
]),
102-
"12: Ordinary Differential Equations" => add_prefix("lecture_12", [
103-
"Lecture" => "lecture.md",
104-
"Lab" => "lab.md",
105-
"Homework" => "hw.md",
106-
]),
10754
]),
10855
]
10956

docs/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/src/lectures/lecture_02/Lab02Ecosystem.jl

Lines changed: 0 additions & 97 deletions
This file was deleted.

docs/src/lectures/lecture_02/hw.md

Lines changed: 0 additions & 79 deletions
This file was deleted.

0 commit comments

Comments
 (0)