mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-05 20:35:44 +00:00
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>
This commit is contained in:
parent
396408ee92
commit
ab20edf59d
7 changed files with 1 additions and 9 deletions
|
@ -6,7 +6,6 @@ generated from in-code annotations to function prototypes.
|
|||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:includehidden:
|
||||
|
||||
bitops
|
||||
loads-stores
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -5,7 +5,6 @@ Details about QEMU's various subsystems including how to add features to them.
|
|||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:includehidden:
|
||||
|
||||
qom
|
||||
atomics
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -7,7 +7,6 @@ are only implementing things for HW accelerated hypervisors.
|
|||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:includehidden:
|
||||
|
||||
tcg
|
||||
decodetree
|
||||
|
|
|
@ -8,8 +8,6 @@ modifying QEMU's source code.
|
|||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
:includehidden:
|
||||
|
||||
|
||||
index-process
|
||||
index-build
|
||||
|
|
|
@ -3,7 +3,6 @@ QTest Device Emulation Testing Framework
|
|||
========================================
|
||||
|
||||
.. toctree::
|
||||
:hidden:
|
||||
|
||||
qgraph
|
||||
|
||||
|
|
Loading…
Reference in a new issue