Guides Glossary¶
Glossary Fit¶
flowchart TD
directory["This directory"] --> glossary["Glossary"]
glossary --> terms["Stable local terms"]
terms --> reading["Reading and examples"]
terms --> practice["Exercises and review"]
terms --> proof["Capstone proof and discussion"]
flowchart TD
pressure["Hit an unfamiliar term"] --> lookup["Open the glossary entry"]
lookup --> confirm["Match the term to the local meaning"]
confirm --> return["Return to the lesson or guide"]
return --> reuse["Reuse the same wording in notes, code review, and proof"]
This glossary belongs to Guides in Deep Dive Snakemake. It keeps the language of this directory stable so the same ideas keep the same names across reading, practice, review, and capstone proof.
How to use this glossary¶
Read the directory index first, then return here whenever a page, command, or review discussion starts to feel more vague than the course intends. The goal is stable language, not extra theory.
Terms in this directory¶
| Term | Meaning in this directory |
|---|---|
| Course Guide | the guided support surface for course guide, used to study or review the course without wandering. |
| Learning Contract | the stable study contract for the course, used to define what the learner owes the material and what the proof route should show. |
| Module Checkpoints | the exit bar for moving between modules, used to keep pace honest instead of guessing readiness. |
| Module Promise Map | the routing surface for module promise map, used when the learner needs the next honest page, exercise, or proof step instead of a full reread. |
| Platform Setup | the durable learner-support surface for platform setup, used to keep the course route and proof route readable under pressure. |
| Pressure Routes | the routing surface for pressure routes, used when the learner needs the next honest page, exercise, or proof step instead of a full reread. |
| Proof Ladder | the evidence-routing surface for proof ladder, used to connect course claims to the right practice, review, or capstone proof. |
| Proof Matrix | the evidence-routing surface for proof matrix, used to connect course claims to the right practice, review, or capstone proof. |
| Start Here | the durable learner-support surface for start here, used to keep the course route and proof route readable under pressure. |
| Workflow Modularization | the durable learner-support surface for workflow modularization, used to keep the course route and proof route readable under pressure. |