From 9d62ef4cf368f442e3a8fddc30d26ff75bbf4ca9 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Tue, 24 Aug 2010 19:31:02 +0200 Subject: [PATCH] Generate doc for BaseFrontend --- docs/api/frontends/index.rst | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/api/frontends/index.rst b/docs/api/frontends/index.rst index 052c7781..805f5295 100644 --- a/docs/api/frontends/index.rst +++ b/docs/api/frontends/index.rst @@ -8,8 +8,14 @@ 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. +.. warning:: + + A stable frontend API is not available yet, as we've only implemented a + couple of frontend modules. + +.. automodule:: mopidy.frontends.base + :synopsis: Base class for frontends + :members: Frontends