docs: Remove mixers' module docs
This commit is contained in:
parent
01335b9fea
commit
370cf133fa
@ -1,6 +0,0 @@
|
||||
*********************************************
|
||||
:mod:`mopidy.audio.mixers.auto` -- Auto mixer
|
||||
*********************************************
|
||||
|
||||
.. automodule:: mopidy.audio.mixers.auto
|
||||
:synopsis: Mixer element which automatically selects the real mixer to use
|
||||
@ -1,6 +0,0 @@
|
||||
*********************************************
|
||||
:mod:`mopidy.audio.mixers.fake` -- Fake mixer
|
||||
*********************************************
|
||||
|
||||
.. automodule:: mopidy.audio.mixers.fake
|
||||
:synopsis: Fake mixer for use in tests
|
||||
@ -2,16 +2,6 @@
|
||||
|
||||
This is Mopidy's default mixer.
|
||||
|
||||
|
||||
Dependencies
|
||||
============
|
||||
|
||||
None
|
||||
|
||||
|
||||
Configuration
|
||||
=============
|
||||
|
||||
If this wasn't the default, you would set the :confval:`audio/mixer` config
|
||||
value to ``autoaudiomixer`` to use this mixer.
|
||||
"""
|
||||
|
||||
@ -1,14 +1,5 @@
|
||||
"""Fake mixer for use in tests.
|
||||
|
||||
Dependencies
|
||||
============
|
||||
|
||||
None
|
||||
|
||||
|
||||
Configuration
|
||||
=============
|
||||
|
||||
Set the :confval:`audio/mixer:` config value to ``fakemixer`` to use this
|
||||
mixer.
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user