diff --git a/docs/source/events.rst b/docs/source/events.rst index 91bcb0c7..28067f3b 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 00000000..82b661bd --- /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 00000000..875e89b7 --- /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 8530d0d8..45f77764 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