forked from platypush/platypush
Added missing docs
This commit is contained in:
parent
1087dae197
commit
3b6c4a836f
6 changed files with 21 additions and 0 deletions
|
@ -6,6 +6,7 @@ Backends
|
|||
:caption: Backends:
|
||||
|
||||
platypush/backend.rst
|
||||
platypush/backend/adafruit.io.rst
|
||||
platypush/backend/assistant.google.pushtotalk.rst
|
||||
platypush/backend/assistant.google.rst
|
||||
platypush/backend/assistant.snowboy.rst
|
||||
|
|
|
@ -5,6 +5,7 @@ Events
|
|||
:maxdepth: 2
|
||||
:caption: Events:
|
||||
|
||||
platypush/events/adafruit.rst
|
||||
platypush/events/application.rst
|
||||
platypush/events/assistant.rst
|
||||
platypush/events/button.flic.rst
|
||||
|
|
6
docs/source/platypush/backend/adafruit.io.rst
Normal file
6
docs/source/platypush/backend/adafruit.io.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
``platypush.backend.adafruit.io``
|
||||
=================================
|
||||
|
||||
.. automodule:: platypush.backend.adafruit.io
|
||||
:members:
|
||||
|
6
docs/source/platypush/events/adafruit.rst
Normal file
6
docs/source/platypush/events/adafruit.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
``platypush.message.event.adafruit``
|
||||
====================================
|
||||
|
||||
.. automodule:: platypush.message.event.adafruit
|
||||
:members:
|
||||
|
6
docs/source/platypush/plugins/http.request.rss.rst
Normal file
6
docs/source/platypush/plugins/http.request.rss.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
``platypush.plugins.http.request.rss``
|
||||
======================================
|
||||
|
||||
.. automodule:: platypush.plugins.http.request.rss
|
||||
:members:
|
||||
|
|
@ -26,6 +26,7 @@ Plugins
|
|||
platypush/plugins/gpio.sensor.mcp3008.rst
|
||||
platypush/plugins/gpio.sensor.rst
|
||||
platypush/plugins/gpio.zeroborg.rst
|
||||
platypush/plugins/http.request.rss.rst
|
||||
platypush/plugins/http.request.rst
|
||||
platypush/plugins/ifttt.rst
|
||||
platypush/plugins/kafka.rst
|
||||
|
|
Loading…
Reference in a new issue