https://github.com/rossbar/caltech-hpc-user-docs
**Unofficial**, user-contributed documentation for working with Caltech HPC
https://github.com/rossbar/caltech-hpc-user-docs
documentation high-performance-computing
Last synced: 12 months ago
JSON representation
**Unofficial**, user-contributed documentation for working with Caltech HPC
- Host: GitHub
- URL: https://github.com/rossbar/caltech-hpc-user-docs
- Owner: rossbar
- Created: 2024-02-16T06:39:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-12T02:16:25.000Z (over 1 year ago)
- Last Synced: 2025-06-29T01:42:27.479Z (12 months ago)
- Topics: documentation, high-performance-computing
- Language: Python
- Homepage: https://rossbar.github.io/caltech-hpc-user-docs/
- Size: 3.22 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Working with Caltech HPC - Docs
Collection of user-contributed documentation related to working with Caltech HPC.
## Contribute
### First-time setup
Make an environment with all the necessary dependencies to build the site.
```bash
$ python -m venv hpc-docs-env
$ source hpc-docs-env/bin/activate
$ pip install -r requirements.txt
```
### Build the site
The sphinx site can be built with `make html`.
The static site can then be viewed with `firefox _build/html/index.html`