OpenDTU documentation

Read the documentation

The published documentation can be found here: https://tbnobody.github.io/OpenDTU-docs/

Testing

Install the required dependencies:

python3 -m venv venv
source ./venv/bin/activate
pip3 install -r requirements.txt

Run a local webserver:

mkdocs serve