docs: Split backend docs into multiple files

This commit is contained in:
Stein Magnus Jodal 2010-10-31 02:16:06 +02:00
parent 16d44d5e36
commit 1b20c75d77
5 changed files with 30 additions and 21 deletions

View File

@ -0,0 +1,7 @@
*********************************************************
:mod:`mopidy.backends.dummy` -- Dummy backend for testing
*********************************************************
.. automodule:: mopidy.backends.dummy
:synopsis: Dummy backend used for testing
:members:

View File

@ -82,25 +82,9 @@ Manages the music library, e.g. searching for tracks to be added to a playlist.
:undoc-members:
:mod:`mopidy.backends.dummy` -- Dummy backend for testing
=========================================================
Backends
========
.. automodule:: mopidy.backends.dummy
:synopsis: Dummy backend used for testing
:members:
:mod:`mopidy.backends.libspotify` -- Libspotify backend
=======================================================
.. automodule:: mopidy.backends.libspotify
:synopsis: Spotify backend using the libspotify library
:members:
:mod:`mopidy.backends.local` -- Local backend
=====================================================
.. automodule:: mopidy.backends.local
:synopsis: Backend for playing music files on local storage
:members:
* :mod:`mopidy.backends.dummy`
* :mod:`mopidy.backends.libspotify`
* :mod:`mopidy.backends.local`

View File

@ -0,0 +1,7 @@
*******************************************************
:mod:`mopidy.backends.libspotify` -- Libspotify backend
*******************************************************
.. automodule:: mopidy.backends.libspotify
:synopsis: Spotify backend using the libspotify library
:members:

View File

@ -0,0 +1,7 @@
*********************************************
:mod:`mopidy.backends.local` -- Local backend
*********************************************
.. automodule:: mopidy.backends.local
:synopsis: Backend for playing music files on local storage
:members:

View File

@ -4,6 +4,10 @@
A frontend is responsible for exposing Mopidy for a type of clients.
.. automodule:: mopidy.frontends
:synopsis: Frontend API
:members:
Frontend API
============