From f9a9a0e82b661980bd6c341a82e558c06e7000e2 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Sun, 21 Feb 2010 23:33:11 +0100 Subject: [PATCH] docs: Add automodule doc of MpdHandler --- docs/development.rst | 5 +++++ docs/mpd/handler.rst | 8 ++++++++ 2 files changed, 13 insertions(+) create mode 100644 docs/mpd/handler.rst 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: