Notebook with a range of topics (e.g. books, python, R, causality, simulation).
Set up with GitHub actions to create and push to GitHub pages - link to book: https://amyheather.github.io/programming_notes/git.html
Set up on my computer:
- Environment:
workon notes
- To view book locally, activate environment and then run
make clean
andmake html
- View at
file:///home/amy/Documents/general/programming_notes/_build/html/index.html