aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/crypto
diff options
context:
space:
mode:
authorJonathan Corbet <corbet@lwn.net>2023-11-17 13:07:51 -0700
committerJonathan Corbet <corbet@lwn.net>2023-11-17 13:07:51 -0700
commitd591aefc6635694293a3088b3c7401504190bbec (patch)
tree0f78cd1826e671a78d65bc52c5f6c044119e62a8 /Documentation/crypto
parent7c49ca6b021380f7be67ec9896392ff316a8ac71 (diff)
parenta4f58d70f238fd1761b4d048f512afccb5129888 (diff)
downloadlinux-d591aefc6635694293a3088b3c7401504190bbec.tar.gz
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/crypto')
-rw-r--r--Documentation/crypto/api.rst5
-rw-r--r--Documentation/crypto/index.rst5
2 files changed, 2 insertions, 8 deletions
diff --git a/Documentation/crypto/api.rst b/Documentation/crypto/api.rst
index b91b31736df8b..ff31c30561d4f 100644
--- a/Documentation/crypto/api.rst
+++ b/Documentation/crypto/api.rst
@@ -1,11 +1,8 @@
Programming Interface
=====================
-.. class:: toc-title
-
- Table of contents
-
.. toctree::
+ :caption: Table of contents
:maxdepth: 2
api-skcipher
diff --git a/Documentation/crypto/index.rst b/Documentation/crypto/index.rst
index da5d5ad2bdf33..10647c5ae2ea9 100644
--- a/Documentation/crypto/index.rst
+++ b/Documentation/crypto/index.rst
@@ -9,11 +9,8 @@ This documentation outlines the Linux kernel crypto API with its
concepts, details about developing cipher implementations, employment of the API
for cryptographic use cases, as well as programming examples.
-.. class:: toc-title
-
- Table of contents
-
.. toctree::
+ :caption: Table of contents
:maxdepth: 2
intro