From 3a071fa12b57b421919ce9d372131baeefca001d Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Wed, 27 Mar 2024 07:00:02 -0500 Subject: [PATCH] Remove deprecated python documentation --- docs/development/python/index.mdx | 8 -------- 1 file changed, 8 deletions(-) diff --git a/docs/development/python/index.mdx b/docs/development/python/index.mdx index f774c13a..f0137d0d 100644 --- a/docs/development/python/index.mdx +++ b/docs/development/python/index.mdx @@ -94,14 +94,6 @@ pytest --durations=0 make slow ``` -### Generate the Python API documentation - -Pre-generated: [API documentation](https://python.meshtastic.org) - -```shell -bin/regen-docs.sh -``` - ## Wire encoding When sending protobuf packets over serial or TCP each packet is preceded by uint32 sent in network byte order (big endian).