forked from platypush/platypush
Added Trello backend docs
This commit is contained in:
parent
cc424c6e7a
commit
42686f229e
4 changed files with 12 additions and 0 deletions
|
@ -49,6 +49,7 @@ Backends
|
|||
platypush/backend/sensor.serial.rst
|
||||
platypush/backend/tcp.rst
|
||||
platypush/backend/todoist.rst
|
||||
platypush/backend/trello.rst
|
||||
platypush/backend/weather.buienradar.rst
|
||||
platypush/backend/weather.darksky.rst
|
||||
platypush/backend/websocket.rst
|
||||
|
|
|
@ -45,6 +45,7 @@ Events
|
|||
platypush/events/sound.rst
|
||||
platypush/events/todoist.rst
|
||||
platypush/events/torrent.rst
|
||||
platypush/events/trello.rst
|
||||
platypush/events/video.rst
|
||||
platypush/events/weather.rst
|
||||
platypush/events/web.rst
|
||||
|
|
5
docs/source/platypush/backend/trello.rst
Normal file
5
docs/source/platypush/backend/trello.rst
Normal file
|
@ -0,0 +1,5 @@
|
|||
``platypush.backend.trello``
|
||||
============================
|
||||
|
||||
.. automodule:: platypush.backend.trello
|
||||
:members:
|
5
docs/source/platypush/events/trello.rst
Normal file
5
docs/source/platypush/events/trello.rst
Normal file
|
@ -0,0 +1,5 @@
|
|||
``platypush.message.event.trello``
|
||||
==================================
|
||||
|
||||
.. automodule:: platypush.message.event.trello
|
||||
:members:
|
Loading…
Reference in a new issue