diff --git a/docs/source/backends.rst b/docs/source/backends.rst index 2328d9e1..1d83b38d 100644 --- a/docs/source/backends.rst +++ b/docs/source/backends.rst @@ -55,7 +55,8 @@ Backends platypush/backend/sensor.serial.rst platypush/backend/stt.rst platypush/backend/stt.deepspeech.rst - platypush/backend/stt.picovoice.rst + platypush/backend/stt.picovoice.hotword.rst + platypush/backend/stt.picovoice.speech.rst platypush/backend/tcp.rst platypush/backend/todoist.rst platypush/backend/travisci.rst diff --git a/docs/source/platypush/backend/stt.picovoice.hotword.rst b/docs/source/platypush/backend/stt.picovoice.hotword.rst new file mode 100644 index 00000000..8e59056d --- /dev/null +++ b/docs/source/platypush/backend/stt.picovoice.hotword.rst @@ -0,0 +1,5 @@ +``platypush.backend.stt.picovoice.hotword`` +=========================================== + +.. automodule:: platypush.backend.stt.picovoice.hotword + :members: diff --git a/docs/source/platypush/backend/stt.picovoice.speech.rst b/docs/source/platypush/backend/stt.picovoice.speech.rst new file mode 100644 index 00000000..87a91005 --- /dev/null +++ b/docs/source/platypush/backend/stt.picovoice.speech.rst @@ -0,0 +1,5 @@ +``platypush.backend.stt.picovoice.speech`` +========================================== + +.. automodule:: platypush.backend.stt.picovoice.speech + :members: diff --git a/docs/source/platypush/plugins/stt.picovoice.hotword.rst b/docs/source/platypush/plugins/stt.picovoice.hotword.rst new file mode 100644 index 00000000..5cf90d28 --- /dev/null +++ b/docs/source/platypush/plugins/stt.picovoice.hotword.rst @@ -0,0 +1,5 @@ +``platypush.plugins.stt.picovoice.hotword`` +=========================================== + +.. automodule:: platypush.plugins.stt.picovoice.hotword + :members: diff --git a/docs/source/platypush/plugins/stt.picovoice.speech.rst b/docs/source/platypush/plugins/stt.picovoice.speech.rst new file mode 100644 index 00000000..50c1afbf --- /dev/null +++ b/docs/source/platypush/plugins/stt.picovoice.speech.rst @@ -0,0 +1,5 @@ +``platypush.plugins.stt.picovoice.speech`` +========================================== + +.. automodule:: platypush.plugins.stt.picovoice.speech + :members: diff --git a/docs/source/plugins.rst b/docs/source/plugins.rst index 6bcafd08..b47248bf 100644 --- a/docs/source/plugins.rst +++ b/docs/source/plugins.rst @@ -92,7 +92,8 @@ Plugins platypush/plugins/sound.rst platypush/plugins/stt.rst platypush/plugins/stt.deepspeech.rst - platypush/plugins/stt.picovoice.rst + platypush/plugins/stt.picovoice.hotword.rst + platypush/plugins/stt.picovoice.speech.rst platypush/plugins/switch.rst platypush/plugins/switch.switchbot.rst platypush/plugins/switch.tplink.rst