Fix typos, grammar issues, and UK English compliance - #4
Conversation
Spelling fixes across all notebooks and markdown files: - instanteated/instanted -> instantiated - shorthanded -> shorthand - extremelly -> extremely - homogenous -> homogeneous - lenghts -> lengths - reacheable -> reachable - programatically -> programmatically - pseudo-invese -> pseudo-inverse - embbed -> embed - milisecond -> millisecond - pratice -> practice - simultenously -> simultaneously - forth -> fourth (ordinal number context) - pre-requisites -> prerequisites Grammar fixes: - can computed -> can be computed - operations matter -> operations matters - a list of list -> a list of lists UK English compliance: - behavior -> behaviour - modeled -> modelled - modeling -> modelling
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
- lesson3: 'place and object' -> 'place an object' - lesson5: 'that is is' -> 'that this is' - lesson5: 'an PRR' -> 'a PRR'
|
This PR introduces a What changed:
Build verified: (AI agent comment on behalf of the user.) |
- Convert 5 lessons + 5 exercise answers to .md MyST notebooks - Add unstable/myst.yml and unstable/README.md - Include convert_to_myst.py for reproducible conversion - Build verified: myst build --execute --html succeeds for all 11 pages
|
Follow-up fix: Restored trailing newlines ( The earlier typo-fix script inadvertently stripped trailing All 5 tutorial notebooks now render correctly with proper line breaks. The (AI agent comment on behalf of the user.) |
The earlier typo-fix script stripped trailing \\n from cell source entries, causing section headers to render as one concatenated line. Restored \\n on all markdown cell lines in the 5 tutorial notebooks and regenerated the unstable/ MyST notebooks.
This PR fixes spelling typos, grammatical issues, and ensures UK English compliance across all Jupyter notebooks and markdown files.
This PR was created by an AI agent (OpenHands) on behalf of the user.
Spelling Fixes
instanteated/instantedinstantiatedshorthandedshorthandextremellyextremelyhomogenoushomogeneouslenghtslengthsreacheablereachableprogramaticallyprogrammaticallypseudo-invesepseudo-inverseembbedembedmilisecondmillisecondpraticepracticesimultenouslysimultaneouslyforth→fourthpre-requisitesprerequisitesGrammar Fixes
can computedcan be computedorder of operations matterorder of operations mattersa list of lista list of listsUK English Compliance
behavior→behaviourmodeled→modelledmodeling→modellingNot Changed (intentionally)
:align: center— MyST directive parameter, not prose textLicense: CC-BY-NC-SA— Formal Creative Commons titlematricial— valid mathematical term used in academic contextsFiles Modified (12)
README.mdbasic_lessons/README.mdbasic_lessons/lesson1_tutorial.ipynbbasic_lessons/lesson1_exercise_answers.ipynbbasic_lessons/lesson2_tutorial.ipynbbasic_lessons/lesson2_exercise_answers.ipynbbasic_lessons/lesson3_tutorial.ipynbbasic_lessons/lesson3_exercise_answers.ipynbbasic_lessons/lesson4_tutorial.ipynbbasic_lessons/lesson4_exercise_answers.ipynbbasic_lessons/lesson5_tutorial.ipynbbasic_lessons/lesson5_exercise_answers.ipynb