From 622a3c549442609b5a5b21c1950b92826b566527 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Thu, 7 May 2015 21:39:54 +0200 Subject: [PATCH] docs: Group API docs in sections --- docs/api/{concepts.rst => architecture.rst} | 6 +-- docs/api/index.rst | 46 +++++++++++++++++---- 2 files changed, 41 insertions(+), 11 deletions(-) rename docs/api/{concepts.rst => architecture.rst} (97%) diff --git a/docs/api/concepts.rst b/docs/api/architecture.rst similarity index 97% rename from docs/api/concepts.rst rename to docs/api/architecture.rst index 9c542777..b0789f49 100644 --- a/docs/api/concepts.rst +++ b/docs/api/architecture.rst @@ -1,8 +1,8 @@ .. _concepts: -************************* -Architecture and concepts -************************* +************ +Architecture +************ The overall architecture of Mopidy is organized around multiple frontends and backends. The frontends use the core API. The core actor makes multiple backends diff --git a/docs/api/index.rst b/docs/api/index.rst index b19d9e21..3a79af5d 100644 --- a/docs/api/index.rst +++ b/docs/api/index.rst @@ -10,20 +10,50 @@ API reference extensions. -.. toctree:: - :glob: +Concepts +======== - concepts +.. toctree:: + + architecture models + + +Basics +====== + +.. toctree:: + core frontend backend - audio - mixer - commands ext - config - zeroconf + + +Web/JavaScript +============== + +.. toctree:: + http-server http js + + +Audio +===== + +.. toctree:: + + audio + mixer + + +Utilities +========= + +.. toctree:: + + config + commands + zeroconf