mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
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>
This commit is contained in:
parent
9f436194f9
commit
d8e8bcc3d8
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue