From bfddddf850e61e59c1b1b196433177130b6cd36d Mon Sep 17 00:00:00 2001 From: Brendan <2bndy5@gmail.com> Date: Thu, 24 Oct 2024 12:46:59 -0700 Subject: [PATCH] add link to docs landing page --- docs/src/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/index.md b/docs/src/index.md index 0893a89..fc59c31 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -10,3 +10,4 @@ The Rust API documentation is hosted at [docs.rs](https://docs.rs/rf24). Here, you will find the API for FFI (Foreign Function Interface) bindings: - [Node.js bindings](node-api/README.md) +- [Python bindings](python-api/README.md)