docs: Add automodule doc of MpdHandler

This commit is contained in:
Stein Magnus Jodal 2010-02-21 23:33:11 +01:00
parent f105b85428
commit f9a9a0e82b
2 changed files with 13 additions and 0 deletions

View File

@ -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
View 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: