This is a guide intended to demonstrate how you can make edits to the curriculum guide on Github. The guide is built on Jupyter Book; see their website for detailed instructions on how to use it. This guide covers the basics and instructions specific to this repository.
- Begin by cloning the repository locally.
- Make changes to files in the
content
folder. Pages and corresponding files can be found in_toc.yml
. - Add any new pages to
_toc.yml
. - Build the site from your terminal. If you're currently in the curriculum guide directory, run
jupyter-book build curriculum-guide
- Commit the changes and push to Github.