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

https://github.com/glotzerlab/signac-docs

Documentation for the signac framework.
https://github.com/glotzerlab/signac-docs

hacktoberfest

Last synced: about 1 year ago
JSON representation

Documentation for the signac framework.

Awesome Lists containing this project

README

          

# signac-docs

This is the primary documentation for the [signac data and workflow management framework](https://signac.readthedocs.io).

To build the documentation, execute

```bash
cd docs
pip install -r requirements.txt
make html
```

Then open the `build/html/index.html` file with your favorite web browser.