try to make github like this html

This commit is contained in:
geeksville committed 2020-04-28 14:56:32 -07:00
1 parent bbbd33e292
commit 37187861a3
4 files changed
+3 -3

No files matched your search

+1 -1
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).
+2 -2
View File
@@ -1,2 +1,2 @@
rm -rf doc
pdoc3 --html --output-dir doc meshtastic
rm -rf docs
pdoc3 --html --output-dir docs meshtastic
File renamed without changes.
File renamed without changes.