]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
docs: Move deprecation, build and license info out of system/
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 5 Jul 2021 09:55:44 +0000 (10:55 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Sun, 18 Jul 2021 09:59:47 +0000 (10:59 +0100)
Now that we have a single Sphinx manual rather than multiple manuals,
we can provide a better place for "common to all of QEMU" information
like the deprecation notices, build platforms, license information,
which we currently have in the system/ manual even though it applies
to all of QEMU.

Create a new directory about/ on the same level as system/, user/,
etc, and move these documents there.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Acked-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Message-id: 20210705095547.15790-5-peter.maydell@linaro.org

docs/about/build-platforms.rst [moved from docs/system/build-platforms.rst with 100% similarity]
docs/about/deprecated.rst [moved from docs/system/deprecated.rst with 100% similarity]
docs/about/index.rst [new file with mode: 0644]
docs/about/license.rst [moved from docs/system/license.rst with 100% similarity]
docs/about/removed-features.rst [moved from docs/system/removed-features.rst with 100% similarity]
docs/index.rst
docs/system/index.rst

diff --git a/docs/about/index.rst b/docs/about/index.rst
new file mode 100644 (file)
index 0000000..cd44456
--- /dev/null
@@ -0,0 +1,10 @@
+About QEMU
+==========
+
+.. toctree::
+   :maxdepth: 2
+
+   build-platforms
+   deprecated
+   removed-features
+   license
index 763e3d0426e8b15245b6ff0d0611a4396b1730ae..5f7eaaa632c4e1e4569bd9996801f071de1b0fe7 100644 (file)
@@ -10,6 +10,7 @@ Welcome to QEMU's documentation!
    :maxdepth: 2
    :caption: Contents:
 
+   about/index
    system/index
    user/index
    tools/index
index 058cabd36cc48f9b37ee6fda178741900fcc47a9..fda4b1b70546533bb7f8861b9f44313dd81dd4eb 100644 (file)
@@ -35,7 +35,3 @@ or Hypervisor.Framework.
    targets
    security
    multi-process
-   deprecated
-   removed-features
-   build-platforms
-   license