forked from platypush/platypush
Completed documentation for plugins
This commit is contained in:
parent
1cbef67f2c
commit
b876f17f81
23 changed files with 661 additions and 16 deletions
6
docs/source/platypush/plugins/pushbullet.rst
Normal file
6
docs/source/platypush/plugins/pushbullet.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
``platypush.plugins.pushbullet``
|
||||
================================
|
||||
|
||||
.. automodule:: platypush.plugins.pushbullet
|
||||
:members:
|
||||
|
6
docs/source/platypush/plugins/redis.rst
Normal file
6
docs/source/platypush/plugins/redis.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
``platypush.plugins.redis``
|
||||
===========================
|
||||
|
||||
.. automodule:: platypush.plugins.redis
|
||||
:members:
|
||||
|
6
docs/source/platypush/plugins/serial.rst
Normal file
6
docs/source/platypush/plugins/serial.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
``platypush.plugins.serial``
|
||||
============================
|
||||
|
||||
.. automodule:: platypush.plugins.serial
|
||||
:members:
|
||||
|
6
docs/source/platypush/plugins/shell.rst
Normal file
6
docs/source/platypush/plugins/shell.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
``platypush.plugins.shell``
|
||||
===========================
|
||||
|
||||
.. automodule:: platypush.plugins.shell
|
||||
:members:
|
||||
|
6
docs/source/platypush/plugins/switch.rst
Normal file
6
docs/source/platypush/plugins/switch.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
``platypush.plugins.switch``
|
||||
============================
|
||||
|
||||
.. automodule:: platypush.plugins.switch
|
||||
:members:
|
||||
|
6
docs/source/platypush/plugins/switch.switchbot.rst
Normal file
6
docs/source/platypush/plugins/switch.switchbot.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
``platypush.plugins.switch.switchbot``
|
||||
======================================
|
||||
|
||||
.. automodule:: platypush.plugins.switch.switchbot
|
||||
:members:
|
||||
|
6
docs/source/platypush/plugins/switch.wemo.rst
Normal file
6
docs/source/platypush/plugins/switch.wemo.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
``platypush.plugins.switch.wemo``
|
||||
=================================
|
||||
|
||||
.. automodule:: platypush.plugins.switch.wemo
|
||||
:members:
|
||||
|
6
docs/source/platypush/plugins/tts.rst
Normal file
6
docs/source/platypush/plugins/tts.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
``platypush.plugins.tts``
|
||||
=========================
|
||||
|
||||
.. automodule:: platypush.plugins.tts
|
||||
:members:
|
||||
|
6
docs/source/platypush/plugins/variable.rst
Normal file
6
docs/source/platypush/plugins/variable.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
``platypush.plugins.variable``
|
||||
==============================
|
||||
|
||||
.. automodule:: platypush.plugins.variable
|
||||
:members:
|
||||
|
6
docs/source/platypush/plugins/video.omxplayer.rst
Normal file
6
docs/source/platypush/plugins/video.omxplayer.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
``platypush.plugins.video.omxplayer``
|
||||
=====================================
|
||||
|
||||
.. automodule:: platypush.plugins.video.omxplayer
|
||||
:members:
|
||||
|
6
docs/source/platypush/plugins/weather.forecast.rst
Normal file
6
docs/source/platypush/plugins/weather.forecast.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
``platypush.plugins.weather.forecast``
|
||||
======================================
|
||||
|
||||
.. automodule:: platypush.plugins.weather.forecast
|
||||
:members:
|
||||
|
|
@ -26,4 +26,15 @@ Plugins
|
|||
platypush/plugins/midi.rst
|
||||
platypush/plugins/mqtt.rst
|
||||
platypush/plugins/music.mpd.rst
|
||||
platypush/plugins/pushbullet.rst
|
||||
platypush/plugins/redis.rst
|
||||
platypush/plugins/serial.rst
|
||||
platypush/plugins/shell.rst
|
||||
platypush/plugins/switch.rst
|
||||
platypush/plugins/switch.switchbot.rst
|
||||
platypush/plugins/switch.wemo.rst
|
||||
platypush/plugins/tts.rst
|
||||
platypush/plugins/variable.rst
|
||||
platypush/plugins/video.omxplayer.rst
|
||||
platypush/plugins/weather.forecast.rst
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue