An open API service indexing awesome lists of open source software.

https://github.com/southernmethodistuniversity/hpc_docs

HPC Documentation and Examples
https://github.com/southernmethodistuniversity/hpc_docs

Last synced: over 1 year ago
JSON representation

HPC Documentation and Examples

Awesome Lists containing this project

README

          

# SMU HPC Documentation

## Building the Documentation

The SMU HPC documentation is built using [Jupyter
Book](https://jupyterbook.org). The following can be used to build the
documentation locally.

```sh
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.