summaryrefslogtreecommitdiffstats
path: root/docs/devel
diff options
context:
space:
mode:
authorPeter Maydell2021-07-05 11:55:42 +0200
committerPeter Maydell2021-07-18 11:59:46 +0200
commitb4634487c44bd1cc664f45b63c98161dfd170784 (patch)
tree7c52babc02eb45d9bc506270c3316e79b2f2ce30 /docs/devel
parentdocs: Fix documentation Copyright date (diff)
downloadqemu-b4634487c44bd1cc664f45b63c98161dfd170784.tar.gz
qemu-b4634487c44bd1cc664f45b63c98161dfd170784.tar.xz
qemu-b4634487c44bd1cc664f45b63c98161dfd170784.zip
docs: Stop calling the top level subsections of our manual 'manuals'
We merged our previous multiple-manual setup into a single Sphinx manual, but we left some text in the various index.rst lines that still calls the top level subsections separate 'manuals'. Update them to talk about "this section of the manual" instead, and remove now-obsolete comments about how the index.rst files are the "top level page for the 'foo' manual". Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Acked-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Message-id: 20210705095547.15790-3-peter.maydell@linaro.org
Diffstat (limited to 'docs/devel')
-rw-r--r--docs/devel/index.rst5
1 files changed, 1 insertions, 4 deletions
diff --git a/docs/devel/index.rst b/docs/devel/index.rst
index 40a7e2ee6f..9299d2a502 100644
--- a/docs/devel/index.rst
+++ b/docs/devel/index.rst
@@ -1,10 +1,7 @@
-.. This is the top level page for the 'devel' manual.
-
-
Developer Information
=====================
-This manual documents various parts of the internals of QEMU.
+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
modifying QEMU's source code.