forked from platypush/platypush
Added missing docs
This commit is contained in:
parent
1681f80728
commit
e533484505
8 changed files with 30 additions and 0 deletions
|
@ -35,6 +35,7 @@ Backends
|
|||
platypush/backend/light.hue.rst
|
||||
platypush/backend/linode.rst
|
||||
platypush/backend/local.rst
|
||||
platypush/backend/mail.rst
|
||||
platypush/backend/midi.rst
|
||||
platypush/backend/mqtt.rst
|
||||
platypush/backend/music.mopidy.rst
|
||||
|
|
|
@ -32,6 +32,7 @@ Events
|
|||
platypush/events/kafka.rst
|
||||
platypush/events/light.rst
|
||||
platypush/events/linode.rst
|
||||
platypush/events/mail.rst
|
||||
platypush/events/media.rst
|
||||
platypush/events/midi.rst
|
||||
platypush/events/mqtt.rst
|
||||
|
|
5
docs/source/platypush/backend/mail.rst
Normal file
5
docs/source/platypush/backend/mail.rst
Normal file
|
@ -0,0 +1,5 @@
|
|||
``platypush.backend.mail``
|
||||
==========================
|
||||
|
||||
.. automodule:: platypush.backend.mail
|
||||
:members:
|
5
docs/source/platypush/events/mail.rst
Normal file
5
docs/source/platypush/events/mail.rst
Normal file
|
@ -0,0 +1,5 @@
|
|||
``platypush.message.event.mail``
|
||||
================================
|
||||
|
||||
.. automodule:: platypush.message.event.mail
|
||||
:members:
|
5
docs/source/platypush/plugins/lcd.rst
Normal file
5
docs/source/platypush/plugins/lcd.rst
Normal file
|
@ -0,0 +1,5 @@
|
|||
``platypush.plugins.lcd``
|
||||
=========================
|
||||
|
||||
.. automodule:: platypush.plugins.lcd
|
||||
:members:
|
5
docs/source/platypush/plugins/mail.imap.rst
Normal file
5
docs/source/platypush/plugins/mail.imap.rst
Normal file
|
@ -0,0 +1,5 @@
|
|||
``platypush.plugins.mail.imap``
|
||||
===============================
|
||||
|
||||
.. automodule:: platypush.plugins.mail.imap
|
||||
:members:
|
5
docs/source/platypush/plugins/mail.rst
Normal file
5
docs/source/platypush/plugins/mail.rst
Normal file
|
@ -0,0 +1,5 @@
|
|||
``platypush.plugins.mail``
|
||||
==========================
|
||||
|
||||
.. automodule:: platypush.plugins.mail
|
||||
:members:
|
|
@ -64,6 +64,7 @@ Plugins
|
|||
platypush/plugins/inspect.rst
|
||||
platypush/plugins/kafka.rst
|
||||
platypush/plugins/lastfm.rst
|
||||
platypush/plugins/lcd.rst
|
||||
platypush/plugins/lcd.gpio.rst
|
||||
platypush/plugins/lcd.i2c.rst
|
||||
platypush/plugins/light.rst
|
||||
|
@ -71,6 +72,8 @@ Plugins
|
|||
platypush/plugins/linode.rst
|
||||
platypush/plugins/logger.rst
|
||||
platypush/plugins/luma.oled.rst
|
||||
platypush/plugins/mail.rst
|
||||
platypush/plugins/mail.imap.rst
|
||||
platypush/plugins/media.rst
|
||||
platypush/plugins/media.chromecast.rst
|
||||
platypush/plugins/media.ctrl.rst
|
||||
|
|
Loading…
Reference in a new issue