diff --git a/docs/api/backends.rst b/docs/api/backends.rst index 3853f062..5e938357 100644 --- a/docs/api/backends.rst +++ b/docs/api/backends.rst @@ -93,29 +93,7 @@ Backend listener :members: -.. _backend-implementations: - Backend implementations ======================= -- `Mopidy-Beets `_ - -- `Mopidy-GMusic `_ - -- :ref:`ext-local` - -- `Mopidy-radio-de `_ - -- `Mopidy-SomaFM `_ - -- `Mopidy-SoundCloud `_ - -- `Mopidy-Spotify `_ - -- `Mopidy-Spotify-Tunigo `_ - -- :ref:`ext-stream` - -- `Mopidy-Subsonic `_ - -- `Mopidy-VKontakte `_ +See :ref:`ext-backends`. diff --git a/docs/api/frontends.rst b/docs/api/frontends.rst index e1fbd5a7..27ce39a1 100644 --- a/docs/api/frontends.rst +++ b/docs/api/frontends.rst @@ -42,17 +42,7 @@ The following requirements applies to any frontend implementation: specified events. -.. _frontend-implementations: - Frontend implementations ======================== -- :ref:`ext-http` - -- :ref:`ext-mpd` - -- `Mopidy-MPRIS `_ - -- `Mopidy-Notifier `_ - -- `Mopidy-Scrobbler `_ +See :ref:`ext-frontends`. diff --git a/docs/api/http-server.rst b/docs/api/http-server.rst index 45c8df58..ee6f55fb 100644 --- a/docs/api/http-server.rst +++ b/docs/api/http-server.rst @@ -187,3 +187,9 @@ http://localhost:6680/mywebclient/. }) # See the Extension API for the full details on this class + + +API implementors +================ + +See :ref:`ext-web`. diff --git a/docs/api/mixer.rst b/docs/api/mixer.rst index 90846fc6..6f02e3c9 100644 --- a/docs/api/mixer.rst +++ b/docs/api/mixer.rst @@ -17,6 +17,4 @@ Audio mixer API Mixer implementations ===================== -- `Mopidy-ALSAMixer `_ - -- :ref:`ext-softwaremixer` +See :ref:`ext-mixers`.