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
- Host: GitHub
- URL: https://github.com/southernmethodistuniversity/hpc_docs
- Owner: SouthernMethodistUniversity
- Created: 2021-11-02T14:39:43.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-08T22:35:15.000Z (almost 2 years ago)
- Last Synced: 2024-08-09T02:38:19.527Z (almost 2 years ago)
- Language: TeX
- Homepage: https://southernmethodistuniversity.github.io/hpc_docs/
- Size: 52.4 MB
- Stars: 6
- Watchers: 4
- Forks: 3
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
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.