docs/devel: drop :hidden: and :includehidden: tags
authorAlex Bennée <alex.bennee@linaro.org>
Tue, 19 Apr 2022 09:09:58 +0000 (10:09 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Wed, 20 Apr 2022 15:04:20 +0000 (16:04 +0100)
This was confusing and in the case of qtest was hiding the details of
the qgraph sub-document in the qtest pages.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Acked-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20220419091020.3008144-4-alex.bennee@linaro.org>

docs/devel/index-api.rst
docs/devel/index-build.rst
docs/devel/index-internals.rst
docs/devel/index-process.rst
docs/devel/index-tcg.rst
docs/devel/index.rst
docs/devel/qtest.rst

index b749240272b932b5f4bfe955e3a034f67f09752c..60c0d7459de816009b7716b6d1eb4f013be68086 100644 (file)
@@ -6,7 +6,6 @@ generated from in-code annotations to function prototypes.
 
 .. toctree::
    :maxdepth: 2
-   :includehidden:
 
    bitops
    loads-stores
index d96894f07c93a5166db260560677715d62cfb135..1002a533a6e5e9256d81e8c40e57aeee359e5172 100644 (file)
@@ -6,8 +6,7 @@ into our testing infrastructure. You will need to understand some of
 the basics if you are adding new files and targets to the build.
 
 .. toctree::
-   :maxdepth: 2
-   :includehidden:
+   :maxdepth: 3
 
    build-system
    kconfig
index bb118b8eaf8d831c05babd4d30d9496025a5e8b1..a50889c556b389e5f51c00710f75e4c317eed350 100644 (file)
@@ -5,7 +5,6 @@ Details about QEMU's various subsystems including how to add features to them.
 
 .. toctree::
    :maxdepth: 2
-   :includehidden:
 
    qom
    atomics
index 314e9e94cc0ef63c003af83eac6dcd0a281f60c8..d0d7a200fd37c6ff1cbaa60d38ba5ba44c5fa0bb 100644 (file)
@@ -5,7 +5,6 @@ Notes about how to interact with the community and how and where to submit patch
 
 .. toctree::
    :maxdepth: 2
-   :includehidden:
 
    code-of-conduct
    conflict-resolution
index 3acbd95d362fe3ac67385aeb3ee3d18ee33effc2..0b0ad12c22da4819b5a16a3d242403a24788cc30 100644 (file)
@@ -7,7 +7,6 @@ are only implementing things for HW accelerated hypervisors.
 
 .. toctree::
    :maxdepth: 2
-   :includehidden:
 
    tcg
    decodetree
index a68207052d87583aeedb8e3d59a2e494edfbf7e1..09cfb322beba0b3f6dac676dd50fd89fb2519da4 100644 (file)
@@ -8,8 +8,6 @@ modifying QEMU's source code.
 
 .. toctree::
    :maxdepth: 1
-   :includehidden:
-
 
    index-process
    index-build
index c3dceb6c8a1d88ec8969307209027549424eeee2..add293d39700c7f2d9510c51a28ff451db9ef53c 100644 (file)
@@ -3,7 +3,6 @@ QTest Device Emulation Testing Framework
 ========================================
 
 .. toctree::
-   :hidden:
 
    qgraph