Added missing docs

This commit is contained in:
Fabio Manganiello 2020-02-23 23:36:22 +01:00
parent ce66e0c855
commit 6e60edf2e1
6 changed files with 18 additions and 0 deletions

View File

@ -7,6 +7,7 @@ Backends
:caption: Backends:
platypush/backend/adafruit.io.rst
platypush/backend/alarm.rst
platypush/backend/assistant.rst
platypush/backend/assistant.google.rst
platypush/backend/assistant.snowboy.rst

View File

@ -8,6 +8,7 @@ Events
platypush/events/.rst
platypush/events/adafruit.rst
platypush/events/alarm.rst
platypush/events/application.rst
platypush/events/assistant.rst
platypush/events/bluetooth.rst

View File

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

View File

@ -0,0 +1,5 @@
``platypush.message.event.alarm``
=================================
.. automodule:: platypush.message.event.alarm
:members:

View File

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

View File

@ -7,6 +7,7 @@ Plugins
:caption: Plugins:
platypush/plugins/adafruit.io.rst
platypush/plugins/alarm.rst
platypush/plugins/arduino.rst
platypush/plugins/assistant.rst
platypush/plugins/assistant.echo.rst