From 9ca5b4af39473a1ba3fac3ddeb71b1a4d85f6723 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Tue, 15 Jul 2014 00:07:11 +0200 Subject: [PATCH] docs: Remove reference to mopidy.audio.mixers --- docs/extensiondev.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/extensiondev.rst b/docs/extensiondev.rst index 55731a7d..27bf5e03 100644 --- a/docs/extensiondev.rst +++ b/docs/extensiondev.rst @@ -431,9 +431,6 @@ Basically, you just implement your GStreamer element in Python and then make your :meth:`~mopidy.ext.Extension.setup` method register all your custom GStreamer elements. -For examples of custom GStreamer elements implemented in Python, see -:mod:`mopidy.audio.mixers`. - Python conventions ==================