Skip to content

Commit 0d4c7ea

Browse files
author
Markus Armbruster
committed
docs/interop: Sanitize QMP reference manuals TOC
The "QEMU QMP Reference Manual" and the "QEMU Storage Daemon QMP Reference Manual" start with a table of contents that looks like this: Contents * Title of the manual * Title of first first-level section * Title of its first second-level section * Title of its second second-level section ... * Title of second first-level section ... The first level is useless. Drop it. While there, delete the option that limits the TOC to depth 3. Its actual depth was 3 before the patch, and is now 2. Signed-off-by: Markus Armbruster <[email protected]> Message-ID: <[email protected]> Reviewed-by: Eric Blake <[email protected]>
1 parent ae75c37 commit 0d4c7ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/interop/qemu-qmp-ref.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ QEMU QMP Reference Manual
44
=========================
55

66
.. contents::
7-
:depth: 3
7+
:local:
88

99
.. qapi-doc:: qapi/qapi-schema.json
1010
:transmogrify:

docs/interop/qemu-storage-daemon-qmp-ref.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ QEMU Storage Daemon QMP Reference Manual
22
========================================
33

44
.. contents::
5-
:depth: 3
5+
:local:
66

77
.. qapi-doc:: storage-daemon/qapi/qapi-schema.json
88
:transmogrify:

0 commit comments

Comments
 (0)