[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 06/12] docs/index.rst, docs/index.html.in: Reorder manuals
From: |
Peter Maydell |
Subject: |
[PULL 06/12] docs/index.rst, docs/index.html.in: Reorder manuals |
Date: |
Thu, 12 Mar 2020 11:44:02 +0000 |
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 <address@hidden>
Reviewed-by: Richard Henderson <address@hidden>
Message-id: address@hidden
---
docs/index.html.in | 10 +++++-----
docs/index.rst | 8 ++++----
2 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/docs/index.html.in b/docs/index.html.in
index cc19aad2ec5..e9a160384cf 100644
--- a/docs/index.html.in
+++ b/docs/index.html.in
@@ -7,13 +7,13 @@
<body>
<h1>QEMU @@VERSION@@ Documentation</h1>
<ul>
- <li><a href="qemu-qmp-ref.html">QMP Reference Manual</a></li>
- <li><a href="qemu-ga-ref.html">Guest Agent Protocol
Reference</a></li>
+ <li><a href="system/index.html">System Emulation User's
Guide</a></li>
+ <li><a href="user/index.html">User Mode Emulation User's
Guide</a></li>
+ <li><a href="tools/index.html">Tools Guide</a></li>
<li><a href="interop/index.html">System Emulation Management and
Interoperability Guide</a></li>
<li><a href="specs/index.html">System Emulation Guest Hardware
Specifications</a></li>
- <li><a href="system/index.html">System Emulation User's
Guide</a></li>
- <li><a href="tools/index.html">Tools Guide</a></li>
- <li><a href="user/index.html">User Mode Emulation User's
Guide</a></li>
+ <li><a href="qemu-qmp-ref.html">QMP Reference Manual</a></li>
+ <li><a href="qemu-ga-ref.html">Guest Agent Protocol
Reference</a></li>
</ul>
</body>
</html>
diff --git a/docs/index.rst b/docs/index.rst
index 376dab28850..763e3d0426e 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
--
2.20.1
- [PULL 00/12] docs queue, Peter Maydell, 2020/03/12
- [PULL 01/12] Makefile: Remove redundant Texinfo related code, Peter Maydell, 2020/03/12
- [PULL 02/12] Update comments in .hx files that mention Texinfo, Peter Maydell, 2020/03/12
- [PULL 03/12] hxtool: Remove Texinfo generation support, Peter Maydell, 2020/03/12
- [PULL 04/12] docs/sphinx/hxtool.py: Remove STEXI/ETEXI support, Peter Maydell, 2020/03/12
- [PULL 05/12] Makefile: Make all Sphinx documentation depend on the extensions, Peter Maydell, 2020/03/12
- [PULL 06/12] docs/index.rst, docs/index.html.in: Reorder manuals,
Peter Maydell <=
- [PULL 07/12] docs/qemu-option-trace.rst.inc: Remove redundant comment, Peter Maydell, 2020/03/12
- [PULL 08/12] Makefile: Allow for subdirectories in Sphinx manual dependencies, Peter Maydell, 2020/03/12
- [PULL 10/12] docs/system/target-arm.rst: Add some introductory text, Peter Maydell, 2020/03/12
- [PULL 11/12] docs: Move arm-cpu-features.rst into the system manual, Peter Maydell, 2020/03/12
- [PULL 09/12] docs/system: Split target-arm.rst into sub-documents, Peter Maydell, 2020/03/12
- [PULL 12/12] docs: Be consistent about capitalization of 'Arm', Peter Maydell, 2020/03/12
- Re: [PULL 00/12] docs queue, Peter Maydell, 2020/03/12