diff --git a/docs/source/backends.rst b/docs/source/backends.rst index e59494a06a..4ed17d68fa 100644 --- a/docs/source/backends.rst +++ b/docs/source/backends.rst @@ -9,6 +9,8 @@ Backends platypush/backend/adafruit.io.rst platypush/backend/assistant.google.rst platypush/backend/assistant.snowboy.rst + platypush/backend/bluetooth.fileserver.rst + platypush/backend/bluetooth.pushserver.rst platypush/backend/button.flic.rst platypush/backend/camera.pi.rst platypush/backend/camera.rst diff --git a/docs/source/platypush/backend/bluetooth.fileserver.rst b/docs/source/platypush/backend/bluetooth.fileserver.rst new file mode 100644 index 0000000000..511d9413a6 --- /dev/null +++ b/docs/source/platypush/backend/bluetooth.fileserver.rst @@ -0,0 +1,6 @@ +``platypush.backend.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 new file mode 100644 index 0000000000..8baa6532aa --- /dev/null +++ b/docs/source/platypush/backend/bluetooth.pushserver.rst @@ -0,0 +1,6 @@ +``platypush.backend.bluetooth.pushserver`` +========================================== + +.. automodule:: platypush.backend.bluetooth.pushserver + :members: + diff --git a/docs/source/platypush/plugins/bluetooth.ble.rst b/docs/source/platypush/plugins/bluetooth.ble.rst new file mode 100644 index 0000000000..5462f5ee01 --- /dev/null +++ b/docs/source/platypush/plugins/bluetooth.ble.rst @@ -0,0 +1,6 @@ +``platypush.plugins.bluetooth.ble`` +=================================== + +.. automodule:: platypush.plugins.bluetooth.ble + :members: + diff --git a/docs/source/platypush/plugins/bluetooth.rst b/docs/source/platypush/plugins/bluetooth.rst new file mode 100644 index 0000000000..6a2a6ad27a --- /dev/null +++ b/docs/source/platypush/plugins/bluetooth.rst @@ -0,0 +1,6 @@ +``platypush.plugins.bluetooth`` +=============================== + +.. automodule:: platypush.plugins.bluetooth + :members: + diff --git a/docs/source/plugins.rst b/docs/source/plugins.rst index be31be6791..12fb1999fa 100644 --- a/docs/source/plugins.rst +++ b/docs/source/plugins.rst @@ -10,6 +10,8 @@ Plugins platypush/plugins/assistant.google.pushtotalk.rst platypush/plugins/assistant.google.rst platypush/plugins/autoremote.rst + platypush/plugins/bluetooth.rst + platypush/plugins/bluetooth.ble.rst platypush/plugins/calendar.ical.rst platypush/plugins/calendar.rst platypush/plugins/camera.ir.mlx90640.rst @@ -59,7 +61,8 @@ Plugins platypush/plugins/media.webtorrent.rst platypush/plugins/midi.rst platypush/plugins/ml.cv.rst - platypush/plugins/mobile.join.rst + platypush/plugins/ml.__init__.rst + platypush/plugins/mobile.join.__init__.rst platypush/plugins/mqtt.rst platypush/plugins/music.mpd.rst platypush/plugins/music.snapcast.rst