mirror of
https://github.com/meshtastic/python.git
synced 2026-01-30 02:21:10 -05:00
try to make github like this html
This commit is contained in:
@@ -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).
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
rm -rf doc
|
||||
pdoc3 --html --output-dir doc meshtastic
|
||||
rm -rf docs
|
||||
pdoc3 --html --output-dir docs meshtastic
|
||||
Reference in New Issue
Block a user