forked from platypush/platypush
Added missing docs
This commit is contained in:
parent
ce0f3227ec
commit
46c20e9327
6 changed files with 24 additions and 2 deletions
|
@ -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
|
||||
|
|
5
docs/source/platypush/backend/stt.picovoice.hotword.rst
Normal file
5
docs/source/platypush/backend/stt.picovoice.hotword.rst
Normal file
|
@ -0,0 +1,5 @@
|
|||
``platypush.backend.stt.picovoice.hotword``
|
||||
===========================================
|
||||
|
||||
.. automodule:: platypush.backend.stt.picovoice.hotword
|
||||
:members:
|
5
docs/source/platypush/backend/stt.picovoice.speech.rst
Normal file
5
docs/source/platypush/backend/stt.picovoice.speech.rst
Normal file
|
@ -0,0 +1,5 @@
|
|||
``platypush.backend.stt.picovoice.speech``
|
||||
==========================================
|
||||
|
||||
.. automodule:: platypush.backend.stt.picovoice.speech
|
||||
:members:
|
5
docs/source/platypush/plugins/stt.picovoice.hotword.rst
Normal file
5
docs/source/platypush/plugins/stt.picovoice.hotword.rst
Normal file
|
@ -0,0 +1,5 @@
|
|||
``platypush.plugins.stt.picovoice.hotword``
|
||||
===========================================
|
||||
|
||||
.. automodule:: platypush.plugins.stt.picovoice.hotword
|
||||
:members:
|
5
docs/source/platypush/plugins/stt.picovoice.speech.rst
Normal file
5
docs/source/platypush/plugins/stt.picovoice.speech.rst
Normal file
|
@ -0,0 +1,5 @@
|
|||
``platypush.plugins.stt.picovoice.speech``
|
||||
==========================================
|
||||
|
||||
.. automodule:: platypush.plugins.stt.picovoice.speech
|
||||
:members:
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue