NordIQuEst Application Library#
Welcome to the NordIQuEst Application Library.
Build the docs#
The documentation for this page uses sphinx and sphinx book theme.
Setup python environment
conda create -y -n sphinx python=3.12
conda activate sphinx
pip install -r requirements.txt
Build the docs from root directory
sphinx-build -b html . build/sphinx/html
View with firefox for example
firefox build/html/index.html