From 623bff0267610a59fd6c8b4467c50cd773b93efb Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Fri, 13 Dec 2019 02:11:23 +0100 Subject: [PATCH] Added docs for bluetooth plugins and backends --- docs/source/backends.rst | 2 ++ docs/source/platypush/backend/bluetooth.fileserver.rst | 6 ++++++ docs/source/platypush/backend/bluetooth.pushserver.rst | 6 ++++++ docs/source/platypush/plugins/bluetooth.ble.rst | 6 ++++++ docs/source/platypush/plugins/bluetooth.rst | 6 ++++++ docs/source/plugins.rst | 5 ++++- 6 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 docs/source/platypush/backend/bluetooth.fileserver.rst create mode 100644 docs/source/platypush/backend/bluetooth.pushserver.rst create mode 100644 docs/source/platypush/plugins/bluetooth.ble.rst create mode 100644 docs/source/platypush/plugins/bluetooth.rst diff --git a/docs/source/backends.rst b/docs/source/backends.rst index e59494a0..4ed17d68 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 00000000..511d9413 --- /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 00000000..8baa6532 --- /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 00000000..5462f5ee --- /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 00000000..6a2a6ad2 --- /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 be31be67..12fb1999 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