]> git.proxmox.com Git - mirror_qemu.git/commitdiff
docs: standardize directory index to --- with overline
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 7 Sep 2021 14:01:28 +0000 (16:01 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 13 Sep 2021 11:56:26 +0000 (13:56 +0200)
Use a standard heading format for the index.rst file in a directory.
Using overlines makes it clear that individual documents can use e.g.
=== for chapter titles and --- for section titles, as suggested in the
Linux kernel guidelines[1].  They could do it anyway, because documents
included in a toctree are parsed separately and therefore are not tied
to the same conventions for headings.  However, keeping some consistency is
useful since sometimes files are included from multiple places.

[1] https://www.kernel.org/doc/html/latest/doc-guide/sphinx.html

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
docs/about/index.rst
docs/devel/index.rst
docs/interop/index.rst
docs/specs/index.rst
docs/system/index.rst
docs/tools/index.rst
docs/user/index.rst

index beb762aa0a9dda20b76701b522808885ffa0bcd4..5bea653c07cf1465dea7ee0e5eab59987c7c1ac6 100644 (file)
@@ -1,5 +1,6 @@
+----------
 About QEMU
 About QEMU
-==========
+----------
 
 QEMU is a generic and open source machine emulator and virtualizer.
 
 
 QEMU is a generic and open source machine emulator and virtualizer.
 
index 5522db72411f75ba713c569758ed80037f8dfed0..f95df10b3eb1ee4177f0fca9767f41c793951ab3 100644 (file)
@@ -1,5 +1,6 @@
+---------------------
 Developer Information
 Developer Information
-=====================
+---------------------
 
 This section of the manual documents various parts of the internals of QEMU.
 You only need to read it if you are interested in reading or
 
 This section of the manual documents various parts of the internals of QEMU.
 You only need to read it if you are interested in reading or
index f9801a9c202b6ab510b942640e44381052a80bbf..47b9ed82bbc039c5e6739843248a120157c0f870 100644 (file)
@@ -1,5 +1,6 @@
+------------------------------------------------
 System Emulation Management and Interoperability
 System Emulation Management and Interoperability
-================================================
+------------------------------------------------
 
 This section of the manual contains documents and specifications that
 are useful for making QEMU interoperate with other software.
 
 This section of the manual contains documents and specifications that
 are useful for making QEMU interoperate with other software.
index 65e9663916af1fcfad07e7edc6c4bf8d3e0ae3e8..ecc43896bb21d8cd257cb0f0ff7229020d9c5db1 100644 (file)
@@ -1,5 +1,6 @@
+----------------------------------------------
 System Emulation Guest Hardware Specifications
 System Emulation Guest Hardware Specifications
-==============================================
+----------------------------------------------
 
 This section of the manual contains specifications of
 guest hardware that is specific to QEMU.
 
 This section of the manual contains specifications of
 guest hardware that is specific to QEMU.
index 7b9276c05f0de46634c88d84dad8229eb4f68315..73bbedbc22d495d9557f8989caf0ebf023d36b55 100644 (file)
@@ -1,5 +1,6 @@
+----------------
 System Emulation
 System Emulation
-================
+----------------
 
 This section of the manual is the overall guide for users using QEMU
 for full system emulation (as opposed to user-mode emulation).
 
 This section of the manual is the overall guide for users using QEMU
 for full system emulation (as opposed to user-mode emulation).
index ef6041a490f365394194db4764bd50761422e4d5..1edd5a8054a6eb98bf4debd57b8a8d0caaaee2a1 100644 (file)
@@ -1,5 +1,6 @@
+-----
 Tools
 Tools
-=====
+-----
 
 This section of the manual documents QEMU's "tools": its
 command line utilities and other standalone programs.
 
 This section of the manual documents QEMU's "tools": its
 command line utilities and other standalone programs.
index 9faa4badd78f90c2872a2ac126c834d852e9b687..2c4e29f3dbc34f5ee95570362d1279a6bf2ebeef 100644 (file)
@@ -1,5 +1,6 @@
+-------------------
 User Mode Emulation
 User Mode Emulation
-===================
+-------------------
 
 This section of the manual is the overall guide for users using QEMU
 for user-mode emulation.  In this mode, QEMU can launch
 
 This section of the manual is the overall guide for users using QEMU
 for user-mode emulation.  In this mode, QEMU can launch