Documentation of the Q-Scope framework by quarree100 @FGRes. The built version can be found at q-scope.readthedocs.io
- setup python venv:
python3 -m venv qscope_doc && source qscope_doc/bin/activate
- install dependencies:
pip3 -r requirements.txt
- build project:
sphinx-build -b html source/ build/
- external links must include http(s):// prefix!