diff options
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-04-19 07:30:51 -0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2019-04-19 12:46:27 -0600 |
commit | d8e8bcc3d8de530da43de16bf9cd89aa553ae290 (patch) | |
tree | 4cb432afa6238bb29d6160d4cbf80b685f676503 /Documentation | |
parent | 9f436194f98547a847ab2529861d7cf22273f32c (diff) | |
download | linux-stable-d8e8bcc3d8de530da43de16bf9cd89aa553ae290.tar.gz linux-stable-d8e8bcc3d8de530da43de16bf9cd89aa553ae290.tar.bz2 linux-stable-d8e8bcc3d8de530da43de16bf9cd89aa553ae290.zip |
docs: doc-guide: remove the extension from .rst files
On almost all places, we're including ReST files without the
extension.
Let's remove the extension here as well, in order to use just
one standard.
Suggested-by: Jani Nikula <jani.nikula@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/doc-guide/index.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/doc-guide/index.rst b/Documentation/doc-guide/index.rst index a7f95d7d3a63..603f3ff55d5a 100644 --- a/Documentation/doc-guide/index.rst +++ b/Documentation/doc-guide/index.rst @@ -7,9 +7,9 @@ How to write kernel documentation .. toctree:: :maxdepth: 1 - sphinx.rst - kernel-doc.rst - parse-headers.rst + sphinx + kernel-doc + parse-headers .. only:: subproject and html |