Official documentation hub for the current RQM Technologies stack.
This site is built with MkDocs and the Material theme and is deployed from this repository.
Canonical docs URL: https://docs.rqmtechnologies.com/
rqm-docs documents the current platform layers reflected in this site:
rqm-core— mathematical spinerqm-compiler— internal optimization and rewriting enginerqm-api— canonical service boundaryrqm-studio— visual and workflow layerrqm-docs— documentation layer
pip install -r requirements.txt
mkdocs serveThe site will be available at http://127.0.0.1:8000.
To build the static site:
mkdocs build --strictOutput is written to the site/ directory (excluded from version control).
The site is built and deployed by the GitHub Actions workflow in .github/workflows/deploy.yml.