From 364444d7430a96ffa352c8a035ab07ca66aed8f8 Mon Sep 17 00:00:00 2001 From: Erik Umble Date: Wed, 24 Apr 2024 22:46:27 -0400 Subject: [PATCH] Add __init__ to BLE documentation --- docs/source/bluetooth.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/bluetooth.rst b/docs/source/bluetooth.rst index 2e53b67..adc364e 100644 --- a/docs/source/bluetooth.rst +++ b/docs/source/bluetooth.rst @@ -19,7 +19,7 @@ Usage ----- .. autoclass:: nanonav.BLE :members: - .. automethod:: __init__ + :special-members: __init__, Connecting from Mobile