From 381c650c5a39d2aa402060cdd385479344b10739 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Fri, 1 Oct 2021 23:52:44 +0200 Subject: [PATCH] Added missing docs --- docs/source/events.rst | 1 + docs/source/platypush/events/gotify.rst | 5 +++++ docs/source/platypush/plugins/gotify.rst | 5 +++++ docs/source/plugins.rst | 1 + 4 files changed, 12 insertions(+) create mode 100644 docs/source/platypush/events/gotify.rst create mode 100644 docs/source/platypush/plugins/gotify.rst diff --git a/docs/source/events.rst b/docs/source/events.rst index 91bcb0c737..28067f3b7a 100644 --- a/docs/source/events.rst +++ b/docs/source/events.rst @@ -26,6 +26,7 @@ Events platypush/events/google.rst platypush/events/google.fit.rst platypush/events/google.pubsub.rst + platypush/events/gotify.rst platypush/events/gps.rst platypush/events/http.rst platypush/events/http.hook.rst diff --git a/docs/source/platypush/events/gotify.rst b/docs/source/platypush/events/gotify.rst new file mode 100644 index 0000000000..82b661bd41 --- /dev/null +++ b/docs/source/platypush/events/gotify.rst @@ -0,0 +1,5 @@ +``platypush.message.event.gotify`` +================================== + +.. automodule:: platypush.message.event.gotify + :members: diff --git a/docs/source/platypush/plugins/gotify.rst b/docs/source/platypush/plugins/gotify.rst new file mode 100644 index 0000000000..875e89b7c8 --- /dev/null +++ b/docs/source/platypush/plugins/gotify.rst @@ -0,0 +1,5 @@ +``gotify`` +========== + +.. automodule:: platypush.plugins.gotify + :members: diff --git a/docs/source/plugins.rst b/docs/source/plugins.rst index 8530d0d80f..45f77764eb 100644 --- a/docs/source/plugins.rst +++ b/docs/source/plugins.rst @@ -43,6 +43,7 @@ Plugins platypush/plugins/google.pubsub.rst platypush/plugins/google.translate.rst platypush/plugins/google.youtube.rst + platypush/plugins/gotify.rst platypush/plugins/gpio.rst platypush/plugins/gpio.sensor.accelerometer.rst platypush/plugins/gpio.sensor.bme280.rst