doc: reduce index depth of most guides
Checks
Commit Message
The guides having a diverse list of multiple drivers or tools
are easier to browse with an index limited
to the first headings (depth 1).
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
---
doc/guides/bbdevs/index.rst | 2 +-
doc/guides/compressdevs/index.rst | 2 +-
doc/guides/cryptodevs/index.rst | 2 +-
doc/guides/dmadevs/index.rst | 2 +-
doc/guides/eventdevs/index.rst | 2 +-
doc/guides/faq/index.rst | 2 +-
doc/guides/gpus/index.rst | 2 +-
doc/guides/howto/index.rst | 2 +-
doc/guides/mempool/index.rst | 2 +-
doc/guides/mldevs/index.rst | 2 +-
doc/guides/nics/index.rst | 2 +-
doc/guides/platform/index.rst | 2 +-
doc/guides/rawdevs/index.rst | 2 +-
doc/guides/regexdevs/index.rst | 2 +-
doc/guides/sample_app_ug/index.rst | 2 +-
doc/guides/tools/index.rst | 2 +-
doc/guides/vdpadevs/index.rst | 2 +-
17 files changed, 17 insertions(+), 17 deletions(-)
@@ -5,7 +5,7 @@ Baseband Device Drivers
=======================
.. toctree::
- :maxdepth: 2
+ :maxdepth: 1
:numbered:
overview
@@ -6,7 +6,7 @@ Compression Device Drivers
.. toctree::
- :maxdepth: 2
+ :maxdepth: 1
:numbered:
overview
@@ -6,7 +6,7 @@ Crypto Device Drivers
.. toctree::
- :maxdepth: 2
+ :maxdepth: 1
:numbered:
overview
@@ -8,7 +8,7 @@ The following are a list of DMA device drivers, which can be used from
an application through DMA API.
.. toctree::
- :maxdepth: 2
+ :maxdepth: 1
:numbered:
cnxk
@@ -8,7 +8,7 @@ The following are a list of event device PMDs, which can be used from an
application through the eventdev API.
.. toctree::
- :maxdepth: 2
+ :maxdepth: 1
:numbered:
overview
@@ -7,7 +7,7 @@ FAQ
This document contains some Frequently Asked Questions that arise when working with DPDK.
.. toctree::
- :maxdepth: 2
+ :maxdepth: 1
:numbered:
faq
@@ -5,7 +5,7 @@ General-Purpose Graphics Processing Unit Drivers
================================================
.. toctree::
- :maxdepth: 2
+ :maxdepth: 1
:numbered:
overview
@@ -5,7 +5,7 @@ HowTo Guides
============
.. toctree::
- :maxdepth: 2
+ :maxdepth: 1
:numbered:
af_xdp_dp
@@ -8,7 +8,7 @@ The following are a list of mempool PMDs, which can be used from an
application through the mempool API.
.. toctree::
- :maxdepth: 2
+ :maxdepth: 1
:numbered:
cnxk
@@ -8,7 +8,7 @@ The following are a list of ML device PMDs,
which can be used from an application through the ML device API.
.. toctree::
- :maxdepth: 2
+ :maxdepth: 1
:numbered:
cnxk
@@ -5,7 +5,7 @@ Network Interface Controller Drivers
====================================
.. toctree::
- :maxdepth: 3
+ :maxdepth: 1
:numbered:
overview
@@ -7,7 +7,7 @@ Platform Specific Guides
The following are platform specific guides and setup information.
.. toctree::
- :maxdepth: 2
+ :maxdepth: 1
:numbered:
bluefield
@@ -8,7 +8,7 @@ The following are a list of raw device PMDs, which can be used from an
application through rawdev API.
.. toctree::
- :maxdepth: 2
+ :maxdepth: 1
:numbered:
cnxk_bphy
@@ -8,7 +8,7 @@ The following are a list of RegEx (Regular Expression) device drivers,
which can be used from an application through RegEx API.
.. toctree::
- :maxdepth: 2
+ :maxdepth: 1
:numbered:
features_overview
@@ -5,7 +5,7 @@ Sample Applications User Guides
===============================
.. toctree::
- :maxdepth: 2
+ :maxdepth: 1
:numbered:
intro
@@ -5,7 +5,7 @@ DPDK Tools User Guides
======================
.. toctree::
- :maxdepth: 2
+ :maxdepth: 1
:numbered:
hugepages
@@ -8,7 +8,7 @@ The following are a list of vDPA (vHost Data Path Acceleration) device drivers,
which can be used from an application through vhost API.
.. toctree::
- :maxdepth: 2
+ :maxdepth: 1
:numbered:
features_overview