[Intel-gfx] [PATCH 2/3] Documentation/gpu: Limit index to maxdepth=2
Balasubramani Vivekanandan
balasubramani.vivekanandan at intel.com
Tue Nov 15 09:48:01 UTC 2022
On 07.11.2022 09:32, Lucas De Marchi wrote:
> With a lot of sub-section it's a little bit hard to find the information
> needed in the main GPU index. Limit the maxdepth to 2 so it doesn't get
> poluted with noise from each driver and from other sections.
>
> Signed-off-by: Lucas De Marchi <lucas.demarchi at intel.com>
> ---
> Documentation/gpu/index.rst | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/gpu/index.rst b/Documentation/gpu/index.rst
> index b99dede9a5b1..1d9402d519be 100644
> --- a/Documentation/gpu/index.rst
> +++ b/Documentation/gpu/index.rst
> @@ -3,6 +3,7 @@ Linux GPU Driver Developer's Guide
> ==================================
>
> .. toctree::
> + :maxdepth: 2
I have a bit different opinion here. I find it helpful to search for a
topic if the headers remain uncollapsed.
A top level view is anyways available in the TOC shown in the left side
of the page which shows only the immediate next level headers.
Regards,
Bala
>
> introduction
> drm-internals
> --
> 2.38.1
>
More information about the Intel-gfx
mailing list