docs: Add inheritance diagrams to mixers
This commit is contained in:
parent
63cdcb5080
commit
397fdf90d2
@ -24,6 +24,8 @@ in the settings, Mopidy will choose one for you based upon what OS you run. See
|
|||||||
:synopsis: ALSA mixer
|
:synopsis: ALSA mixer
|
||||||
:members:
|
:members:
|
||||||
|
|
||||||
|
.. inheritance-diagram:: mopidy.mixers.alsa.AlsaMixer
|
||||||
|
|
||||||
|
|
||||||
:mod:`mopidy.mixers.dummy` -- Dummy mixer
|
:mod:`mopidy.mixers.dummy` -- Dummy mixer
|
||||||
-----------------------------------------
|
-----------------------------------------
|
||||||
@ -32,6 +34,8 @@ in the settings, Mopidy will choose one for you based upon what OS you run. See
|
|||||||
:synopsis: Dummy mixer
|
:synopsis: Dummy mixer
|
||||||
:members:
|
:members:
|
||||||
|
|
||||||
|
.. inheritance-diagram:: mopidy.mixers.dummy
|
||||||
|
|
||||||
|
|
||||||
:mod:`mopidy.mixers.osa` -- Osa mixer
|
:mod:`mopidy.mixers.osa` -- Osa mixer
|
||||||
-------------------------------------
|
-------------------------------------
|
||||||
@ -40,6 +44,8 @@ in the settings, Mopidy will choose one for you based upon what OS you run. See
|
|||||||
:synopsis: Osa mixer
|
:synopsis: Osa mixer
|
||||||
:members:
|
:members:
|
||||||
|
|
||||||
|
.. inheritance-diagram:: mopidy.mixers.osa
|
||||||
|
|
||||||
|
|
||||||
External device mixers
|
External device mixers
|
||||||
======================
|
======================
|
||||||
@ -58,6 +64,8 @@ required by the mixer you choose.
|
|||||||
:synopsis: Denon amplifier mixer
|
:synopsis: Denon amplifier mixer
|
||||||
:members:
|
:members:
|
||||||
|
|
||||||
|
.. inheritance-diagram:: mopidy.mixers.denon
|
||||||
|
|
||||||
|
|
||||||
:mod:`mopidy.mixers.nad` -- NAD amplifier mixer
|
:mod:`mopidy.mixers.nad` -- NAD amplifier mixer
|
||||||
-----------------------------------------------
|
-----------------------------------------------
|
||||||
@ -65,3 +73,5 @@ required by the mixer you choose.
|
|||||||
.. automodule:: mopidy.mixers.nad
|
.. automodule:: mopidy.mixers.nad
|
||||||
:synopsis: NAD amplifier mixer
|
:synopsis: NAD amplifier mixer
|
||||||
:members:
|
:members:
|
||||||
|
|
||||||
|
.. inheritance-diagram:: mopidy.mixers.nad
|
||||||
|
|||||||
@ -26,7 +26,7 @@ import mopidy
|
|||||||
# Add any Sphinx extension module names here, as strings. They can be extensions
|
# Add any Sphinx extension module names here, as strings. They can be extensions
|
||||||
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
|
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
|
||||||
extensions = ['sphinx.ext.autodoc', 'autodoc_private_members',
|
extensions = ['sphinx.ext.autodoc', 'autodoc_private_members',
|
||||||
'sphinx.ext.graphviz']
|
'sphinx.ext.graphviz', 'sphinx.ext.inheritance_diagram']
|
||||||
|
|
||||||
# Add any paths that contain templates here, relative to this directory.
|
# Add any paths that contain templates here, relative to this directory.
|
||||||
templates_path = ['_templates']
|
templates_path = ['_templates']
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user