forked from platypush/platypush
Added missing docs
This commit is contained in:
parent
62a0847c6d
commit
3fda8afba9
10 changed files with 60 additions and 0 deletions
6
docs/source/platypush/backend/tcp.rst
Normal file
6
docs/source/platypush/backend/tcp.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
``platypush.backend.tcp``
|
||||
=========================
|
||||
|
||||
.. automodule:: platypush.backend.tcp
|
||||
:members:
|
||||
|
6
docs/source/platypush/backend/websocket.rst
Normal file
6
docs/source/platypush/backend/websocket.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
``platypush.backend.websocket``
|
||||
===============================
|
||||
|
||||
.. automodule:: platypush.backend.websocket
|
||||
:members:
|
||||
|
6
docs/source/platypush/events/torrent.rst
Normal file
6
docs/source/platypush/events/torrent.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
``platypush.message.event.torrent``
|
||||
===================================
|
||||
|
||||
.. automodule:: platypush.message.event.torrent
|
||||
:members:
|
||||
|
6
docs/source/platypush/plugins/autoremote.rst
Normal file
6
docs/source/platypush/plugins/autoremote.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
``platypush.plugins.autoremote``
|
||||
================================
|
||||
|
||||
.. automodule:: platypush.plugins.autoremote
|
||||
:members:
|
||||
|
6
docs/source/platypush/plugins/file.rst
Normal file
6
docs/source/platypush/plugins/file.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
``platypush.plugins.file``
|
||||
==========================
|
||||
|
||||
.. automodule:: platypush.plugins.file
|
||||
:members:
|
||||
|
6
docs/source/platypush/plugins/media.kodi.rst
Normal file
6
docs/source/platypush/plugins/media.kodi.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
``platypush.plugins.media.kodi``
|
||||
================================
|
||||
|
||||
.. automodule:: platypush.plugins.media.kodi
|
||||
:members:
|
||||
|
6
docs/source/platypush/plugins/torrent.rst
Normal file
6
docs/source/platypush/plugins/torrent.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
``platypush.plugins.torrent``
|
||||
=============================
|
||||
|
||||
.. automodule:: platypush.plugins.torrent
|
||||
:members:
|
||||
|
6
docs/source/platypush/plugins/tts.google.rst
Normal file
6
docs/source/platypush/plugins/tts.google.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
``platypush.plugins.tts.google``
|
||||
================================
|
||||
|
||||
.. automodule:: platypush.plugins.tts.google
|
||||
:members:
|
||||
|
6
docs/source/platypush/plugins/utils.rst
Normal file
6
docs/source/platypush/plugins/utils.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
``platypush.plugins.utils``
|
||||
===========================
|
||||
|
||||
.. automodule:: platypush.plugins.utils
|
||||
:members:
|
||||
|
6
docs/source/platypush/plugins/websocket.rst
Normal file
6
docs/source/platypush/plugins/websocket.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
``platypush.plugins.websocket``
|
||||
===============================
|
||||
|
||||
.. automodule:: platypush.plugins.websocket
|
||||
:members:
|
||||
|
Loading…
Reference in a new issue