Added missing docs

This commit is contained in:
Fabio Manganiello 2020-04-30 01:15:19 +02:00
parent 77e302cd4b
commit 15c9feee9c
6 changed files with 18 additions and 0 deletions

View File

@ -19,6 +19,7 @@ Backends
platypush/backend/button.flic.rst
platypush/backend/camera.pi.rst
platypush/backend/chat.telegram.rst
platypush/backend/covid19.rst
platypush/backend/foursquare.rst
platypush/backend/google.fit.rst
platypush/backend/google.pubsub.rst

View File

@ -15,6 +15,7 @@ Events
platypush/events/button.flic.rst
platypush/events/camera.rst
platypush/events/chat.telegram.rst
platypush/events/covid19.rst
platypush/events/distance.rst
platypush/events/foursquare.rst
platypush/events/geo.rst

View File

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

View File

@ -0,0 +1,5 @@
``platypush.message.event.covid19``
===================================
.. automodule:: platypush.message.event.covid19
:members:

View File

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

View File

@ -24,6 +24,7 @@ Plugins
platypush/plugins/camera.pi.rst
platypush/plugins/chat.telegram.rst
platypush/plugins/clipboard.rst
platypush/plugins/covid19.rst
platypush/plugins/csv.rst
platypush/plugins/db.rst
platypush/plugins/dropbox.rst