Resources for our bioinformatics course
First install mkdocs (and the theme) in a virtual environment
virtualenv mkdocs_env
source mkdocs_env/bin/activate
pip install mkdocs
pip install mkdocs-cinder
pipenv install
Then clone the directory
git clone https://github.com/SGBC/course.git
cd course
git submodule foreach git pull
The lessons are located in the docs/
directory.
For the lessons under docs/tutorials/
the development is happening at https://github.com/HadrienG/tutorials
For a live preview in your browser do
mkdocs serve &
# pipenv run dev
From the (up-to-date) master
branch, do
mkdocs gh-deploy
# pipenv run deploy
Please see how to contribute here
This work is licensed under the Creative Commons Attribution 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by/4.0/ or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.