Fixed documentation and added missing docs to the index

This commit is contained in:
Fabio Manganiello 2019-07-16 20:28:00 +02:00
commit 9c4646bed5
41 changed files with 300 additions and 152 deletions

View file

@ -7,14 +7,17 @@ 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
platypush/backend/button.flic.rst
platypush/backend/camera.rst
platypush/backend/camera.pi.rst
platypush/backend/http.poll.rst
platypush/backend/google.fit.rst
platypush/backend/http.rst
platypush/backend/http.poll.rst
platypush/backend/http.request.rss.rst
platypush/backend/inotify.rst
platypush/backend/joystick.rst
platypush/backend/kafka.rst
platypush/backend/light.hue.rst
platypush/backend/midi.rst
@ -22,6 +25,7 @@ Backends
platypush/backend/music.mopidy.rst
platypush/backend/music.mpd.rst
platypush/backend/music.snapcast.rst
platypush/backend/nfc.rst
platypush/backend/pushbullet.rst
platypush/backend/redis.rst
platypush/backend/scard.rst
@ -35,3 +39,4 @@ Backends
platypush/backend/weather.forecast.rst
platypush/backend/websocket.rst
platypush/backend/wiimote.rst

View file

@ -11,22 +11,26 @@ Events
platypush/events/button.flic.rst
platypush/events/camera.rst
platypush/events/geo.rst
platypush/events/http.rss.rst
platypush/events/google.fit.rst
platypush/events/http.rst
platypush/events/http.hook.rst
platypush/events/http.rss.rst
platypush/events/joystick.rst
platypush/events/kafka.rst
platypush/events/light.rst
platypush/events/media.rst
platypush/events/midi.rst
platypush/events/music.rst
platypush/events/music.snapcast.rst
platypush/events/nfc.rst
platypush/events/path.rst
platypush/events/ping.rst
platypush/events/pushbullet.rst
platypush/events/scard.rst
platypush/events/sensor.rst
platypush/events/sensor.ir.rst
platypush/events/sensor.leap.rst
platypush/events/sensor.light.rst
platypush/events/sensor.rst
platypush/events/serial.rst
platypush/events/sound.rst
platypush/events/torrent.rst
@ -34,3 +38,5 @@ Events
platypush/events/weather.rst
platypush/events/web.rst
platypush/events/web.widget.rst
platypush/events/wiimote.rst

View file

@ -1,6 +0,0 @@
``platypush.backend.assistant.google.pushtotalk``
=================================================
.. automodule:: platypush.backend.assistant.google.pushtotalk
:members:

View file

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

View file

@ -0,0 +1,6 @@
``platypush.backend.google.fit``
================================
.. automodule:: platypush.backend.google.fit
:members:

View file

@ -1,6 +0,0 @@
``platypush.backend.http.media.__init__``
=========================================
.. automodule:: platypush.backend.http.media.__init__
:members:

View file

@ -1,6 +0,0 @@
``platypush.backend.http.media.handlers.__init__``
==================================================
.. automodule:: platypush.backend.http.media.handlers.__init__
:members:

View file

@ -1,6 +0,0 @@
``platypush.backend.http.media.handlers.file``
==============================================
.. automodule:: platypush.backend.http.media.handlers.file
:members:

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -0,0 +1,6 @@
``platypush.plugins.google.credentials``
========================================
.. automodule:: platypush.plugins.google.credentials
:members:

View file

@ -0,0 +1,6 @@
``platypush.plugins.google.fit``
================================
.. automodule:: platypush.plugins.google.fit
:members:

View file

@ -0,0 +1,7 @@
``platypush.plugins.homeseer``
==============================
.. automodule:: platypush.plugins.homeseer
:members:

View file

@ -0,0 +1,7 @@
``platypush.plugins.http.webpage``
==================================
.. automodule:: platypush.plugins.http.webpage
:members:

View file

@ -0,0 +1,6 @@
``platypush.plugins.media.plex``
================================
.. automodule:: platypush.plugins.media.plex
:members:

View file

@ -1,6 +0,0 @@
``platypush.plugins.media.search.__init__``
===========================================
.. automodule:: platypush.plugins.media.search.__init__
:members:

View file

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

View file

@ -0,0 +1,6 @@
``platypush.plugins.user``
==========================
.. automodule:: platypush.plugins.user
:members:

View file

@ -17,6 +17,8 @@ Plugins
platypush/plugins/db.rst
platypush/plugins/file.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
@ -27,8 +29,10 @@ Plugins
platypush/plugins/gpio.sensor.mcp3008.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.webpage.rst
platypush/plugins/ifttt.rst
platypush/plugins/kafka.rst
platypush/plugins/light.hue.rst
@ -37,6 +41,7 @@ Plugins
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
@ -59,8 +64,10 @@ Plugins
platypush/plugins/torrent.rst
platypush/plugins/tts.google.rst
platypush/plugins/tts.rst
platypush/plugins/user.rst
platypush/plugins/utils.rst
platypush/plugins/variable.rst
platypush/plugins/weather.forecast.rst
platypush/plugins/websocket.rst
platypush/plugins/wiimote.rst