forked from platypush/platypush
Added missing docs
This commit is contained in:
parent
bcb47909c9
commit
122ebf39a0
6 changed files with 28 additions and 0 deletions
|
@ -14,6 +14,8 @@ Backends
|
|||
platypush/backend/camera.rst
|
||||
platypush/backend/google.fit.rst
|
||||
platypush/backend/gps.rst
|
||||
platypush/backend/http.app.routes.plugins.camera.ir.__init__.rst
|
||||
platypush/backend/http.app.routes.plugins.camera.ir.mlx90640.rst
|
||||
platypush/backend/http.poll.rst
|
||||
platypush/backend/http.request.rss.rst
|
||||
platypush/backend/http.rst
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
``platypush.backend.http.app.routes.plugins.camera.ir.__init__``
|
||||
================================================================
|
||||
|
||||
.. automodule:: platypush.backend.http.app.routes.plugins.camera.ir.__init__
|
||||
:members:
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
``platypush.backend.http.app.routes.plugins.camera.ir.mlx90640``
|
||||
================================================================
|
||||
|
||||
.. automodule:: platypush.backend.http.app.routes.plugins.camera.ir.mlx90640
|
||||
:members:
|
||||
|
6
docs/source/platypush/plugins/ml.__init__.rst
Normal file
6
docs/source/platypush/plugins/ml.__init__.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
``platypush.plugins.ml.__init__``
|
||||
=================================
|
||||
|
||||
.. automodule:: platypush.plugins.ml.__init__
|
||||
:members:
|
||||
|
6
docs/source/platypush/plugins/ml.cv.rst
Normal file
6
docs/source/platypush/plugins/ml.cv.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
``platypush.plugins.ml.cv``
|
||||
===========================
|
||||
|
||||
.. automodule:: platypush.plugins.ml.cv
|
||||
:members:
|
||||
|
|
@ -53,6 +53,8 @@ Plugins
|
|||
platypush/plugins/media.vlc.rst
|
||||
platypush/plugins/media.webtorrent.rst
|
||||
platypush/plugins/midi.rst
|
||||
platypush/plugins/ml.cv.rst
|
||||
platypush/plugins/ml.__init__.rst
|
||||
platypush/plugins/mqtt.rst
|
||||
platypush/plugins/music.mpd.rst
|
||||
platypush/plugins/music.snapcast.rst
|
||||
|
|
Loading…
Reference in a new issue