forked from platypush/platypush
Added missing docs
This commit is contained in:
parent
49a7ee643e
commit
5948784677
6 changed files with 24 additions and 2 deletions
|
@ -48,6 +48,7 @@ Backends
|
||||||
platypush/backend/sensor.serial.rst
|
platypush/backend/sensor.serial.rst
|
||||||
platypush/backend/tcp.rst
|
platypush/backend/tcp.rst
|
||||||
platypush/backend/todoist.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/websocket.rst
|
||||||
platypush/backend/wiimote.rst
|
platypush/backend/wiimote.rst
|
||||||
|
|
5
docs/source/platypush/backend/weather.buienradar.rst
Normal file
5
docs/source/platypush/backend/weather.buienradar.rst
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
``platypush.backend.weather.buienradar``
|
||||||
|
========================================
|
||||||
|
|
||||||
|
.. automodule:: platypush.backend.weather.buienradar
|
||||||
|
:members:
|
5
docs/source/platypush/backend/weather.darksky.rst
Normal file
5
docs/source/platypush/backend/weather.darksky.rst
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
``platypush.backend.weather.darksky``
|
||||||
|
=====================================
|
||||||
|
|
||||||
|
.. automodule:: platypush.backend.weather.darksky
|
||||||
|
:members:
|
5
docs/source/platypush/plugins/weather.buienradar.rst
Normal file
5
docs/source/platypush/plugins/weather.buienradar.rst
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
``platypush.plugins.weather.buienradar``
|
||||||
|
========================================
|
||||||
|
|
||||||
|
.. automodule:: platypush.plugins.weather.buienradar
|
||||||
|
:members:
|
5
docs/source/platypush/plugins/weather.darksky.rst
Normal file
5
docs/source/platypush/plugins/weather.darksky.rst
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
``platypush.plugins.weather.darksky``
|
||||||
|
=====================================
|
||||||
|
|
||||||
|
.. automodule:: platypush.plugins.weather.darksky
|
||||||
|
:members:
|
|
@ -91,6 +91,7 @@ Plugins
|
||||||
platypush/plugins/utils.rst
|
platypush/plugins/utils.rst
|
||||||
platypush/plugins/variable.rst
|
platypush/plugins/variable.rst
|
||||||
platypush/plugins/video.torrentcast.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/websocket.rst
|
||||||
platypush/plugins/wiimote.rst
|
platypush/plugins/wiimote.rst
|
||||||
|
|
Loading…
Reference in a new issue