From b24961799c1e0910c7f5c179e4cf9f962f4bede3 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Sun, 22 Aug 2010 23:36:23 +0200 Subject: [PATCH] Add docs for mopidy.frontends --- docs/api/frontends/index.rst | 18 ++++++++++++++++++ docs/api/{ => frontends}/mpd.rst | 0 2 files changed, 18 insertions(+) create mode 100644 docs/api/frontends/index.rst rename docs/api/{ => frontends}/mpd.rst (100%) diff --git a/docs/api/frontends/index.rst b/docs/api/frontends/index.rst new file mode 100644 index 00000000..052c7781 --- /dev/null +++ b/docs/api/frontends/index.rst @@ -0,0 +1,18 @@ +*********************** +:mod:`mopidy.frontends` +*********************** + +A frontend is responsible for exposing Mopidy for a type of clients. + + +Frontend API +============ + +A stable frontend API is not available yet, as we've only implemented a single +frontend module. + + +Frontends +========= + +* :mod:`mopidy.frontends.mpd` diff --git a/docs/api/mpd.rst b/docs/api/frontends/mpd.rst similarity index 100% rename from docs/api/mpd.rst rename to docs/api/frontends/mpd.rst