From 37187861a3bab076652b871f3720247994c790cc Mon Sep 17 00:00:00 2001 From: geeksville Date: Tue, 28 Apr 2020 14:56:32 -0700 Subject: [PATCH] try to make github like this html --- README.md | 2 +- bin/regen-docs.sh | 4 ++-- {doc => docs}/meshtastic/index.html | 0 {doc => docs}/meshtastic/mesh_pb2.html | 0 4 files changed, 3 insertions(+), 3 deletions(-) rename {doc => docs}/meshtastic/index.html (100%) rename {doc => docs}/meshtastic/mesh_pb2.html (100%) 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