Added missing docs

This commit is contained in:
Fabio Manganiello 2020-08-16 01:59:18 +02:00
parent 0659996c48
commit 06258b8304
4 changed files with 12 additions and 0 deletions

View File

@ -21,6 +21,7 @@ Backends
platypush/backend/chat.telegram.rst
platypush/backend/clipboard.rst
platypush/backend/covid19.rst
platypush/backend/dbus.rst
platypush/backend/foursquare.rst
platypush/backend/google.fit.rst
platypush/backend/google.pubsub.rst

View File

@ -0,0 +1,5 @@
``platypush.backend.dbus``
==========================
.. automodule:: platypush.backend.dbus
:members:

View File

@ -0,0 +1,5 @@
``platypush.plugins.dbus``
==========================
.. automodule:: platypush.plugins.dbus
:members:

View File

@ -27,6 +27,7 @@ Plugins
platypush/plugins/covid19.rst
platypush/plugins/csv.rst
platypush/plugins/db.rst
platypush/plugins/dbus.rst
platypush/plugins/dropbox.rst
platypush/plugins/esp.rst
platypush/plugins/file.rst