This repository contains documentation for the Munich Quantum Software Stack (MQSS) interfaces. Only the main landing page is maintained in this repository; the detailed documentation for each interface is hosted in its respective repository.
- Python 3.9 or newer
- Required Python packages:
pip install mkdocs mkdocs-material mkdocstrings[python] mkdocs-autorefsmkdocs buildmkdocs serveThen visit http://127.0.0.1:8000 in your browser.
Contributions to improve the documentation are welcome. Please follow these steps:
- Fork the repository
- Create a feature branch
- Make your changes
- Submit a pull request