Modelling and Scientific Computing

An online course on Modelling and Scientific Computing in Python for the Oxford Doctoral Training Centre http://www.dtc.ox.ac.uk/.

Hugo

This course is built from Markdown content using Hugo and the Hugo Learn theme.

Ubuntu quickstart for contributions

  1. Get hugo. I recommend getting Hugo from snap so you get an up-to-date version:

    sudo snap install hugo
  2. Clone this repo, and navigate to the hugo_site directory

  3. Run hugo server, and follow the link to view the site in your browser

  4. Edit content in the hugo_site/content directory, on a new branch, and open a pull request on GitHub.