Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 23 additions & 15 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -160,20 +160,28 @@ cython_debug/
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/

/content/week05/se-for-sci-example/
/content/week05/textual_example/requirements.in
/content/week10/cmake_example/.ninja_log
/content/week10/cmake_example/docs/Doxyfile.docs
/content/week10/fortran_example
/content/week09/*/*.whl
/content/week09/*/setup.py
/content/week09/03-pybind/src
/content/week09/0[123]*/*.c
/content/week09/0[123]*/*.cpp
/content/week09/0[123]*/*.h
/content/week09/0[123]*/*.hpp
/content/week09/0[123]*/CMakeLists.txt
/content/week09/0[123]*/pyproject.toml
/content/week*/se-for-sci-example/
/content/week*/textual_example/requirements.in
/content/week*/cmake_example/.ninja_log
/content/week*/cmake_example/docs/Doxyfile.docs
/content/week*/fortran_example
/content/week*/*/*.whl
/content/week*/*/setup.py
/content/week*/03-pybind/src
/content/week*/*.c
/content/week*/*.cpp
/content/week*/*.h
/content/week*/*.hpp
/content/week*/CMakeLists.txt
/content/week*/pyproject.toml
/content/week*/*/*.c
/content/week*/*/*.cpp
/content/week*/*/*.h
/content/week*/*/*.hpp
/content/week*/*/CMakeLists.txt
/content/week*/*/pyproject.toml
/content/week*/*.f90
/content/week*/Makefile

/slides/*.html

Expand All @@ -186,7 +194,7 @@ cython_debug/
a.out
compile_flags.txt
Untitled*
content/week12/06-rust/Cargo.lock
content/week*/06-rust/Cargo.lock

_output/Volumes
*.doit.db
68 changes: 34 additions & 34 deletions _toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,34 +12,34 @@ parts:
- file: content/week01_intro/programming_basics.ipynb
- file: content/week01_intro/practices.md
- file: content/week01_intro/cleanup_bessel.ipynb
- file: content/week01_intro/python_setup.md

- caption: "Week 2: Version Control"
- caption: "Week 2: Testing"
chapters:
- file: content/week02_git/intro.md
- file: content/week02_git/first_steps.md
- file: content/week02_git/advanced_steps.md
- file: content/week02_testing/testing.md
- file: content/week02_testing/pytest.md
- file: content/week02_testing/tdd.md
- file: content/week02_testing/debugging.md

- caption: "Week 3: Testing"
- caption: "Week 3: Version Control"
chapters:
- file: content/week03_testing/python_setup.md
- file: content/week03_testing/testing.md
- file: content/week03_testing/pytest.md
- file: content/week03_testing/tdd.md
- file: content/week03_testing/debugging.md
- file: content/week03_git/intro.md
- file: content/week03_git/first_steps.md
- file: content/week03_git/advanced_steps.md

- caption: "Week 4: Continuous Integration"
- caption: "Week 4: Packaging and Quality Control"
chapters:
- file: content/week04_ci/ci.md
- file: content/week04_ci/cd.md
- file: content/week04_ci/docs.md
- file: content/week04_package/packaging.md
- file: content/week04_package/using_packages.md
- file: content/week04_package/making_a_package.md
- file: content/week04_package/precommit.md
- file: content/week04_package/task_runners.md

- caption: "Week 5: Packaging and Quality Control"
- caption: "Week 5: Continuous Integration"
chapters:
- file: content/week05_package/packaging.md
- file: content/week05_package/using_packages.md
- file: content/week05_package/making_a_package.md
- file: content/week05_package/precommit.md
- file: content/week05_package/task_runners.md
- file: content/week05_ci/ci.md
- file: content/week05_ci/cd.md
- file: content/week05_ci/docs.md

- caption: "Week 6: Object Oriented design"
chapters:
Expand All @@ -51,25 +51,25 @@ parts:
- file: content/week07_design/designpatt.md
- file: content/week07_design/functional.md

- caption: "Week 8: Static Typing"
- caption: "Week 8: Static Typing & Profiling"
chapters:
- file: content/week08_static_typing/typing.md

- caption: "Week 9: Mixing Languages"
- caption: "Week 9: Intro to Compilation"
chapters:
- file: content/week09_binding/01-shared-objects/01-shared-objects.ipynb
- file: content/week09_binding/02-cpython/02-cpython.ipynb
- file: content/week09_binding/03-pybind/03a-pybind.ipynb
- file: content/week09_binding/03-pybind/03b-pybind.ipynb
- file: content/week09_binding/06-rust.md
- file: content/week09_compiled/Compiled_Languages.ipynb
- file: content/week09_compiled/rust_example/compiled.md
- file: content/week09_compiled/rust_example/rust.md
- file: content/week09_compiled/debugging.md
- file: content/week09_compiled/profiling.md

- caption: "Week 10: Intro to Compilation"
- caption: "Week 10: Mixing Languages"
chapters:
- file: content/week10_compiled/Compiled_Languages.ipynb
- file: content/week10_compiled/rust_example/compiled.md
- file: content/week10_compiled/rust_example/rust.md
- file: content/week10_compiled/debugging.md
- file: content/week10_compiled/profiling.md
- file: content/week10_binding/01-shared-objects/01-shared-objects.ipynb
- file: content/week10_binding/02-cpython/02-cpython.ipynb
- file: content/week10_binding/03-pybind/03a-pybind.ipynb
- file: content/week10_binding/03-pybind/03b-pybind.ipynb
- file: content/week10_binding/06-rust.md

- caption: "Week 11: Parallel Computing"
chapters:
Expand All @@ -78,7 +78,7 @@ parts:
- file: content/week11_omp/threading.md
- file: content/week11_omp/concepts.md

- caption: "Week 12: Distributed Computing"
- caption: "Week 12: GPUs"
chapters:
- file: content/week12_mpi/mpi.md

Expand Down
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.