docs: Add automodule doc of MpdHandler
This commit is contained in:
parent
f105b85428
commit
f9a9a0e82b
@ -106,6 +106,11 @@ requests and responses. Thus we have to talk a great deal with the the original
|
||||
to implement our own MPD server which is compatible with the numerous existing
|
||||
`MPD clients <http://mpd.wikia.com/wiki/Clients>`_.
|
||||
|
||||
.. toctree::
|
||||
:glob:
|
||||
|
||||
mpd/*
|
||||
|
||||
|
||||
spytify
|
||||
=======
|
||||
|
||||
8
docs/mpd/handler.rst
Normal file
8
docs/mpd/handler.rst
Normal file
@ -0,0 +1,8 @@
|
||||
********************************************************
|
||||
:mod:`mopidy.mpd.handler` -- MPD protocol implementation
|
||||
********************************************************
|
||||
|
||||
.. automodule:: mopidy.mpd.handler
|
||||
:synopsis: Our implementation of the MPD protocol.
|
||||
:members:
|
||||
:undoc-members:
|
||||
Loading…
Reference in New Issue
Block a user