Rename the Rocket Theory section to Explanations - #512
Merged
felipebogaertsm merged 2 commits intoAug 24, 2026
Conversation
Name the section after its purpose rather than its subject matter. Moves docs/theory/ to docs/explanations/ and docs/assets/theory/ to docs/assets/explanations/, updates the nav label and page paths, the image links in grain_regression.md, and the two stale references in the fast marching method naming plan.
The numbers had already drifted: grain_regression.md was chapter 4 while the nav labelled it 3, a gap left by a removed chapter. Explanation pages are entered from anywhere rather than read in order, so drop the numbers from the page and section headings and from the nav labels. Rewords the two prose cross-references that cited section numbers into links: the exhaust isentropic exponent note in mass_balance.md and the section overview in grain_regression.md.
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.
Names the section after its purpose rather than its subject matter.
docs/theory/todocs/explanations/, anddocs/assets/theory/todocs/assets/explanations/mkdocs.ymldocs/explanations/grain_regression.mdmachwave/models/grain/fmm/NAMING_PLAN.mdContent is untouched: the moves are pure renames and the only edits are path strings.
mkdocs build --strictpasses and all ten regression figures resolve under the new asset path.Closes #511.