diff options
author | Jonathan Corbet <corbet@lwn.net> | 2023-11-17 23:07:51 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2023-11-17 23:07:51 +0300 |
commit | d591aefc6635694293a3088b3c7401504190bbec (patch) | |
tree | 0f78cd1826e671a78d65bc52c5f6c044119e62a8 /Documentation/admin-guide/media | |
parent | 7c49ca6b021380f7be67ec9896392ff316a8ac71 (diff) | |
parent | a4f58d70f238fd1761b4d048f512afccb5129888 (diff) | |
download | linux-d591aefc6635694293a3088b3c7401504190bbec.tar.xz |
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/admin-guide/media')
-rw-r--r-- | Documentation/admin-guide/media/index.rst | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/Documentation/admin-guide/media/index.rst b/Documentation/admin-guide/media/index.rst index 43f4a292b245..be7e0e4482ca 100644 --- a/Documentation/admin-guide/media/index.rst +++ b/Documentation/admin-guide/media/index.rst @@ -20,16 +20,8 @@ Documentation/driver-api/media/index.rst - for driver development information and Kernel APIs used by media devices; -The media subsystem -=================== - -.. only:: html - - .. class:: toc-title - - Table of Contents - .. toctree:: + :caption: Table of Contents :maxdepth: 2 :numbered: |