forked from platypush/platypush
Generated missing docs
This commit is contained in:
parent
bc7c248f72
commit
9d961a265f
26 changed files with 307 additions and 115 deletions
docs/source
|
@ -1,3 +1,4 @@
|
|||
|
||||
Backends
|
||||
========
|
||||
|
||||
|
@ -5,45 +6,48 @@ Backends
|
|||
:maxdepth: 2
|
||||
:caption: Backends:
|
||||
|
||||
platypush/backend.rst
|
||||
platypush/backend/adafruit.io.rst
|
||||
platypush/backend/assistant.google.rst
|
||||
platypush/backend/assistant.snowboy.rst
|
||||
platypush/backend/bluetooth.fileserver.rst
|
||||
platypush/backend/bluetooth.pushserver.rst
|
||||
platypush/backend/button.flic.rst
|
||||
platypush/backend/camera.pi.rst
|
||||
platypush/backend/camera.rst
|
||||
platypush/backend/google.fit.rst
|
||||
platypush/backend/gps.rst
|
||||
platypush/backend/http.poll.rst
|
||||
platypush/backend/http.request.rss.rst
|
||||
platypush/backend/http.rst
|
||||
platypush/backend/inotify.rst
|
||||
platypush/backend/joystick.rst
|
||||
platypush/backend/kafka.rst
|
||||
platypush/backend/light.hue.rst
|
||||
platypush/backend/midi.rst
|
||||
platypush/backend/mqtt.rst
|
||||
platypush/backend/music.mopidy.rst
|
||||
platypush/backend/music.mpd.rst
|
||||
platypush/backend/music.snapcast.rst
|
||||
platypush/backend/nfc.rst
|
||||
platypush/backend/nodered.rst
|
||||
platypush/backend/pushbullet.rst
|
||||
platypush/backend/redis.rst
|
||||
platypush/backend/scard.rst
|
||||
platypush/backend/sensor.accelerometer.rst
|
||||
platypush/backend/sensor.bme280.rst
|
||||
platypush/backend/sensor.distance.vl53l1x.rst
|
||||
platypush/backend/sensor.envirophat.rst
|
||||
platypush/backend/sensor.ir.zeroborg.rst
|
||||
platypush/backend/sensor.leap.rst
|
||||
platypush/backend/sensor.ltr559.rst
|
||||
platypush/backend/sensor.mcp3008.rst
|
||||
platypush/backend/sensor.rst
|
||||
platypush/backend/sensor.serial.rst
|
||||
platypush/backend/tcp.rst
|
||||
platypush/backend/weather.forecast.rst
|
||||
platypush/backend/websocket.rst
|
||||
platypush/backend/wiimote.rst
|
||||
platypush/backends/adafruit.io.rst
|
||||
platypush/backends/assistant.google.rst
|
||||
platypush/backends/assistant.snowboy.rst
|
||||
platypush/backends/bluetooth.rst
|
||||
platypush/backends/bluetooth.fileserver.rst
|
||||
platypush/backends/bluetooth.pushserver.rst
|
||||
platypush/backends/button.flic.rst
|
||||
platypush/backends/camera.pi.rst
|
||||
platypush/backends/google.fit.rst
|
||||
platypush/backends/google.pubsub.rst
|
||||
platypush/backends/gps.rst
|
||||
platypush/backends/http.rst
|
||||
platypush/backends/http.poll.rst
|
||||
platypush/backends/inotify.rst
|
||||
platypush/backends/joystick.rst
|
||||
platypush/backends/kafka.rst
|
||||
platypush/backends/light.hue.rst
|
||||
platypush/backends/local.rst
|
||||
platypush/backends/midi.rst
|
||||
platypush/backends/mqtt.rst
|
||||
platypush/backends/music.mopidy.rst
|
||||
platypush/backends/music.mpd.rst
|
||||
platypush/backends/music.snapcast.rst
|
||||
platypush/backends/nfc.rst
|
||||
platypush/backends/nodered.rst
|
||||
platypush/backends/ping.rst
|
||||
platypush/backends/pushbullet.rst
|
||||
platypush/backends/redis.rst
|
||||
platypush/backends/scard.rst
|
||||
platypush/backends/sensor.rst
|
||||
platypush/backends/sensor.accelerometer.rst
|
||||
platypush/backends/sensor.bme280.rst
|
||||
platypush/backends/sensor.distance.rst
|
||||
platypush/backends/sensor.distance.vl53l1x.rst
|
||||
platypush/backends/sensor.envirophat.rst
|
||||
platypush/backends/sensor.ir.zeroborg.rst
|
||||
platypush/backends/sensor.ltr559.rst
|
||||
platypush/backends/sensor.mcp3008.rst
|
||||
platypush/backends/sensor.motion.pwm3901.rst
|
||||
platypush/backends/sensor.serial.rst
|
||||
platypush/backends/tcp.rst
|
||||
platypush/backends/todoist.rst
|
||||
platypush/backends/weather.forecast.rst
|
||||
platypush/backends/websocket.rst
|
||||
platypush/backends/wiimote.rst
|
||||
|
|
5
docs/source/platypush/backend/bluetooth.rst
Normal file
5
docs/source/platypush/backend/bluetooth.rst
Normal file
|
@ -0,0 +1,5 @@
|
|||
``platypush.backend.bluetooth``
|
||||
===============================
|
||||
|
||||
.. automodule:: platypush.backend.bluetooth
|
||||
:members:
|
5
docs/source/platypush/backend/google.pubsub.rst
Normal file
5
docs/source/platypush/backend/google.pubsub.rst
Normal file
|
@ -0,0 +1,5 @@
|
|||
``platypush.backend.google.pubsub``
|
||||
===================================
|
||||
|
||||
.. automodule:: platypush.backend.google.pubsub
|
||||
:members:
|
5
docs/source/platypush/backend/local.rst
Normal file
5
docs/source/platypush/backend/local.rst
Normal file
|
@ -0,0 +1,5 @@
|
|||
``platypush.backend.local``
|
||||
===========================
|
||||
|
||||
.. automodule:: platypush.backend.local
|
||||
:members:
|
5
docs/source/platypush/backend/ping.rst
Normal file
5
docs/source/platypush/backend/ping.rst
Normal file
|
@ -0,0 +1,5 @@
|
|||
``platypush.backend.ping``
|
||||
==========================
|
||||
|
||||
.. automodule:: platypush.backend.ping
|
||||
:members:
|
5
docs/source/platypush/backend/sensor.distance.rst
Normal file
5
docs/source/platypush/backend/sensor.distance.rst
Normal file
|
@ -0,0 +1,5 @@
|
|||
``platypush.backend.sensor.distance``
|
||||
=====================================
|
||||
|
||||
.. automodule:: platypush.backend.sensor.distance
|
||||
:members:
|
5
docs/source/platypush/backend/sensor.motion.pwm3901.rst
Normal file
5
docs/source/platypush/backend/sensor.motion.pwm3901.rst
Normal file
|
@ -0,0 +1,5 @@
|
|||
``platypush.backend.sensor.motion.pwm3901``
|
||||
===========================================
|
||||
|
||||
.. automodule:: platypush.backend.sensor.motion.pwm3901
|
||||
:members:
|
5
docs/source/platypush/backend/todoist.rst
Normal file
5
docs/source/platypush/backend/todoist.rst
Normal file
|
@ -0,0 +1,5 @@
|
|||
``platypush.backend.todoist``
|
||||
=============================
|
||||
|
||||
.. automodule:: platypush.backend.todoist
|
||||
:members:
|
5
docs/source/platypush/plugins/assistant.rst
Normal file
5
docs/source/platypush/plugins/assistant.rst
Normal file
|
@ -0,0 +1,5 @@
|
|||
``platypush.plugins.assistant``
|
||||
===============================
|
||||
|
||||
.. automodule:: platypush.plugins.assistant
|
||||
:members:
|
5
docs/source/platypush/plugins/camera.android.ipcam.rst
Normal file
5
docs/source/platypush/plugins/camera.android.ipcam.rst
Normal file
|
@ -0,0 +1,5 @@
|
|||
``platypush.plugins.camera.android.ipcam``
|
||||
==========================================
|
||||
|
||||
.. automodule:: platypush.plugins.camera.android.ipcam
|
||||
:members:
|
5
docs/source/platypush/plugins/google.pubsub.rst
Normal file
5
docs/source/platypush/plugins/google.pubsub.rst
Normal file
|
@ -0,0 +1,5 @@
|
|||
``platypush.plugins.google.pubsub``
|
||||
===================================
|
||||
|
||||
.. automodule:: platypush.plugins.google.pubsub
|
||||
:members:
|
|
@ -0,0 +1,5 @@
|
|||
``platypush.plugins.http.request.ota.booking``
|
||||
==============================================
|
||||
|
||||
.. automodule:: platypush.plugins.http.request.ota.booking
|
||||
:members:
|
5
docs/source/platypush/plugins/lastfm.rst
Normal file
5
docs/source/platypush/plugins/lastfm.rst
Normal file
|
@ -0,0 +1,5 @@
|
|||
``platypush.plugins.lastfm``
|
||||
============================
|
||||
|
||||
.. automodule:: platypush.plugins.lastfm
|
||||
:members:
|
5
docs/source/platypush/plugins/logger.rst
Normal file
5
docs/source/platypush/plugins/logger.rst
Normal file
|
@ -0,0 +1,5 @@
|
|||
``platypush.plugins.logger``
|
||||
============================
|
||||
|
||||
.. automodule:: platypush.plugins.logger
|
||||
:members:
|
5
docs/source/platypush/plugins/media.chromecast.rst
Normal file
5
docs/source/platypush/plugins/media.chromecast.rst
Normal file
|
@ -0,0 +1,5 @@
|
|||
``platypush.plugins.media.chromecast``
|
||||
======================================
|
||||
|
||||
.. automodule:: platypush.plugins.media.chromecast
|
||||
:members:
|
5
docs/source/platypush/plugins/media.ctrl.rst
Normal file
5
docs/source/platypush/plugins/media.ctrl.rst
Normal file
|
@ -0,0 +1,5 @@
|
|||
``platypush.plugins.media.ctrl``
|
||||
================================
|
||||
|
||||
.. automodule:: platypush.plugins.media.ctrl
|
||||
:members:
|
5
docs/source/platypush/plugins/media.rst
Normal file
5
docs/source/platypush/plugins/media.rst
Normal file
|
@ -0,0 +1,5 @@
|
|||
``platypush.plugins.media``
|
||||
===========================
|
||||
|
||||
.. automodule:: platypush.plugins.media
|
||||
:members:
|
5
docs/source/platypush/plugins/music.rst
Normal file
5
docs/source/platypush/plugins/music.rst
Normal file
|
@ -0,0 +1,5 @@
|
|||
``platypush.plugins.music``
|
||||
===========================
|
||||
|
||||
.. automodule:: platypush.plugins.music
|
||||
:members:
|
5
docs/source/platypush/plugins/ping.rst
Normal file
5
docs/source/platypush/plugins/ping.rst
Normal file
|
@ -0,0 +1,5 @@
|
|||
``platypush.plugins.ping``
|
||||
==========================
|
||||
|
||||
.. automodule:: platypush.plugins.ping
|
||||
:members:
|
5
docs/source/platypush/plugins/todoist.rst
Normal file
5
docs/source/platypush/plugins/todoist.rst
Normal file
|
@ -0,0 +1,5 @@
|
|||
``platypush.plugins.todoist``
|
||||
=============================
|
||||
|
||||
.. automodule:: platypush.plugins.todoist
|
||||
:members:
|
5
docs/source/platypush/plugins/trello.rst
Normal file
5
docs/source/platypush/plugins/trello.rst
Normal file
|
@ -0,0 +1,5 @@
|
|||
``platypush.plugins.trello``
|
||||
============================
|
||||
|
||||
.. automodule:: platypush.plugins.trello
|
||||
:members:
|
5
docs/source/platypush/plugins/video.torrentcast.rst
Normal file
5
docs/source/platypush/plugins/video.torrentcast.rst
Normal file
|
@ -0,0 +1,5 @@
|
|||
``platypush.plugins.video.torrentcast``
|
||||
=======================================
|
||||
|
||||
.. automodule:: platypush.plugins.video.torrentcast
|
||||
:members:
|
|
@ -1,3 +1,4 @@
|
|||
|
||||
Plugins
|
||||
=======
|
||||
|
||||
|
@ -6,29 +7,32 @@ Plugins
|
|||
:caption: Plugins:
|
||||
|
||||
platypush/plugins/adafruit.io.rst
|
||||
platypush/plugins/assistant.rst
|
||||
platypush/plugins/assistant.echo.rst
|
||||
platypush/plugins/assistant.google.pushtotalk.rst
|
||||
platypush/plugins/assistant.google.rst
|
||||
platypush/plugins/assistant.google.pushtotalk.rst
|
||||
platypush/plugins/autoremote.rst
|
||||
platypush/plugins/bluetooth.rst
|
||||
platypush/plugins/bluetooth.ble.rst
|
||||
platypush/plugins/calendar.ical.rst
|
||||
platypush/plugins/calendar.rst
|
||||
platypush/plugins/calendar.ical.rst
|
||||
platypush/plugins/camera.rst
|
||||
platypush/plugins/camera.android.ipcam.rst
|
||||
platypush/plugins/camera.ir.mlx90640.rst
|
||||
platypush/plugins/camera.pi.rst
|
||||
platypush/plugins/camera.rst
|
||||
platypush/plugins/clipboard.rst
|
||||
platypush/plugins/db.rst
|
||||
platypush/plugins/dropbox.rst
|
||||
platypush/plugins/file.rst
|
||||
platypush/plugins/google.rst
|
||||
platypush/plugins/google.calendar.rst
|
||||
platypush/plugins/google.credentials.rst
|
||||
platypush/plugins/google.fit.rst
|
||||
platypush/plugins/google.mail.rst
|
||||
platypush/plugins/google.maps.rst
|
||||
platypush/plugins/google.rst
|
||||
platypush/plugins/google.pubsub.rst
|
||||
platypush/plugins/google.youtube.rst
|
||||
platypush/plugins/gpio.rst
|
||||
platypush/plugins/gpio.sensor.rst
|
||||
platypush/plugins/gpio.sensor.accelerometer.rst
|
||||
platypush/plugins/gpio.sensor.bme280.rst
|
||||
platypush/plugins/gpio.sensor.distance.rst
|
||||
|
@ -37,25 +41,27 @@ Plugins
|
|||
platypush/plugins/gpio.sensor.ltr559.rst
|
||||
platypush/plugins/gpio.sensor.mcp3008.rst
|
||||
platypush/plugins/gpio.sensor.motion.pwm3901.rst
|
||||
platypush/plugins/gpio.sensor.rst
|
||||
platypush/plugins/gpio.zeroborg.rst
|
||||
platypush/plugins/homeseer.rst
|
||||
platypush/plugins/http.request.rss.rst
|
||||
platypush/plugins/http.request.rst
|
||||
platypush/plugins/http.request.ota.booking.rst
|
||||
platypush/plugins/http.request.rss.rst
|
||||
platypush/plugins/http.webpage.rst
|
||||
platypush/plugins/ifttt.rst
|
||||
platypush/plugins/inspect.rst
|
||||
platypush/plugins/kafka.rst
|
||||
platypush/plugins/light.hue.rst
|
||||
platypush/plugins/lastfm.rst
|
||||
platypush/plugins/light.rst
|
||||
platypush/plugins/light.hue.rst
|
||||
platypush/plugins/logger.rst
|
||||
platypush/plugins/media.rst
|
||||
platypush/plugins/media.chromecast.rst
|
||||
platypush/plugins/media.ctrl.rst
|
||||
platypush/plugins/media.kodi.rst
|
||||
platypush/plugins/media.mplayer.rst
|
||||
platypush/plugins/media.mpv.rst
|
||||
platypush/plugins/media.omxplayer.rst
|
||||
platypush/plugins/media.plex.rst
|
||||
platypush/plugins/media.search.local.rst
|
||||
platypush/plugins/media.search.torrent.rst
|
||||
platypush/plugins/media.search.youtube.rst
|
||||
platypush/plugins/media.subtitles.rst
|
||||
platypush/plugins/media.vlc.rst
|
||||
platypush/plugins/media.webtorrent.rst
|
||||
|
@ -63,8 +69,10 @@ Plugins
|
|||
platypush/plugins/ml.cv.rst
|
||||
platypush/plugins/mobile.join.rst
|
||||
platypush/plugins/mqtt.rst
|
||||
platypush/plugins/music.rst
|
||||
platypush/plugins/music.mpd.rst
|
||||
platypush/plugins/music.snapcast.rst
|
||||
platypush/plugins/ping.rst
|
||||
platypush/plugins/pushbullet.rst
|
||||
platypush/plugins/redis.rst
|
||||
platypush/plugins/serial.rst
|
||||
|
@ -72,14 +80,16 @@ Plugins
|
|||
platypush/plugins/sound.rst
|
||||
platypush/plugins/switch.rst
|
||||
platypush/plugins/switch.switchbot.rst
|
||||
platypush/plugins/switch.tplink.rst
|
||||
platypush/plugins/switch.wemo.rst
|
||||
platypush/plugins/todoist.rst
|
||||
platypush/plugins/torrent.rst
|
||||
platypush/plugins/tts.google.rst
|
||||
platypush/plugins/trello.rst
|
||||
platypush/plugins/tts.rst
|
||||
platypush/plugins/tts.google.rst
|
||||
platypush/plugins/user.rst
|
||||
platypush/plugins/utils.rst
|
||||
platypush/plugins/variable.rst
|
||||
platypush/plugins/video.torrentcast.rst
|
||||
platypush/plugins/weather.forecast.rst
|
||||
platypush/plugins/websocket.rst
|
||||
platypush/plugins/wiimote.rst
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue