try to make github like this html

This commit is contained in:
geeksville
2020-04-28 14:56:32 -07:00
parent bbbd33e292
commit 37187861a3
4 changed files with 3 additions and 3 deletions

View File

@@ -4,5 +4,5 @@ A python client for using Meshtastic devices. This small library (and example ap
You probably don't want this yet because it is a pre-alpha WIP.
For the API documentation [click here](./doc/meshtastic/index.html).
For the API documentation [click here](./docs/meshtastic).
For the rough notes/implementation plan see [TODO](./TODO.md).

View File

@@ -1,2 +1,2 @@
rm -rf doc
pdoc3 --html --output-dir doc meshtastic
rm -rf docs
pdoc3 --html --output-dir docs meshtastic