Suggestions in Tutorials #3
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Especially in Tutorial 4 (tutorials/tutorial4_root_finding.ipynb) it would be nicer if the codes are separated and placed under each section where you explain the method. Similarly other tutorials can be organised if you like.
Also, in some other tutorials, there are places where MathJax doesn't work as expected (when viewing here on Gitea), mostly due to the empty space after the initial
$
sign and the empty space before the final$
sign. Personally, I use\(
and\)
for the$
signs, which might work better (even with those spaces), anyway, but you don't need to.Another thing might be: add a
README.md
file to list the table of contents of thetutorial
folder so that one can navigate easily.Tutorial 3 and 4 are reorganized. Readme updated with the tutorials section.
Keep track of the issues and close them if you have already done with it! For instance, this issue has been completed I guess.