diff options
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-06-26 15:35:11 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2019-06-27 00:08:22 +0200 |
commit | 7c116d22ad23809767c5ec06affa19b9bb163d97 (patch) | |
tree | 771c90aba1747712e9a9f6ae7230181ffaec323a /Documentation/filesystems/index.rst | |
parent | scripts/sphinx-pre-install: fix out-of-tree build (diff) | |
download | linux-7c116d22ad23809767c5ec06affa19b9bb163d97.tar.xz linux-7c116d22ad23809767c5ec06affa19b9bb163d97.zip |
docs: filesystems: Remove uneeded .rst extension on toctables
There's no need to use a .rst on Sphinx toc tables. As most of
the Documentation don't use, remove the remaing occurrences.
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to '')
-rw-r--r-- | Documentation/filesystems/index.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/filesystems/index.rst b/Documentation/filesystems/index.rst index 35644840a690..1651173f1118 100644 --- a/Documentation/filesystems/index.rst +++ b/Documentation/filesystems/index.rst @@ -17,7 +17,7 @@ algorithms work. :maxdepth: 2 vfs - path-lookup.rst + path-lookup api-summary splice @@ -41,4 +41,4 @@ Documentation for individual filesystem types can be found here. .. toctree:: :maxdepth: 2 - binderfs.rst + binderfs |