From 42686f229e1e7a926a6b2264517b30fd55be2351 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Fri, 3 Jan 2020 16:58:45 +0100 Subject: [PATCH] Added Trello backend docs --- docs/source/backends.rst | 1 + docs/source/events.rst | 1 + docs/source/platypush/backend/trello.rst | 5 +++++ docs/source/platypush/events/trello.rst | 5 +++++ 4 files changed, 12 insertions(+) create mode 100644 docs/source/platypush/backend/trello.rst create mode 100644 docs/source/platypush/events/trello.rst diff --git a/docs/source/backends.rst b/docs/source/backends.rst index ea5bfe4288..d9d78e02f4 100644 --- a/docs/source/backends.rst +++ b/docs/source/backends.rst @@ -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 diff --git a/docs/source/events.rst b/docs/source/events.rst index 8f04e6982e..5526ba5c39 100644 --- a/docs/source/events.rst +++ b/docs/source/events.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 diff --git a/docs/source/platypush/backend/trello.rst b/docs/source/platypush/backend/trello.rst new file mode 100644 index 0000000000..f6b36f4e2f --- /dev/null +++ b/docs/source/platypush/backend/trello.rst @@ -0,0 +1,5 @@ +``platypush.backend.trello`` +============================ + +.. automodule:: platypush.backend.trello + :members: diff --git a/docs/source/platypush/events/trello.rst b/docs/source/platypush/events/trello.rst new file mode 100644 index 0000000000..cf668b2225 --- /dev/null +++ b/docs/source/platypush/events/trello.rst @@ -0,0 +1,5 @@ +``platypush.message.event.trello`` +================================== + +.. automodule:: platypush.message.event.trello + :members: