public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] docs: doc-guide: remove the extension from .rst files
@ 2019-04-19 10:30 Mauro Carvalho Chehab
  2019-04-19 10:30 ` [PATCH 2/2] docs: hwmon: " Mauro Carvalho Chehab
  2019-04-19 18:47 ` [PATCH 1/2] docs: doc-guide: " Jonathan Corbet
  0 siblings, 2 replies; 8+ messages in thread
From: Mauro Carvalho Chehab @ 2019-04-19 10:30 UTC (permalink / raw)
  To: Linux Doc Mailing List
  Cc: Mauro Carvalho Chehab, Mauro Carvalho Chehab, linux-kernel,
	Jonathan Corbet, Jani Nikula

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>
---
 Documentation/doc-guide/index.rst | 6 +++---
 1 file 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
 
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* Re: [PATCH] docs: hwmon: remove the extension from .rst files
@ 2019-04-22 17:35 Guenter Roeck
  2019-04-22 17:42 ` Mauro Carvalho Chehab
  0 siblings, 1 reply; 8+ messages in thread
From: Guenter Roeck @ 2019-04-22 17:35 UTC (permalink / raw)
  To: Mauro Carvalho Chehab
  Cc: Linux Doc Mailing List, Mauro Carvalho Chehab, linux-kernel,
	Jonathan Corbet, Jean Delvare, linux-hwmon, Jani Nikula

On Mon, Apr 22, 2019 at 08:14:55AM -0300, Mauro Carvalho Chehab wrote:
> 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>
> ---
>  Documentation/hwmon/index.rst | 322 +++++++++++++++++-----------------
>  1 file changed, 161 insertions(+), 161 deletions(-)
> 
> diff --git a/Documentation/hwmon/index.rst b/Documentation/hwmon/index.rst
> index 3fa14fe7b49c..ee090e51653a 100644
> --- a/Documentation/hwmon/index.rst
> +++ b/Documentation/hwmon/index.rst
> @@ -5,11 +5,11 @@ Linux Hardware Monitoring
>  .. toctree::
>     :maxdepth: 1
>  
...
> -   ir38064.rst
> -   isl68137.rst
...
> -   lochnagar.rst

You never actually sent the patches to convert the above files to .rst.
It looks like you did convert the files in your tree and added them to
the index. Since I don't have those patches, this patch does not apply.

Guenter

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2019-04-22 22:30 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-19 10:30 [PATCH 1/2] docs: doc-guide: remove the extension from .rst files Mauro Carvalho Chehab
2019-04-19 10:30 ` [PATCH 2/2] docs: hwmon: " Mauro Carvalho Chehab
2019-04-19 10:47   ` Jean Delvare
2019-04-22 11:14     ` [PATCH] " Mauro Carvalho Chehab
2019-04-22 22:30       ` Guenter Roeck
2019-04-19 18:47 ` [PATCH 1/2] docs: doc-guide: " Jonathan Corbet
  -- strict thread matches above, loose matches on Subject: below --
2019-04-22 17:35 [PATCH] docs: hwmon: " Guenter Roeck
2019-04-22 17:42 ` Mauro Carvalho Chehab

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox