docs: Add mopidy.local.Library docs

This commit is contained in:
Stein Magnus Jodal 2014-01-11 19:47:49 +01:00
parent 719c67341b
commit f7407b6213
2 changed files with 9 additions and 1 deletions

View File

@ -105,7 +105,7 @@ whatever the current active library is with data. Only one library may be
active at a time.
To create a new library provider you must create class that implements the
:class:`~mopidy.local.Library` interface and install it in the extension
:class:`mopidy.local.Library` interface and install it in the extension
registry under ``local:library``. Any data that the library needs to store on
disc should be stored in :confval:`local/data_dir` using the library name as
part of the filename or directory to avoid any conflicts.

8
docs/modules/local.rst Normal file
View File

@ -0,0 +1,8 @@
************************************
:mod:`mopidy.local` -- Local backend
************************************
For details on how to use Mopidy's local backend, see :ref:`ext-local`.
.. automodule:: mopidy.local
:synopsis: Local backend