Added docs for bluetooth plugins and backends

This commit is contained in:
Fabio Manganiello 2019-12-13 02:11:23 +01:00
parent af24f36519
commit 623bff0267
6 changed files with 30 additions and 1 deletions

View File

@ -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

View File

@ -0,0 +1,6 @@
``platypush.backend.bluetooth.fileserver``
==========================================
.. automodule:: platypush.backend.bluetooth.fileserver
:members:

View File

@ -0,0 +1,6 @@
``platypush.backend.bluetooth.pushserver``
==========================================
.. automodule:: platypush.backend.bluetooth.pushserver
:members:

View File

@ -0,0 +1,6 @@
``platypush.plugins.bluetooth.ble``
===================================
.. automodule:: platypush.plugins.bluetooth.ble
:members:

View File

@ -0,0 +1,6 @@
``platypush.plugins.bluetooth``
===============================
.. automodule:: platypush.plugins.bluetooth
:members:

View File

@ -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