From 30ab6606278b639c5c7eecb74899d6e7cf6b9ca3 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Wed, 1 May 2013 21:43:40 +0200 Subject: [PATCH] docs: Remove mixers' module docs --- docs/modules/audio/mixers/auto.rst | 6 ------ docs/modules/audio/mixers/fake.rst | 6 ------ mopidy/audio/mixers/auto.py | 10 ---------- mopidy/audio/mixers/fake.py | 9 --------- 4 files changed, 31 deletions(-) delete mode 100644 docs/modules/audio/mixers/auto.rst delete mode 100644 docs/modules/audio/mixers/fake.rst diff --git a/docs/modules/audio/mixers/auto.rst b/docs/modules/audio/mixers/auto.rst deleted file mode 100644 index caf6e3ab..00000000 --- a/docs/modules/audio/mixers/auto.rst +++ /dev/null @@ -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 diff --git a/docs/modules/audio/mixers/fake.rst b/docs/modules/audio/mixers/fake.rst deleted file mode 100644 index dcab7767..00000000 --- a/docs/modules/audio/mixers/fake.rst +++ /dev/null @@ -1,6 +0,0 @@ -********************************************* -:mod:`mopidy.audio.mixers.fake` -- Fake mixer -********************************************* - -.. automodule:: mopidy.audio.mixers.fake - :synopsis: Fake mixer for use in tests diff --git a/mopidy/audio/mixers/auto.py b/mopidy/audio/mixers/auto.py index 6b76e1a1..587994cb 100644 --- a/mopidy/audio/mixers/auto.py +++ b/mopidy/audio/mixers/auto.py @@ -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. """ diff --git a/mopidy/audio/mixers/fake.py b/mopidy/audio/mixers/fake.py index 589610ce..7daea6a1 100644 --- a/mopidy/audio/mixers/fake.py +++ b/mopidy/audio/mixers/fake.py @@ -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. """