Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 685 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 685 Bytes

SmartScope Docs

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:

Setup with Anaconda/Miniconda

conda create -n Smartscope-docs python==3.10

conda activate SmartScope-docs
git clone 
cd SmartScope-docs
pip install -r requirements.txt

Start the dev server

The dev server allows to vizualize the changes locally.

cd SmartScope-docs
mkdocs serve