mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 02:24:58 -06:00
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 <peter.maydell@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20200306171749.10756-7-peter.maydell@linaro.org
This commit is contained in:
parent
9165d323b0
commit
b29a59fb66
2 changed files with 9 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue