forked from platypush/platypush
Added missing docs
This commit is contained in:
parent
46515020cf
commit
566fd42ee8
4 changed files with 12 additions and 0 deletions
5
docs/source/platypush/plugins/google.translate.rst
Normal file
5
docs/source/platypush/plugins/google.translate.rst
Normal file
|
@ -0,0 +1,5 @@
|
|||
``platypush.plugins.google.translate``
|
||||
======================================
|
||||
|
||||
.. automodule:: platypush.plugins.google.translate
|
||||
:members:
|
5
docs/source/platypush/responses/translate.rst
Normal file
5
docs/source/platypush/responses/translate.rst
Normal file
|
@ -0,0 +1,5 @@
|
|||
``platypush.message.response.translate``
|
||||
========================================
|
||||
|
||||
.. automodule:: platypush.message.response.translate
|
||||
:members:
|
|
@ -38,6 +38,7 @@ Plugins
|
|||
platypush/plugins/google.mail.rst
|
||||
platypush/plugins/google.maps.rst
|
||||
platypush/plugins/google.pubsub.rst
|
||||
platypush/plugins/google.translate.rst
|
||||
platypush/plugins/google.youtube.rst
|
||||
platypush/plugins/gpio.rst
|
||||
platypush/plugins/gpio.sensor.rst
|
||||
|
|
|
@ -21,5 +21,6 @@ Responses
|
|||
platypush/responses/system.rst
|
||||
platypush/responses/tensorflow.rst
|
||||
platypush/responses/todoist.rst
|
||||
platypush/responses/translate.rst
|
||||
platypush/responses/trello.rst
|
||||
platypush/responses/weather.buienradar.rst
|
||||
|
|
Loading…
Reference in a new issue