diff --git a/README.md b/README.md index f9f6fa0..014e9ce 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/bin/regen-docs.sh b/bin/regen-docs.sh index 139d19a..e39e10b 100755 --- a/bin/regen-docs.sh +++ b/bin/regen-docs.sh @@ -1,2 +1,2 @@ -rm -rf doc -pdoc3 --html --output-dir doc meshtastic \ No newline at end of file +rm -rf docs +pdoc3 --html --output-dir docs meshtastic \ No newline at end of file diff --git a/doc/meshtastic/index.html b/docs/meshtastic/index.html similarity index 100% rename from doc/meshtastic/index.html rename to docs/meshtastic/index.html diff --git a/doc/meshtastic/mesh_pb2.html b/docs/meshtastic/mesh_pb2.html similarity index 100% rename from doc/meshtastic/mesh_pb2.html rename to docs/meshtastic/mesh_pb2.html