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.
- Host: GitHub
- URL: https://github.com/glotzerlab/signac-docs
- Owner: glotzerlab
- License: bsd-3-clause
- Created: 2019-01-30T22:35:21.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2025-01-31T21:35:57.000Z (over 1 year ago)
- Last Synced: 2025-01-31T22:25:15.596Z (over 1 year ago)
- Topics: hacktoberfest
- Homepage: https://docs.signac.io/
- Size: 2.96 MB
- Stars: 8
- Watchers: 9
- Forks: 19
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
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.