Added missing docs

This commit is contained in:
Fabio Manganiello 2020-01-09 22:18:18 +01:00
parent e709908d7e
commit 4e4cf06b62
5 changed files with 18 additions and 0 deletions

View File

@ -39,6 +39,7 @@ Backends
platypush/backend/sensor.rst
platypush/backend/sensor.accelerometer.rst
platypush/backend/sensor.arduino.rst
platypush/backend/sensor.battery.rst
platypush/backend/sensor.bme280.rst
platypush/backend/sensor.distance.rst
platypush/backend/sensor.distance.vl53l1x.rst

View File

@ -0,0 +1,5 @@
``platypush.backend.sensor.battery``
====================================
.. automodule:: platypush.backend.sensor.battery
:members:

View File

@ -0,0 +1,5 @@
``platypush.plugins.google.drive``
==================================
.. automodule:: platypush.plugins.google.drive
:members:

View File

@ -0,0 +1,5 @@
``platypush.plugins.sensor``
============================
.. automodule:: platypush.plugins.sensor
:members:

View File

@ -28,6 +28,7 @@ Plugins
platypush/plugins/file.rst
platypush/plugins/google.rst
platypush/plugins/google.calendar.rst
platypush/plugins/google.drive.rst
platypush/plugins/google.fit.rst
platypush/plugins/google.mail.rst
platypush/plugins/google.maps.rst
@ -81,6 +82,7 @@ Plugins
platypush/plugins/printer.cups.rst
platypush/plugins/pushbullet.rst
platypush/plugins/redis.rst
platypush/plugins/sensor.rst
platypush/plugins/serial.rst
platypush/plugins/shell.rst
platypush/plugins/sound.rst