migrate docs to main project docs

This commit is contained in:
Mike Kinney
2021-12-29 10:53:41 -08:00
parent 7d75fd61d1
commit adb797d453
4 changed files with 10 additions and 257 deletions

View File

@@ -6,6 +6,10 @@ test:
install:
pip install .
# generate the docs (for local use)
docs:
pdoc3 --html -f --output-dir docs meshtastic
# lint the codebase
lint:
pylint meshtastic