Skip to content

ianaberle/hpc_docs

 
 

Repository files navigation

SMU HPC Documentation

Building the Documentation

The SMU HPC documentation is built using Jupyter Book. The following can be used to build the documentation locally.

python3 -m venv ~/.venv/hpc_docs
. ~/.venv/hpc_docs/bin/activate
pip3 install -U pip wheel setuptools
pip3 install jupyter-book
jupyter-book build docs
open docs/_build/html/index.html

Contributing

Pull requests for improvements are greatly appreciated.

About

HPC Documentation and Examples

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 38.4%
  • TeX 26.2%
  • HTML 11.6%
  • Shell 10.8%
  • Dockerfile 5.0%
  • Python 3.4%
  • Other 4.6%