@@ -6,83 +6,83 @@ root: content/intro
66parts :
77 - caption : " Week 1: Intro"
88 chapters :
9- - file : content/week01 /intro.md
10- - file : content/week01 /setup.md
11- - file : content/week01 /vcs.md
12- - file : content/week01 /programming_basics.ipynb
13- - file : content/week01 /practices.md
14- - file : content/week01 /cleanup_bessel.ipynb
9+ - file : content/week01_intro /intro.md
10+ - file : content/week01_intro /setup.md
11+ - file : content/week01_intro /vcs.md
12+ - file : content/week01_intro /programming_basics.ipynb
13+ - file : content/week01_intro /practices.md
14+ - file : content/week01_intro /cleanup_bessel.ipynb
1515
1616 - caption : " Week 2: Version Control"
1717 chapters :
18- - file : content/week02 /intro.md
19- - file : content/week02 /first_steps.md
20- - file : content/week02 /advanced_steps.md
18+ - file : content/week02_git /intro.md
19+ - file : content/week02_git /first_steps.md
20+ - file : content/week02_git /advanced_steps.md
2121
2222 - caption : " Week 3: Testing"
2323 chapters :
24- - file : content/week03 /python_setup.md
25- - file : content/week03 /testing.md
26- - file : content/week03 /pytest.md
27- - file : content/week03 /tdd.md
28- - file : content/week03 /debugging.md
24+ - file : content/week03_testing /python_setup.md
25+ - file : content/week03_testing /testing.md
26+ - file : content/week03_testing /pytest.md
27+ - file : content/week03_testing /tdd.md
28+ - file : content/week03_testing /debugging.md
2929
3030 - caption : " Week 4: Continuous Integration"
3131 chapters :
32- - file : content/week04 /ci.md
33- - file : content/week04 /cd.md
34- - file : content/week04 /docs.md
32+ - file : content/week04_ci /ci.md
33+ - file : content/week04_ci /cd.md
34+ - file : content/week04_ci /docs.md
3535
3636 - caption : " Week 5: Packaging and Quality Control"
3737 chapters :
38- - file : content/week05 /packaging.md
39- - file : content/week05 /using_packages.md
40- - file : content/week05 /making_a_package.md
41- - file : content/week05 /precommit.md
42- - file : content/week05 /task_runners.md
38+ - file : content/week05_package /packaging.md
39+ - file : content/week05_package /using_packages.md
40+ - file : content/week05_package /making_a_package.md
41+ - file : content/week05_package /precommit.md
42+ - file : content/week05_package /task_runners.md
4343
4444 - caption : " Week 6: Object Oriented design"
4545 chapters :
46- - file : content/week06 /introoo.md
47- - file : content/week06 /oodesign.md
46+ - file : content/week06_oop /introoo.md
47+ - file : content/week06_oop /oodesign.md
4848
4949 - caption : " Week 7: Design Patterns"
5050 chapters :
51- - file : content/week07 /designpatt.md
52- - file : content/week07 /functional.md
51+ - file : content/week07_design /designpatt.md
52+ - file : content/week07_design /functional.md
5353
5454 - caption : " Week 8: Static Typing"
5555 chapters :
56- - file : content/week08 /typing.md
56+ - file : content/week08_static_typing /typing.md
5757
5858 - caption : " Week 9: Mixing Languages"
5959 chapters :
60- - file : content/week09 /01-shared-objects/01-shared-objects.ipynb
61- - file : content/week09 /02-cpython/02-cpython.ipynb
62- - file : content/week09 /03-pybind/03a-pybind.ipynb
63- - file : content/week09 /03-pybind/03b-pybind.ipynb
64- - file : content/week09 /06-rust.md
60+ - file : content/week09_binding /01-shared-objects/01-shared-objects.ipynb
61+ - file : content/week09_binding /02-cpython/02-cpython.ipynb
62+ - file : content/week09_binding /03-pybind/03a-pybind.ipynb
63+ - file : content/week09_binding /03-pybind/03b-pybind.ipynb
64+ - file : content/week09_binding /06-rust.md
6565
6666 - caption : " Week 10: Intro to Compilation"
6767 chapters :
68- - file : content/week10 /Compiled_Languages.ipynb
69- - file : content/week10 /rust_example/compiled.md
70- - file : content/week10 /rust_example/rust.md
71- - file : content/week10 /debugging.md
72- - file : content/week10 /profiling.md
68+ - file : content/week10_compiled /Compiled_Languages.ipynb
69+ - file : content/week10_compiled /rust_example/compiled.md
70+ - file : content/week10_compiled /rust_example/rust.md
71+ - file : content/week10_compiled /debugging.md
72+ - file : content/week10_compiled /profiling.md
7373
7474 - caption : " Week 11: Parallel Computing"
7575 chapters :
76- - file : content/week11 /intro.md
77- - file : content/week11 /openmp.md
78- - file : content/week11 /threading.md
79- - file : content/week11 /concepts.md
76+ - file : content/week11_omp /intro.md
77+ - file : content/week11_omp /openmp.md
78+ - file : content/week11_omp /threading.md
79+ - file : content/week11_omp /concepts.md
8080
8181 - caption : " Week 12: Distributed Computing"
8282 chapters :
83- - file : content/week12 /mpi.md
83+ - file : content/week12_mpi /mpi.md
8484
8585 - caption : " Bonus: Exotic topics"
8686 chapters :
87- - file : content/week13 /webassembly.md
88- - file : content/week13 /shell.md
87+ - file : content/week13_misc /webassembly.md
88+ - file : content/week13_misc /shell.md
0 commit comments