refactor: reorder material to match the README schedule - #110
Draft
henryiii wants to merge 1 commit into
Draft
Conversation
Renumber the content directories and slide decks to the 2026 schedule in the README: intro becomes week 0, git week 1, agentic AI week 2, testing week 3, compiled languages week 6, parallel (OpenMP and MPI merged) week 7, mixing languages week 9, OO week 10, design patterns week 11, and functional design with static typing week 12. The CUDA PDF moves to a week 8 GPU directory, and WebAssembly moves to bonus_misc. Assisted-by: ClaudeCode:claude-opus-5
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 AI text below 🤖
Renumbers the content directories and slide decks to match the 2026 schedule in the README.
week01_introweek00_introweek03_gitweek01_gitweek14_agentsweek02_agentsweek02_testingweek03_testingweek09_compiledweek06_compiledweek11_omp+week12_mpiweek07_parallelweek13_misc(CUDA PDF)week08_gpuweek10_bindingweek09_bindingweek06_oopweek10_oopweek07_design/designpatt.mdweek11_designweek07_design/functional.md+week08_static_typingweek12_typingweek13_misc/webassembly.mdbonus_miscSlides move too:
01-1/01-2to00-1/00-2,14-1to02-1,05-1to04-1,06-1/06-2to10-1/10-2,07-2to11-1,07-1to12-1,08-1to12-2.03-1does not change.Also updated: the
myst.ymltable of contents and titles, the slide buttons in the chapters, week paths in.gitignore, a stale exclude in.pre-commit-config.yaml, theweek09shell paths inCompiled_Languages.ipynb, and a path inoodesign.md.Two points to review: MPI is now part of week 7 instead of its own week, and week 8 (GPU) has no chapters yet - only the CUDA PDF, which is not in the table of contents.