From 2825b37bd950de191713df78ea5f530984267c48 Mon Sep 17 00:00:00 2001 From: Nyall Dawson Date: Thu, 15 Aug 2024 08:24:23 +1000 Subject: [PATCH] Don't show lists of members in the class index pages Instead, only show the class names. This reduces the size of eg the "core" index page and makes it easier to find relevant classes --- scripts/make_api_rst.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/make_api_rst.py b/scripts/make_api_rst.py index 45a7863b55e1..32fe0d7cc1ce 100755 --- a/scripts/make_api_rst.py +++ b/scripts/make_api_rst.py @@ -143,7 +143,7 @@ def ltr_tag(v): =================================== .. toctree:: - :maxdepth: 4 + :maxdepth: 1 :caption: PACKAGENAME: """