From a9e53e06172571eb2a2bb6762430e433794d6b39 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Mon, 1 Nov 2010 22:00:13 +0100 Subject: [PATCH] docs: Rename 'backend api' to 'backend controller api', and 'provider api' to 'backend provider api' --- docs/api/backends.rst | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/api/backends.rst b/docs/api/backends.rst index 92334ab8..de1957e8 100644 --- a/docs/api/backends.rst +++ b/docs/api/backends.rst @@ -3,7 +3,7 @@ ********************** .. automodule:: mopidy.backends - :synopsis: Backend API + :synopsis: Backend APIs The backend, controller, and provider concepts @@ -33,16 +33,16 @@ Providers: "Stored\nplaylists\ncontroller" -> "Stored\nplaylist\nproviders" Backend -> Mixer -.. _backend-api: +.. _backend-controller-api: -Backend API -=========== +Backend controller API +====================== .. note:: - The backend API is the interface that is used by frontends like + The backend controller API is the interface that is used by frontends like :mod:`mopidy.frontends.mpd`. If you want to implement your own backend, see - the :ref:`provider-api`. + the :ref:`backend-provider-api`. .. autoclass:: mopidy.backends.base.BaseBackend :members: @@ -96,16 +96,16 @@ Manages the music library, e.g. searching for tracks to be added to a playlist. :undoc-members: -.. _provider-api: +.. _backend-provider-api: -Provider API -============ +Backend provider API +==================== .. note:: - The provider API is the interface that must be implemented when you create - a backend. If you are working on a frontend and need to access the backend, - see the :ref:`backend-api`. + The backend provider API is the interface that must be implemented when you + create a backend. If you are working on a frontend and need to access the + backend, see the :ref:`backend-controller-api`. Playback provider