Added missing docs

This commit is contained in:
Fabio Manganiello 2019-12-31 09:12:28 +01:00
parent 49a7ee643e
commit 5948784677
6 changed files with 24 additions and 2 deletions

View File

@ -48,6 +48,7 @@ Backends
platypush/backend/sensor.serial.rst
platypush/backend/tcp.rst
platypush/backend/todoist.rst
platypush/backend/weather.forecast.rst
platypush/backend/weather.buienradar.rst
platypush/backend/weather.darksky.rst
platypush/backend/websocket.rst
platypush/backend/wiimote.rst

View File

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

View File

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

View File

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

View File

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

View File

@ -91,6 +91,7 @@ Plugins
platypush/plugins/utils.rst
platypush/plugins/variable.rst
platypush/plugins/video.torrentcast.rst
platypush/plugins/weather.forecast.rst
platypush/plugins/weather.buienradar.rst
platypush/plugins/weather.darksky.rst
platypush/plugins/websocket.rst
platypush/plugins/wiimote.rst