forked from platypush/platypush
Added some missing docs
This commit is contained in:
parent
65ec2458d8
commit
82940fedf0
7 changed files with 28 additions and 0 deletions
|
@ -22,6 +22,7 @@ Backends
|
|||
platypush/backend/redis.rst
|
||||
platypush/backend/scard.rst
|
||||
platypush/backend/sensor.rst
|
||||
platypush/backend/sensor.accelerometer.rst
|
||||
platypush/backend/sensor.ir.zeroborg.rst
|
||||
platypush/backend/sensor.leap.rst
|
||||
platypush/backend/sensor.mcp3008.rst
|
||||
|
|
|
@ -5,11 +5,13 @@ Events
|
|||
:maxdepth: 2
|
||||
:caption: Events:
|
||||
|
||||
platypush/events/application.rst
|
||||
platypush/events/assistant.rst
|
||||
platypush/events/button.flic.rst
|
||||
platypush/events/geo.rst
|
||||
platypush/events/http.rst
|
||||
platypush/events/http.rss.rst
|
||||
platypush/events/joystick.rst
|
||||
platypush/events/kafka.rst
|
||||
platypush/events/midi.rst
|
||||
platypush/events/music.rst
|
||||
|
|
6
docs/source/platypush/backend/sensor.accelerometer.rst
Normal file
6
docs/source/platypush/backend/sensor.accelerometer.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
``platypush.backend.sensor.accelerometer``
|
||||
==========================================
|
||||
|
||||
.. automodule:: platypush.backend.sensor.accelerometer
|
||||
:members:
|
||||
|
6
docs/source/platypush/events/application.rst
Normal file
6
docs/source/platypush/events/application.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
``platypush.message.event.application``
|
||||
=======================================
|
||||
|
||||
.. automodule:: platypush.message.event.application
|
||||
:members:
|
||||
|
6
docs/source/platypush/events/joystick.rst
Normal file
6
docs/source/platypush/events/joystick.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
``platypush.message.event.joystick``
|
||||
====================================
|
||||
|
||||
.. automodule:: platypush.message.event.joystick
|
||||
:members:
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
``platypush.plugins.gpio.sensor.accelerometer``
|
||||
===============================================
|
||||
|
||||
.. automodule:: platypush.plugins.gpio.sensor.accelerometer
|
||||
:members:
|
||||
|
|
@ -19,6 +19,7 @@ Plugins
|
|||
platypush/plugins/google.maps.rst
|
||||
platypush/plugins/gpio.rst
|
||||
platypush/plugins/gpio.sensor.rst
|
||||
platypush/plugins/gpio.sensor.accelerometer.rst
|
||||
platypush/plugins/gpio.sensor.distance.rst
|
||||
platypush/plugins/gpio.sensor.mcp3008.rst
|
||||
platypush/plugins/gpio.zeroborg.rst
|
||||
|
|
Loading…
Reference in a new issue