This is the official repository for the SmartScope documentation website. To contribute to the documentation and be able to use the development server, you must first install a few dependencies.
The docs website is generated with:
conda create -n Smartscope-docs python==3.10
conda activate SmartScope-docs
git clone
cd SmartScope-docs
pip install -r requirements.txt
The dev server allows to vizualize the changes locally.
cd SmartScope-docs
mkdocs serve