diff options
author | Jonathan Corbet <corbet@lwn.net> | 2023-11-17 21:07:51 +0100 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2023-11-17 21:07:51 +0100 |
commit | d591aefc6635694293a3088b3c7401504190bbec (patch) | |
tree | 0f78cd1826e671a78d65bc52c5f6c044119e62a8 /Documentation/driver-api | |
parent | Documentation: Fix filename typo in ftrace doc (diff) | |
parent | docs: remove .toc-title class (diff) | |
download | linux-d591aefc6635694293a3088b3c7401504190bbec.tar.xz linux-d591aefc6635694293a3088b3c7401504190bbec.zip |
Merge branch 'vegard' into docs-mw
Vegard Nossum writes:
This patch series replaces some instances of 'class:: toc-title' with
toctree's :caption: attribute, see the last patch in the series for some
more rationale/explanation.
Diffstat (limited to 'Documentation/driver-api')
-rw-r--r-- | Documentation/driver-api/index.rst | 5 | ||||
-rw-r--r-- | Documentation/driver-api/media/index.rst | 7 | ||||
-rw-r--r-- | Documentation/driver-api/mei/index.rst | 7 | ||||
-rw-r--r-- | Documentation/driver-api/pci/index.rst | 5 |
4 files changed, 4 insertions, 20 deletions
diff --git a/Documentation/driver-api/index.rst b/Documentation/driver-api/index.rst index f549a68951d7..48bd9921d937 100644 --- a/Documentation/driver-api/index.rst +++ b/Documentation/driver-api/index.rst @@ -9,11 +9,8 @@ of device drivers. This document is an only somewhat organized collection of some of those interfaces — it will hopefully get better over time! The available subsections can be seen below. -.. class:: toc-title - - Table of contents - .. toctree:: + :caption: Table of contents :maxdepth: 2 driver-model/index diff --git a/Documentation/driver-api/media/index.rst b/Documentation/driver-api/media/index.rst index 08e206567408..d5593182a3f9 100644 --- a/Documentation/driver-api/media/index.rst +++ b/Documentation/driver-api/media/index.rst @@ -20,13 +20,8 @@ Documentation/userspace-api/media/index.rst - for the userspace APIs used on media devices. -.. only:: html - - .. class:: toc-title - - Table of Contents - .. toctree:: + :caption: Table of Contents :maxdepth: 5 :numbered: diff --git a/Documentation/driver-api/mei/index.rst b/Documentation/driver-api/mei/index.rst index 3a22b522ee78..eae6f18f18cf 100644 --- a/Documentation/driver-api/mei/index.rst +++ b/Documentation/driver-api/mei/index.rst @@ -9,13 +9,8 @@ Intel(R) Management Engine Interface (Intel(R) MEI) **Copyright** |copy| 2019 Intel Corporation -.. only:: html - - .. class:: toc-title - - Table of Contents - .. toctree:: + :caption: Table of Contents :maxdepth: 3 mei diff --git a/Documentation/driver-api/pci/index.rst b/Documentation/driver-api/pci/index.rst index c6cf1fef61ce..a38e475cdbe3 100644 --- a/Documentation/driver-api/pci/index.rst +++ b/Documentation/driver-api/pci/index.rst @@ -4,11 +4,8 @@ The Linux PCI driver implementer's API guide ============================================ -.. class:: toc-title - - Table of contents - .. toctree:: + :caption: Table of contents :maxdepth: 2 pci |