diff --git a/docs/source/platypush/plugins/google.translate.rst b/docs/source/platypush/plugins/google.translate.rst new file mode 100644 index 00000000..6bc63350 --- /dev/null +++ b/docs/source/platypush/plugins/google.translate.rst @@ -0,0 +1,5 @@ +``platypush.plugins.google.translate`` +====================================== + +.. automodule:: platypush.plugins.google.translate + :members: diff --git a/docs/source/platypush/responses/translate.rst b/docs/source/platypush/responses/translate.rst new file mode 100644 index 00000000..68598a15 --- /dev/null +++ b/docs/source/platypush/responses/translate.rst @@ -0,0 +1,5 @@ +``platypush.message.response.translate`` +======================================== + +.. automodule:: platypush.message.response.translate + :members: diff --git a/docs/source/plugins.rst b/docs/source/plugins.rst index 1637420c..b8f9c893 100644 --- a/docs/source/plugins.rst +++ b/docs/source/plugins.rst @@ -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 diff --git a/docs/source/responses.rst b/docs/source/responses.rst index f343de90..418a4977 100644 --- a/docs/source/responses.rst +++ b/docs/source/responses.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