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-cinderpipenv installThen clone the directory
git clone https://github.com/SGBC/course.git
cd course
git submodule foreach git pullThe 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 devFrom the (up-to-date) master branch, do
mkdocs gh-deploy
# pipenv run deployPlease 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.