Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Documentation: dev-tools: properly format ToC headingss

"class:: toc-title" was a workaround for older Sphinx versions that are
no longer supported.

The canonical way to add a heading to the ToC is to use :caption:.
Do that.

Cc: Mauro Carvalho Chehab <mchehab@kernel.org>
Cc: gaochao <gaochao49@huawei.com>
Cc: Yanteng Si <siyanteng@loongson.cn>
Cc: Wu XiangCheng <bobwxc@email.cn>
Cc: Fangrui Song <maskray@google.com>
Cc: Wan Jiabing <wanjiabing@vivo.com>
Cc: Alex Shi <alexs@kernel.org>
Signed-off-by: Vegard Nossum <vegard.nossum@oracle.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20231027081830.195056-6-vegard.nossum@oracle.com

authored by

Vegard Nossum and committed by
Jonathan Corbet
93f85555 1f821382

+2 -8
+1 -4
Documentation/dev-tools/index.rst
··· 10 10 A brief overview of testing-specific tools can be found in 11 11 Documentation/dev-tools/testing-overview.rst 12 12 13 - .. class:: toc-title 14 - 15 - Table of contents 16 - 17 13 .. toctree:: 14 + :caption: Table of contents 18 15 :maxdepth: 2 19 16 20 17 testing-overview
+1 -4
Documentation/translations/zh_CN/dev-tools/index.rst
··· 14 14 有关测试专用工具的简要概述,参见 15 15 Documentation/translations/zh_CN/dev-tools/testing-overview.rst 16 16 17 - .. class:: toc-title 18 - 19 - 目录 20 - 21 17 .. toctree:: 18 + :caption: 目录 22 19 :maxdepth: 2 23 20 24 21 testing-overview