Skip to content

mateolangston/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.

Releases

No releases published

Packages

No packages published

Languages

  • Lua 33.8%
  • TeX 30.4%
  • HTML 11.5%
  • Shell 11.5%
  • Dockerfile 4.1%
  • Python 4.0%
  • Other 4.7%