From 5c726c3228ab6ea805c5c03a45b121e848852efd Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Fri, 20 Jun 2014 00:13:06 +0200 Subject: [PATCH] docs: Lift manpage a level up since we only have one command now --- docs/{commands/mopidy.rst => command.rst} | 0 docs/commands/index.rst | 13 ------------- docs/conf.py | 2 +- docs/index.rst | 2 +- 4 files changed, 2 insertions(+), 15 deletions(-) rename docs/{commands/mopidy.rst => command.rst} (100%) delete mode 100644 docs/commands/index.rst diff --git a/docs/commands/mopidy.rst b/docs/command.rst similarity index 100% rename from docs/commands/mopidy.rst rename to docs/command.rst diff --git a/docs/commands/index.rst b/docs/commands/index.rst deleted file mode 100644 index bc169465..00000000 --- a/docs/commands/index.rst +++ /dev/null @@ -1,13 +0,0 @@ -.. _commands: - -******** -Commands -******** - -Mopidy comes with the following commands: - -.. toctree:: - :maxdepth: 1 - :glob: - - ** diff --git a/docs/conf.py b/docs/conf.py index 3ab34cfd..533f3fd5 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -142,7 +142,7 @@ latex_documents = [ man_pages = [ ( - 'commands/mopidy', + 'command', 'mopidy', 'music server', '', diff --git a/docs/index.rst b/docs/index.rst index 785f17a5..97350636 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -97,7 +97,7 @@ Reference :maxdepth: 2 glossary - commands/index + command api/index modules/index