I'm going through this course to prep for the upcoming Africalim workshop etc. I've noticed a few typos and mistakes in the math, so I'm opening this to correct those as I discover them. I've also addressed some of the contributor comments in the notebooks. Will keep this as a draft for now until I work my way through all the sections.
Summary of edits
Language
Fixed spelling typos and grammar
Small additions and corrections (e.g. updating outdated info)
Fixed dead links where possible
Code
Code style edits for readability (spacing)
Convert function docstrings to numpy style
Math (latex)
Many equations start with HTML tags followed by $$ to open math environment. These do not render correctly in some viewers (vscode) if the $$ does not start on a new line
Small formatting edits (e.g. adding \left and \right to parentheses)
Fixing alignment issues by wrapping in \begin{align*} ... \end{align*}
I'm going through this course to prep for the upcoming Africalim workshop etc. I've noticed a few typos and mistakes in the math, so I'm opening this to correct those as I discover them. I've also addressed some of the contributor comments in the notebooks. Will keep this as a draft for now until I work my way through all the sections.
Summary of edits
Language
Code
Math (latex)
$$
to open math environment. These do not render correctly in some viewers (vscode) if the$$
does not start on a new line\left
and\right
to parentheses)\begin{align*} ... \end{align*}