Skip to content

johnryantaylor/JRT_QES_Notes

 
 

Repository files navigation

live status

Notes

Lecture notes for the course, available online here.

IMPORTANT

All modifications to main are immediately live.

Please ensure the site builds properly before pushing to main (see below), and keep all testing and 'in progress' material in other branches (e.g. development).

You should not be making anything more than minor typo corrections using the online editing interface.

Reporting Problems

If you find a problem you're not sure how to fix, either contact us directly or create an Issue, which we'll get to ASAP.

Installing Dependencies

Install jupyter-book, for example with conda:

conda install -c conda-forge jupyter-book

or pip:

pip install jupyter-book

Build Instructions

From the /Notes directory, either use the makefile:

make html

or call jupyter-book directly:

jupyter-book build book/

The compiled HTML files can then be viewed by opening in Notes/book/_build/index.html in your browser.

About

Lecture notes for the course

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 96.2%
  • TeX 3.8%