forked from platypush/platypush
Added missing docs
This commit is contained in:
parent
ce66e0c855
commit
6e60edf2e1
6 changed files with 18 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
5
docs/source/platypush/backend/alarm.rst
Normal file
5
docs/source/platypush/backend/alarm.rst
Normal file
|
@ -0,0 +1,5 @@
|
|||
``platypush.backend.alarm``
|
||||
===========================
|
||||
|
||||
.. automodule:: platypush.backend.alarm
|
||||
:members:
|
5
docs/source/platypush/events/alarm.rst
Normal file
5
docs/source/platypush/events/alarm.rst
Normal file
|
@ -0,0 +1,5 @@
|
|||
``platypush.message.event.alarm``
|
||||
=================================
|
||||
|
||||
.. automodule:: platypush.message.event.alarm
|
||||
:members:
|
5
docs/source/platypush/plugins/alarm.rst
Normal file
5
docs/source/platypush/plugins/alarm.rst
Normal file
|
@ -0,0 +1,5 @@
|
|||
``platypush.plugins.alarm``
|
||||
===========================
|
||||
|
||||
.. automodule:: platypush.plugins.alarm
|
||||
:members:
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue