forked from platypush/platypush
Added missing docs for dbus events
This commit is contained in:
parent
530245733c
commit
08b3cddb7b
2 changed files with 6 additions and 0 deletions
|
@ -18,6 +18,7 @@ Events
|
||||||
platypush/events/clipboard.rst
|
platypush/events/clipboard.rst
|
||||||
platypush/events/covid19.rst
|
platypush/events/covid19.rst
|
||||||
platypush/events/custom.rst
|
platypush/events/custom.rst
|
||||||
|
platypush/events/dbus.rst
|
||||||
platypush/events/distance.rst
|
platypush/events/distance.rst
|
||||||
platypush/events/file.rst
|
platypush/events/file.rst
|
||||||
platypush/events/foursquare.rst
|
platypush/events/foursquare.rst
|
||||||
|
|
5
docs/source/platypush/events/dbus.rst
Normal file
5
docs/source/platypush/events/dbus.rst
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
``platypush.message.event.dbus``
|
||||||
|
================================
|
||||||
|
|
||||||
|
.. automodule:: platypush.message.event.dbus
|
||||||
|
:members:
|
Loading…
Reference in a new issue