Skip to content

jhconning/enclosure_book

Repository files navigation

enclosure_book

The Enclosure Project

This is the repository for content to create the Enclosure Book.

  • It uses the jupyter book framework to transform content from jupyter notebooks and markdown files into static HTML on github pages.
    • The left navigation bar on the site is created by the _toc.yml file
    • Most other info for the site is set in _config.yml
    • Any new push to this repo triggers a github action that launches a virtual machine in the cloud that rebuilds the jupyterbook site with the new content (relevant script here)
    • Typical workflow: use jupyter book to build a local copy of the site on your machine. Then just push the relevant changed markdown/notebooks.