Added missing docs

This commit is contained in:
Fabio Manganiello 2019-01-12 01:12:17 +01:00
parent 1087dae197
commit 3b6c4a836f
6 changed files with 21 additions and 0 deletions

View File

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

View File

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

View File

@ -0,0 +1,6 @@
``platypush.backend.adafruit.io``
=================================
.. automodule:: platypush.backend.adafruit.io
:members:

View File

@ -0,0 +1,6 @@
``platypush.message.event.adafruit``
====================================
.. automodule:: platypush.message.event.adafruit
:members:

View File

@ -0,0 +1,6 @@
``platypush.plugins.http.request.rss``
======================================
.. automodule:: platypush.plugins.http.request.rss
:members:

View File

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