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

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

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`