/git-is-my-lab-book

Support EMCRs to develop their computing skills

Primary LanguageTeXCreative Commons Attribution Share Alike 4.0 InternationalCC-BY-SA-4.0

Git is my lab book

book license

These materials aim to support early- and mid-career researchers (EMCRs) in the SPECTRUM and SPARK networks to develop their computing skills, and to make effective use of available tools and infrastructure.

You can view this book online.

License

This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

Requirements

To build this book, you must have Material for MkDocs installed. For example:

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Building the book

You can view this book in your browser by running the following commands in this directory:

source venv/bin/activate
mkdocs serve

This will automatically rebuild the book whenever you edit the contents.