Added missing docs

This commit is contained in:
Fabio Manganiello 2020-01-01 17:55:19 +01:00
parent 753694a865
commit fd5abc748f
8 changed files with 31 additions and 13 deletions

View file

@ -14,6 +14,7 @@ Backends
platypush/backend/bluetooth.pushserver.rst
platypush/backend/button.flic.rst
platypush/backend/camera.pi.rst
platypush/backend/chat.telegram.rst
platypush/backend/google.fit.rst
platypush/backend/google.pubsub.rst
platypush/backend/gps.rst

View file

@ -13,6 +13,7 @@ Events
platypush/events/bluetooth.rst
platypush/events/button.flic.rst
platypush/events/camera.rst
platypush/events/chat.telegram.rst
platypush/events/distance.rst
platypush/events/geo.rst
platypush/events/google.rst

View file

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

View file

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

View file

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

View file

@ -20,6 +20,7 @@ Plugins
platypush/plugins/camera.android.ipcam.rst
platypush/plugins/camera.ir.mlx90640.rst
platypush/plugins/camera.pi.rst
platypush/plugins/chat.telegram.rst
platypush/plugins/clipboard.rst
platypush/plugins/db.rst
platypush/plugins/dropbox.rst