Skip to content

Commit 8a1f7d2

Browse files
committed
docs: standardize book titles to === with overline
Documents within a Sphinx manual are separate files and therefore can use different conventions for headings. However, keeping some consistency is useful so that included files are easy to get right. This patch uses a standard heading format for book titles, so that it is obvious when a file sits at the top level toctree of a book or man page. The heading is irrelevant for man pages, but keep it consistent as well. Reviewed-by: Peter Maydell <[email protected]> Signed-off-by: Paolo Bonzini <[email protected]>
1 parent 52fb8ad commit 8a1f7d2

File tree

9 files changed

+11
-2
lines changed

9 files changed

+11
-2
lines changed

docs/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
You can adapt this file completely to your liking, but it should at least
44
contain the root `toctree` directive.
55
6+
================================
67
Welcome to QEMU's documentation!
78
================================
89

docs/system/qemu-block-drivers.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
:orphan:
22

3+
============================
34
QEMU block drivers reference
45
============================
56

docs/system/qemu-cpu-models.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
:orphan:
22

3+
==================================
34
QEMU / KVM CPU model configuration
45
==================================
56

docs/system/qemu-manpage.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66
parts of the documentation that go in the manpage as well as the
77
HTML manual.
88
9-
Title
10-
=====
9+
=======================
10+
QEMU User Documentation
11+
=======================
1112

1213
Synopsis
1314
--------

docs/tools/qemu-img.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
=======================
12
QEMU disk image utility
23
=======================
34

docs/tools/qemu-nbd.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
=====================================
12
QEMU Disk Network Block Device Server
23
=====================================
34

docs/tools/qemu-pr-helper.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
==================================
12
QEMU persistent reservation helper
23
==================================
34

docs/tools/qemu-storage-daemon.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
===================
12
QEMU Storage Daemon
23
===================
34

docs/tools/qemu-trace-stap.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
=========================
12
QEMU SystemTap trace tool
23
=========================
34

0 commit comments

Comments
 (0)