forked from platypush/platypush
Added missing docs
This commit is contained in:
parent
77e302cd4b
commit
15c9feee9c
6 changed files with 18 additions and 0 deletions
|
@ -19,6 +19,7 @@ Backends
|
||||||
platypush/backend/button.flic.rst
|
platypush/backend/button.flic.rst
|
||||||
platypush/backend/camera.pi.rst
|
platypush/backend/camera.pi.rst
|
||||||
platypush/backend/chat.telegram.rst
|
platypush/backend/chat.telegram.rst
|
||||||
|
platypush/backend/covid19.rst
|
||||||
platypush/backend/foursquare.rst
|
platypush/backend/foursquare.rst
|
||||||
platypush/backend/google.fit.rst
|
platypush/backend/google.fit.rst
|
||||||
platypush/backend/google.pubsub.rst
|
platypush/backend/google.pubsub.rst
|
||||||
|
|
|
@ -15,6 +15,7 @@ Events
|
||||||
platypush/events/button.flic.rst
|
platypush/events/button.flic.rst
|
||||||
platypush/events/camera.rst
|
platypush/events/camera.rst
|
||||||
platypush/events/chat.telegram.rst
|
platypush/events/chat.telegram.rst
|
||||||
|
platypush/events/covid19.rst
|
||||||
platypush/events/distance.rst
|
platypush/events/distance.rst
|
||||||
platypush/events/foursquare.rst
|
platypush/events/foursquare.rst
|
||||||
platypush/events/geo.rst
|
platypush/events/geo.rst
|
||||||
|
|
5
docs/source/platypush/backend/covid19.rst
Normal file
5
docs/source/platypush/backend/covid19.rst
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
``platypush.backend.covid19``
|
||||||
|
=============================
|
||||||
|
|
||||||
|
.. automodule:: platypush.backend.covid19
|
||||||
|
:members:
|
5
docs/source/platypush/events/covid19.rst
Normal file
5
docs/source/platypush/events/covid19.rst
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
``platypush.message.event.covid19``
|
||||||
|
===================================
|
||||||
|
|
||||||
|
.. automodule:: platypush.message.event.covid19
|
||||||
|
:members:
|
5
docs/source/platypush/plugins/covid19.rst
Normal file
5
docs/source/platypush/plugins/covid19.rst
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
``platypush.plugins.covid19``
|
||||||
|
=============================
|
||||||
|
|
||||||
|
.. automodule:: platypush.plugins.covid19
|
||||||
|
:members:
|
|
@ -24,6 +24,7 @@ Plugins
|
||||||
platypush/plugins/camera.pi.rst
|
platypush/plugins/camera.pi.rst
|
||||||
platypush/plugins/chat.telegram.rst
|
platypush/plugins/chat.telegram.rst
|
||||||
platypush/plugins/clipboard.rst
|
platypush/plugins/clipboard.rst
|
||||||
|
platypush/plugins/covid19.rst
|
||||||
platypush/plugins/csv.rst
|
platypush/plugins/csv.rst
|
||||||
platypush/plugins/db.rst
|
platypush/plugins/db.rst
|
||||||
platypush/plugins/dropbox.rst
|
platypush/plugins/dropbox.rst
|
||||||
|
|
Loading…
Reference in a new issue