https://github.com/oicr-gsi/req-system-docs
Documentation for the requisition system
https://github.com/oicr-gsi/req-system-docs
documentation
Last synced: 3 months ago
JSON representation
Documentation for the requisition system
- Host: GitHub
- URL: https://github.com/oicr-gsi/req-system-docs
- Owner: oicr-gsi
- Created: 2025-06-19T00:54:13.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-03-31T19:37:56.000Z (3 months ago)
- Last Synced: 2026-03-31T21:22:03.949Z (3 months ago)
- Topics: documentation
- Language: Python
- Homepage: https://req-system-docs.readthedocs.io/
- Size: 1.23 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Documentation for the Requisition System
* Requisition System: https://requisition.genomics.oicr.on.ca
* User Manual: https://req-system-docs.readthedocs.io/latest/
This user manual is referenced in QM-031 of the OICR Genomics Quality Management System.
## Building
This site is built using Sphinx and requires Python 3.11+.
Installing:
```
python3 -m venv venv
source venv/bin/activate
python3 -m pip install -r requirements.txt
```
Building the site:
```
make html
```
Open build/index.html in a browser
## Read The Docs
The configuration for Read The Docs: https://app.readthedocs.org/projects/req-system-docs/