Reference Glossary¶
Page Maps¶
graph LR
family["Reproducible Research"]
program["Deep Dive DVC"]
section["Reference"]
page["Reference Glossary"]
capstone["Capstone evidence"]
family --> program --> section --> page
page -.applies in.-> capstone
flowchart LR
orient["Orient on the page map"] --> read["Read the main claim and examples"]
read --> inspect["Inspect the related code, proof, or capstone surface"]
inspect --> verify["Run or review the verification path"]
verify --> apply["Apply the idea back to the module and capstone"]
This glossary keeps Deep Dive DVC's recurring terms stable across modules, reference pages, and capstone review routes. Use it when the repository is concrete enough to inspect, but the local meaning of a word still needs to be pinned down.
How to use this glossary¶
Open it when a term matters for a decision: which state layer is authoritative, what kind of evidence settles the question, or which verification route should answer it. Do not read it as a list to memorize.
Terms in this directory¶
| Term | Meaning in Deep Dive DVC |
|---|---|
| Anti-Pattern Atlas | A symptom-led catalog of recurring DVC and reproducibility mistakes, used when you recognize the smell before you remember the lesson. |
| Completion Rubric | The review standard for deciding whether someone can explain DVC behavior with evidence rather than command folklore. |
| Module Dependency Map | The reading-order map that shows which modules support later ones and which ideas should come first. |
| Practice Map | The crosswalk from modules to capstone routes that corroborate the same concept. |
| Topic Boundaries | The page that distinguishes core course material from supporting context and out-of-scope extensions. |
| Version Support Guide | The guide that defines the supported Python, Git, and DVC toolchain boundary for this course. |