Served via http://hpc-uit.readthedocs.org.
Copyright (c) 2020 Radovan Bast, Mathias Bockwoldt, Jørn Dietze, Roy Dragseth, Stig Rune Jensen, Dan Jonsson, Jonas Juselius, Elena Malkin, Marte Skadsem, Espen Tangen, Giacomo Tartari, Steinar Traedal-Henden, UiT The Arctic University of Norway.
Text is licensed under CC-BY 4.0, code examples are provided under the MIT license.
git clone https://github.com/uit-no/hpc-doc.git
cd hpc-doc
virtualenv venv
source venv/bin/activate
pip install sphinx
pip install sphinx_rtd_theme
sphinx-build . _build
Then point your browser to _build/index.html
.