forked from platypush/platypush
Added missing docs
This commit is contained in:
parent
e709908d7e
commit
4e4cf06b62
5 changed files with 18 additions and 0 deletions
|
@ -39,6 +39,7 @@ Backends
|
||||||
platypush/backend/sensor.rst
|
platypush/backend/sensor.rst
|
||||||
platypush/backend/sensor.accelerometer.rst
|
platypush/backend/sensor.accelerometer.rst
|
||||||
platypush/backend/sensor.arduino.rst
|
platypush/backend/sensor.arduino.rst
|
||||||
|
platypush/backend/sensor.battery.rst
|
||||||
platypush/backend/sensor.bme280.rst
|
platypush/backend/sensor.bme280.rst
|
||||||
platypush/backend/sensor.distance.rst
|
platypush/backend/sensor.distance.rst
|
||||||
platypush/backend/sensor.distance.vl53l1x.rst
|
platypush/backend/sensor.distance.vl53l1x.rst
|
||||||
|
|
5
docs/source/platypush/backend/sensor.battery.rst
Normal file
5
docs/source/platypush/backend/sensor.battery.rst
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
``platypush.backend.sensor.battery``
|
||||||
|
====================================
|
||||||
|
|
||||||
|
.. automodule:: platypush.backend.sensor.battery
|
||||||
|
:members:
|
5
docs/source/platypush/plugins/google.drive.rst
Normal file
5
docs/source/platypush/plugins/google.drive.rst
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
``platypush.plugins.google.drive``
|
||||||
|
==================================
|
||||||
|
|
||||||
|
.. automodule:: platypush.plugins.google.drive
|
||||||
|
:members:
|
5
docs/source/platypush/plugins/sensor.rst
Normal file
5
docs/source/platypush/plugins/sensor.rst
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
``platypush.plugins.sensor``
|
||||||
|
============================
|
||||||
|
|
||||||
|
.. automodule:: platypush.plugins.sensor
|
||||||
|
:members:
|
|
@ -28,6 +28,7 @@ Plugins
|
||||||
platypush/plugins/file.rst
|
platypush/plugins/file.rst
|
||||||
platypush/plugins/google.rst
|
platypush/plugins/google.rst
|
||||||
platypush/plugins/google.calendar.rst
|
platypush/plugins/google.calendar.rst
|
||||||
|
platypush/plugins/google.drive.rst
|
||||||
platypush/plugins/google.fit.rst
|
platypush/plugins/google.fit.rst
|
||||||
platypush/plugins/google.mail.rst
|
platypush/plugins/google.mail.rst
|
||||||
platypush/plugins/google.maps.rst
|
platypush/plugins/google.maps.rst
|
||||||
|
@ -81,6 +82,7 @@ Plugins
|
||||||
platypush/plugins/printer.cups.rst
|
platypush/plugins/printer.cups.rst
|
||||||
platypush/plugins/pushbullet.rst
|
platypush/plugins/pushbullet.rst
|
||||||
platypush/plugins/redis.rst
|
platypush/plugins/redis.rst
|
||||||
|
platypush/plugins/sensor.rst
|
||||||
platypush/plugins/serial.rst
|
platypush/plugins/serial.rst
|
||||||
platypush/plugins/shell.rst
|
platypush/plugins/shell.rst
|
||||||
platypush/plugins/sound.rst
|
platypush/plugins/sound.rst
|
||||||
|
|
Loading…
Reference in a new issue