diff --git a/docs/source/backends.rst b/docs/source/backends.rst index 995fd8dd..8ed33286 100644 --- a/docs/source/backends.rst +++ b/docs/source/backends.rst @@ -10,9 +10,6 @@ Backends platypush/backend/alarm.rst platypush/backend/assistant.google.rst platypush/backend/assistant.snowboy.rst - platypush/backend/bluetooth.fileserver.rst - platypush/backend/bluetooth.pushserver.rst - platypush/backend/bluetooth.scanner.rst platypush/backend/button.flic.rst platypush/backend/camera.pi.rst platypush/backend/chat.telegram.rst @@ -31,7 +28,6 @@ Backends platypush/backend/joystick.linux.rst platypush/backend/kafka.rst platypush/backend/light.hue.rst - platypush/backend/linode.rst platypush/backend/log.http.rst platypush/backend/mail.rst platypush/backend/midi.rst diff --git a/docs/source/events.rst b/docs/source/events.rst index 28df635c..8c4d1306 100644 --- a/docs/source/events.rst +++ b/docs/source/events.rst @@ -11,7 +11,6 @@ Events platypush/events/application.rst platypush/events/assistant.rst platypush/events/bluetooth.rst - platypush/events/bluetooth.ble.rst platypush/events/button.flic.rst platypush/events/camera.rst platypush/events/chat.slack.rst diff --git a/docs/source/platypush/backend/bluetooth.fileserver.rst b/docs/source/platypush/backend/bluetooth.fileserver.rst deleted file mode 100644 index 14dc5021..00000000 --- a/docs/source/platypush/backend/bluetooth.fileserver.rst +++ /dev/null @@ -1,6 +0,0 @@ -``bluetooth.fileserver`` -========================================== - -.. automodule:: platypush.backend.bluetooth.fileserver - :members: - diff --git a/docs/source/platypush/backend/bluetooth.pushserver.rst b/docs/source/platypush/backend/bluetooth.pushserver.rst deleted file mode 100644 index 37c7c673..00000000 --- a/docs/source/platypush/backend/bluetooth.pushserver.rst +++ /dev/null @@ -1,6 +0,0 @@ -``bluetooth.pushserver`` -========================================== - -.. automodule:: platypush.backend.bluetooth.pushserver - :members: - diff --git a/docs/source/platypush/backend/bluetooth.scanner.rst b/docs/source/platypush/backend/bluetooth.scanner.rst deleted file mode 100644 index 24f53b22..00000000 --- a/docs/source/platypush/backend/bluetooth.scanner.rst +++ /dev/null @@ -1,5 +0,0 @@ -``bluetooth.scanner`` -======================================= - -.. automodule:: platypush.backend.bluetooth.scanner - :members: diff --git a/docs/source/platypush/backend/linode.rst b/docs/source/platypush/backend/linode.rst deleted file mode 100644 index ddad6986..00000000 --- a/docs/source/platypush/backend/linode.rst +++ /dev/null @@ -1,5 +0,0 @@ -``linode`` -============================ - -.. automodule:: platypush.backend.linode - :members: diff --git a/docs/source/platypush/events/bluetooth.ble.rst b/docs/source/platypush/events/bluetooth.ble.rst deleted file mode 100644 index c2573a0c..00000000 --- a/docs/source/platypush/events/bluetooth.ble.rst +++ /dev/null @@ -1,5 +0,0 @@ -``bluetooth.ble`` -================= - -.. automodule:: platypush.message.event.bluetooth.ble - :members: diff --git a/docs/source/platypush/plugins/bluetooth.ble.rst b/docs/source/platypush/plugins/bluetooth.ble.rst deleted file mode 100644 index 8635a3d8..00000000 --- a/docs/source/platypush/plugins/bluetooth.ble.rst +++ /dev/null @@ -1,6 +0,0 @@ -``bluetooth.ble`` -=================================== - -.. automodule:: platypush.plugins.bluetooth.ble - :members: - diff --git a/docs/source/platypush/plugins/switchbot.bluetooth.rst b/docs/source/platypush/plugins/switchbot.bluetooth.rst deleted file mode 100644 index 506c9838..00000000 --- a/docs/source/platypush/plugins/switchbot.bluetooth.rst +++ /dev/null @@ -1,5 +0,0 @@ -``switchbot.bluetooth`` -========================================= - -.. automodule:: platypush.plugins.switchbot.bluetooth - :members: diff --git a/docs/source/platypush/responses/bluetooth.rst b/docs/source/platypush/responses/bluetooth.rst deleted file mode 100644 index 05755bfa..00000000 --- a/docs/source/platypush/responses/bluetooth.rst +++ /dev/null @@ -1,5 +0,0 @@ -``bluetooth`` -======================================== - -.. automodule:: platypush.message.response.bluetooth - :members: diff --git a/docs/source/platypush/responses/linode.rst b/docs/source/platypush/responses/linode.rst deleted file mode 100644 index 291b60e2..00000000 --- a/docs/source/platypush/responses/linode.rst +++ /dev/null @@ -1,5 +0,0 @@ -``linode`` -===================================== - -.. automodule:: platypush.message.response.linode - :members: diff --git a/docs/source/plugins.rst b/docs/source/plugins.rst index deb1fbad..4ab09fc7 100644 --- a/docs/source/plugins.rst +++ b/docs/source/plugins.rst @@ -14,7 +14,6 @@ Plugins platypush/plugins/assistant.google.pushtotalk.rst platypush/plugins/autoremote.rst platypush/plugins/bluetooth.rst - platypush/plugins/bluetooth.ble.rst platypush/plugins/calendar.rst platypush/plugins/calendar.ical.rst platypush/plugins/camera.android.ipcam.rst @@ -124,7 +123,6 @@ Plugins platypush/plugins/switch.tplink.rst platypush/plugins/switch.wemo.rst platypush/plugins/switchbot.rst - platypush/plugins/switchbot.bluetooth.rst platypush/plugins/system.rst platypush/plugins/tcp.rst platypush/plugins/tensorflow.rst diff --git a/docs/source/responses.rst b/docs/source/responses.rst index 906f70f5..3ffe5d41 100644 --- a/docs/source/responses.rst +++ b/docs/source/responses.rst @@ -6,12 +6,10 @@ Responses :maxdepth: 1 :caption: Responses: - platypush/responses/bluetooth.rst platypush/responses/camera.rst platypush/responses/camera.android.rst platypush/responses/chat.telegram.rst platypush/responses/google.drive.rst - platypush/responses/linode.rst platypush/responses/pihole.rst platypush/responses/ping.rst platypush/responses/printer.cups.rst