From 08b3cddb7ba31a5e45535ee87fb24891f856db5c Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Mon, 7 Feb 2022 21:29:21 +0100 Subject: [PATCH] Added missing docs for dbus events --- docs/source/events.rst | 1 + docs/source/platypush/events/dbus.rst | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 docs/source/platypush/events/dbus.rst diff --git a/docs/source/events.rst b/docs/source/events.rst index 2c20f51f..2a09975b 100644 --- a/docs/source/events.rst +++ b/docs/source/events.rst @@ -18,6 +18,7 @@ Events platypush/events/clipboard.rst platypush/events/covid19.rst platypush/events/custom.rst + platypush/events/dbus.rst platypush/events/distance.rst platypush/events/file.rst platypush/events/foursquare.rst diff --git a/docs/source/platypush/events/dbus.rst b/docs/source/platypush/events/dbus.rst new file mode 100644 index 00000000..c053f402 --- /dev/null +++ b/docs/source/platypush/events/dbus.rst @@ -0,0 +1,5 @@ +``platypush.message.event.dbus`` +================================ + +.. automodule:: platypush.message.event.dbus + :members: