Skip to content
This repository has been archived by the owner on Sep 8, 2024. It is now read-only.

Update Readthedocs conf to handle mycroft-messagebus-client #2887

Merged
merged 2 commits into from
Apr 29, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ def iad_add_directive_header(self, sig):
'serial',
'websocket',
'speech_recognition',
'yaml'
'yaml',
'mycroft_bus_client'
]

templates_path = ['_templates']
Expand Down
17 changes: 16 additions & 1 deletion doc/source/plugins.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,30 +7,45 @@ TTS - Base for TTS plugins
.. autoclass:: mycroft.tts.TTS
:members:

|
|

STT - base for STT plugins
--------------------------
.. autoclass:: mycroft.stt.STT
:members:

|
|

.. autoclass:: mycroft.stt.StreamingSTT
:members:

|
|

.. autoclass:: mycroft.stt.StreamThread
:members:

|
|

HotWordEngine - Base for Hotword engine plugins
-----------------------------------------------
.. autoclass:: mycroft.client.speech.hotword_factory.HotWordEngine
:members:

|
|

AudioBackend - Base for audioservice backend plugins
------------------
----------------------------------------------------
.. autoclass:: mycroft.audio.services.AudioBackend
:members:

|
|

.. autoclass:: mycroft.audio.services.RemoteAudioBackend
:members: