- create a branch
- add your notes to a thematic folder.
- remember to update the
index.mdfile to include new files
- find instructions how to create your own technical documentation site using a GitHub template at biosustain/notes_template
Here we fetch some markdown files from other sources additionally to the documentation. To build locally you need to run:
pip install -r requirements.txt
python fetch_files.py
python -m sphinx -n -W --keep-going -b html ./ ./_build/