docs: Split backend docs into multiple files
This commit is contained in:
parent
16d44d5e36
commit
1b20c75d77
7
docs/api/backends/dummy.rst
Normal file
7
docs/api/backends/dummy.rst
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
*********************************************************
|
||||||
|
:mod:`mopidy.backends.dummy` -- Dummy backend for testing
|
||||||
|
*********************************************************
|
||||||
|
|
||||||
|
.. automodule:: mopidy.backends.dummy
|
||||||
|
:synopsis: Dummy backend used for testing
|
||||||
|
:members:
|
||||||
@ -82,25 +82,9 @@ Manages the music library, e.g. searching for tracks to be added to a playlist.
|
|||||||
:undoc-members:
|
:undoc-members:
|
||||||
|
|
||||||
|
|
||||||
:mod:`mopidy.backends.dummy` -- Dummy backend for testing
|
Backends
|
||||||
=========================================================
|
========
|
||||||
|
|
||||||
.. automodule:: mopidy.backends.dummy
|
* :mod:`mopidy.backends.dummy`
|
||||||
:synopsis: Dummy backend used for testing
|
* :mod:`mopidy.backends.libspotify`
|
||||||
:members:
|
* :mod:`mopidy.backends.local`
|
||||||
|
|
||||||
|
|
||||||
: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:
|
|
||||||
7
docs/api/backends/libspotify.rst
Normal file
7
docs/api/backends/libspotify.rst
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
*******************************************************
|
||||||
|
:mod:`mopidy.backends.libspotify` -- Libspotify backend
|
||||||
|
*******************************************************
|
||||||
|
|
||||||
|
.. automodule:: mopidy.backends.libspotify
|
||||||
|
:synopsis: Spotify backend using the libspotify library
|
||||||
|
:members:
|
||||||
7
docs/api/backends/local.rst
Normal file
7
docs/api/backends/local.rst
Normal 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:
|
||||||
@ -4,6 +4,10 @@
|
|||||||
|
|
||||||
A frontend is responsible for exposing Mopidy for a type of clients.
|
A frontend is responsible for exposing Mopidy for a type of clients.
|
||||||
|
|
||||||
|
.. automodule:: mopidy.frontends
|
||||||
|
:synopsis: Frontend API
|
||||||
|
:members:
|
||||||
|
|
||||||
|
|
||||||
Frontend API
|
Frontend API
|
||||||
============
|
============
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user