From 39ecf2b5763562fd934210867baa4b9ef8e66bce Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Sun, 28 Feb 2010 15:03:36 +0100 Subject: [PATCH] Make API docs a top-level section --- docs/api/index.rst | 8 ++++++++ docs/development.rst | 9 --------- docs/index.rst | 1 + 3 files changed, 9 insertions(+), 9 deletions(-) create mode 100644 docs/api/index.rst diff --git a/docs/api/index.rst b/docs/api/index.rst new file mode 100644 index 00000000..86f4e06e --- /dev/null +++ b/docs/api/index.rst @@ -0,0 +1,8 @@ +***************** +API documentation +***************** + +.. toctree:: + :glob: + + ** diff --git a/docs/development.rst b/docs/development.rst index 7a0dc574..60004533 100644 --- a/docs/development.rst +++ b/docs/development.rst @@ -15,15 +15,6 @@ modular, so we can extend it with other backends in the future, like file playback and other online music services such as Last.fm. -API documentation -================= - -.. toctree:: - :glob: - - api/** - - Code style ========== diff --git a/docs/index.rst b/docs/index.rst index ed92375c..72da0107 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -10,6 +10,7 @@ Contents installation settings development + api/index Indices and tables ==================