diff --git a/docs/development.rst b/docs/development.rst index 116442e6..29d2d9ce 100644 --- a/docs/development.rst +++ b/docs/development.rst @@ -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 `_. +.. toctree:: + :glob: + + mpd/* + spytify ======= diff --git a/docs/mpd/handler.rst b/docs/mpd/handler.rst new file mode 100644 index 00000000..2fcd2302 --- /dev/null +++ b/docs/mpd/handler.rst @@ -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: