forked from platypush/platypush
Added documentation for response objects as well
This commit is contained in:
parent
5504048c22
commit
e66c02f3de
17 changed files with 181 additions and 0 deletions
|
@ -7,9 +7,11 @@ For more information on Platypush please check out:
|
|||
|
||||
* The `GitHub page`_ of the project
|
||||
* The `online wiki`_ for quickstart and examples
|
||||
* The `Medium stories`_ for inspiration about possible projects
|
||||
|
||||
.. _GitHub page: https://github.com/BlackLight/platypush
|
||||
.. _online wiki: https://github.com/BlackLight/platypush/wiki
|
||||
.. _Medium stories: https://medium.com/tag/platypush/archive
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 3
|
||||
|
@ -18,6 +20,7 @@ For more information on Platypush please check out:
|
|||
backends
|
||||
plugins
|
||||
events
|
||||
responses
|
||||
|
||||
Indices and tables
|
||||
==================
|
||||
|
|
5
docs/source/platypush/responses/bluetooth.rst
Normal file
5
docs/source/platypush/responses/bluetooth.rst
Normal file
|
@ -0,0 +1,5 @@
|
|||
``platypush.message.response.bluetooth``
|
||||
========================================
|
||||
|
||||
.. automodule:: platypush.message.response.bluetooth
|
||||
:members:
|
5
docs/source/platypush/responses/camera.android.rst
Normal file
5
docs/source/platypush/responses/camera.android.rst
Normal file
|
@ -0,0 +1,5 @@
|
|||
``platypush.message.response.camera.android``
|
||||
=============================================
|
||||
|
||||
.. automodule:: platypush.message.response.camera.android
|
||||
:members:
|
5
docs/source/platypush/responses/camera.rst
Normal file
5
docs/source/platypush/responses/camera.rst
Normal file
|
@ -0,0 +1,5 @@
|
|||
``platypush.message.response.camera``
|
||||
=====================================
|
||||
|
||||
.. automodule:: platypush.message.response.camera
|
||||
:members:
|
5
docs/source/platypush/responses/chat.telegram.rst
Normal file
5
docs/source/platypush/responses/chat.telegram.rst
Normal file
|
@ -0,0 +1,5 @@
|
|||
``platypush.message.response.chat.telegram``
|
||||
============================================
|
||||
|
||||
.. automodule:: platypush.message.response.chat.telegram
|
||||
:members:
|
5
docs/source/platypush/responses/deepspeech.rst
Normal file
5
docs/source/platypush/responses/deepspeech.rst
Normal file
|
@ -0,0 +1,5 @@
|
|||
``platypush.message.response.deepspeech``
|
||||
=========================================
|
||||
|
||||
.. automodule:: platypush.message.response.deepspeech
|
||||
:members:
|
5
docs/source/platypush/responses/google.drive.rst
Normal file
5
docs/source/platypush/responses/google.drive.rst
Normal file
|
@ -0,0 +1,5 @@
|
|||
``platypush.message.response.google.drive``
|
||||
===========================================
|
||||
|
||||
.. automodule:: platypush.message.response.google.drive
|
||||
:members:
|
5
docs/source/platypush/responses/pihole.rst
Normal file
5
docs/source/platypush/responses/pihole.rst
Normal file
|
@ -0,0 +1,5 @@
|
|||
``platypush.message.response.pihole``
|
||||
=====================================
|
||||
|
||||
.. automodule:: platypush.message.response.pihole
|
||||
:members:
|
5
docs/source/platypush/responses/ping.rst
Normal file
5
docs/source/platypush/responses/ping.rst
Normal file
|
@ -0,0 +1,5 @@
|
|||
``platypush.message.response.ping``
|
||||
===================================
|
||||
|
||||
.. automodule:: platypush.message.response.ping
|
||||
:members:
|
5
docs/source/platypush/responses/printer.cups.rst
Normal file
5
docs/source/platypush/responses/printer.cups.rst
Normal file
|
@ -0,0 +1,5 @@
|
|||
``platypush.message.response.printer.cups``
|
||||
===========================================
|
||||
|
||||
.. automodule:: platypush.message.response.printer.cups
|
||||
:members:
|
5
docs/source/platypush/responses/system.rst
Normal file
5
docs/source/platypush/responses/system.rst
Normal file
|
@ -0,0 +1,5 @@
|
|||
``platypush.message.response.system``
|
||||
=====================================
|
||||
|
||||
.. automodule:: platypush.message.response.system
|
||||
:members:
|
5
docs/source/platypush/responses/todoist.rst
Normal file
5
docs/source/platypush/responses/todoist.rst
Normal file
|
@ -0,0 +1,5 @@
|
|||
``platypush.message.response.todoist``
|
||||
======================================
|
||||
|
||||
.. automodule:: platypush.message.response.todoist
|
||||
:members:
|
5
docs/source/platypush/responses/trello.rst
Normal file
5
docs/source/platypush/responses/trello.rst
Normal file
|
@ -0,0 +1,5 @@
|
|||
``platypush.message.response.trello``
|
||||
=====================================
|
||||
|
||||
.. automodule:: platypush.message.response.trello
|
||||
:members:
|
5
docs/source/platypush/responses/weather.buienradar.rst
Normal file
5
docs/source/platypush/responses/weather.buienradar.rst
Normal file
|
@ -0,0 +1,5 @@
|
|||
``platypush.message.response.weather.buienradar``
|
||||
=================================================
|
||||
|
||||
.. automodule:: platypush.message.response.weather.buienradar
|
||||
:members:
|
21
docs/source/responses.rst
Normal file
21
docs/source/responses.rst
Normal file
|
@ -0,0 +1,21 @@
|
|||
|
||||
Responses
|
||||
=========
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:caption: Responses:
|
||||
|
||||
platypush/responses/bluetooth.rst
|
||||
platypush/responses/camera.rst
|
||||
platypush/responses/camera.android.rst
|
||||
platypush/responses/chat.telegram.rst
|
||||
platypush/responses/deepspeech.rst
|
||||
platypush/responses/google.drive.rst
|
||||
platypush/responses/pihole.rst
|
||||
platypush/responses/ping.rst
|
||||
platypush/responses/printer.cups.rst
|
||||
platypush/responses/system.rst
|
||||
platypush/responses/todoist.rst
|
||||
platypush/responses/trello.rst
|
||||
platypush/responses/weather.buienradar.rst
|
Loading…
Add table
Add a link
Reference in a new issue