From: Peter Maydell Date: Fri, 6 Mar 2020 17:17:48 +0000 (+0000) Subject: docs/index.rst, docs/index.html.in: Reorder manuals X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=b29a59fb66b79e19f650b28b52aa017b8d8ab5c3;p=qemu.git docs/index.rst, docs/index.html.in: Reorder manuals Now that qemu-doc.html is no longer present, the ordering of manuals within the top-level index page looks a bit odd. Reshuffle so that the manuals the user is most likely to be interested in are at the top of the list, and the reference material is at the bottom. Similarly, we reorder the index.rst file used as the base of the "all manuals in one" documentation for readthedocs. The new order is: * system * user * tools * interop * specs * QMP reference (if present) * Guest agent protocol reference (if present) * devel (if present) Signed-off-by: Peter Maydell Reviewed-by: Richard Henderson Message-id: 20200306171749.10756-7-peter.maydell@linaro.org --- diff --git a/docs/index.html.in b/docs/index.html.in index cc19aad2ec..e9a160384c 100644 --- a/docs/index.html.in +++ b/docs/index.html.in @@ -7,13 +7,13 @@

QEMU @@VERSION@@ Documentation

diff --git a/docs/index.rst b/docs/index.rst index 376dab2885..763e3d0426 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -10,9 +10,9 @@ Welcome to QEMU's documentation! :maxdepth: 2 :caption: Contents: - interop/index - devel/index - specs/index system/index - tools/index user/index + tools/index + interop/index + specs/index + devel/index