Ver código fonte

docs/devel: drop :hidden: and :includehidden: tags

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>
Alex Bennée 3 anos atrás
pai
commit
ab20edf59d

+ 0 - 1
docs/devel/index-api.rst

@@ -6,7 +6,6 @@ generated from in-code annotations to function prototypes.
 
 
 .. toctree::
 .. toctree::
    :maxdepth: 2
    :maxdepth: 2
-   :includehidden:
 
 
    bitops
    bitops
    loads-stores
    loads-stores

+ 1 - 2
docs/devel/index-build.rst

@@ -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.
 the basics if you are adding new files and targets to the build.
 
 
 .. toctree::
 .. toctree::
-   :maxdepth: 2
-   :includehidden:
+   :maxdepth: 3
 
 
    build-system
    build-system
    kconfig
    kconfig

+ 0 - 1
docs/devel/index-internals.rst

@@ -5,7 +5,6 @@ Details about QEMU's various subsystems including how to add features to them.
 
 
 .. toctree::
 .. toctree::
    :maxdepth: 2
    :maxdepth: 2
-   :includehidden:
 
 
    qom
    qom
    atomics
    atomics

+ 0 - 1
docs/devel/index-process.rst

@@ -5,7 +5,6 @@ Notes about how to interact with the community and how and where to submit patch
 
 
 .. toctree::
 .. toctree::
    :maxdepth: 2
    :maxdepth: 2
-   :includehidden:
 
 
    code-of-conduct
    code-of-conduct
    conflict-resolution
    conflict-resolution

+ 0 - 1
docs/devel/index-tcg.rst

@@ -7,7 +7,6 @@ are only implementing things for HW accelerated hypervisors.
 
 
 .. toctree::
 .. toctree::
    :maxdepth: 2
    :maxdepth: 2
-   :includehidden:
 
 
    tcg
    tcg
    decodetree
    decodetree

+ 0 - 2
docs/devel/index.rst

@@ -8,8 +8,6 @@ modifying QEMU's source code.
 
 
 .. toctree::
 .. toctree::
    :maxdepth: 1
    :maxdepth: 1
-   :includehidden:
-
 
 
    index-process
    index-process
    index-build
    index-build

+ 0 - 1
docs/devel/qtest.rst

@@ -3,7 +3,6 @@ QTest Device Emulation Testing Framework
 ========================================
 ========================================
 
 
 .. toctree::
 .. toctree::
-   :hidden:
 
 
    qgraph
    qgraph