public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <greg@kroah.com>
To: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Cc: Linux Doc Mailing List <linux-doc@vger.kernel.org>,
	Mauro Carvalho Chehab <mchehab@infradead.org>,
	Markus Heiser <markus.heiser@darmarit.de>,
	Jonathan Corbet <corbet@lwn.net>,
	Jani Nikula <jani.nikula@linux.intel.com>,
	LKML <linux-kernel@vger.kernel.org>,
	stable@vger.kernel.org
Subject: Re: [PATCH v4 17/29] Documentation/stable_kernel_rules.txt: convert it to ReST markup
Date: Tue, 20 Sep 2016 09:08:19 +0200	[thread overview]
Message-ID: <20160920070819.GA9768@kroah.com> (raw)
In-Reply-To: <4f5c993043d3be4f39e3f1d781d074bfadc7b832.1474280152.git.mchehab@s-opensource.com>

On Mon, Sep 19, 2016 at 08:07:51AM -0300, Mauro Carvalho Chehab wrote:
> - use ReST markups for section headers;
> - add cross-references to the options;
> - mark code blocks;
> - a few minor changes to make Sphinx happy.
> 
> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
> ---
>  Documentation/stable_kernel_rules.txt | 101 +++++++++++++++++++++++-----------
>  1 file changed, 68 insertions(+), 33 deletions(-)
> 

Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

  reply	other threads:[~2016-09-20  7:08 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-19 11:07 [PATCH v4 00/29] Create a book for Kernel development Mauro Carvalho Chehab
2016-09-19 11:07 ` [PATCH v4 01/29] doc-rst: add CSS styles for :kbd: and :menuselection: Mauro Carvalho Chehab
2016-09-19 11:07 ` [PATCH v4 02/29] doc: development-process: convert it to ReST markup Mauro Carvalho Chehab
2016-09-19 11:07 ` [PATCH v4 03/29] doc: development-process: rename files to rst Mauro Carvalho Chehab
2016-09-19 11:07 ` [PATCH v4 04/29] docs-rst: create a book for the development process Mauro Carvalho Chehab
2016-09-19 11:07 ` [PATCH v4 05/29] Documentation/HOWTO: convert to ReST notation Mauro Carvalho Chehab
2016-09-19 11:07 ` [PATCH v4 06/29] Documentation/applying-patches.txt: convert it to ReST markup Mauro Carvalho Chehab
2016-09-19 11:07 ` [PATCH v4 07/29] Documentation/applying-patches.txt: Update the information there Mauro Carvalho Chehab
2016-09-19 11:07 ` [PATCH v4 08/29] Documentation/Changes: convert it to ReST markup Mauro Carvalho Chehab
2016-09-19 11:07 ` [PATCH v4 09/29] Documentation/Changes: add minimal requirements for documentation build Mauro Carvalho Chehab
2016-09-19 11:07 ` [PATCH v4 10/29] Documentation/CodingStyle: Convert to ReST markup Mauro Carvalho Chehab
2016-09-19 11:07 ` [PATCH v4 11/29] Documentation/CodingStyle: use the proper tag for verbatim font Mauro Carvalho Chehab
2016-09-19 11:07 ` [PATCH v4 12/29] Documentation/CodingStyle: replace underline markups Mauro Carvalho Chehab
2016-09-19 11:07 ` [PATCH v4 13/29] Documentation/CodingStyle: use the .. note:: markup where needed Mauro Carvalho Chehab
2016-09-19 11:07 ` [PATCH v4 14/29] Documentation/ManagementStyle: convert it to ReST markup Mauro Carvalho Chehab
2016-09-19 11:07 ` [PATCH v4 15/29] Documentation/SecurityBugs: " Mauro Carvalho Chehab
2016-09-19 11:07 ` [PATCH v4 16/29] Documentation/stable_api_nonsense.txt: " Mauro Carvalho Chehab
2016-09-19 11:07 ` [PATCH v4 17/29] Documentation/stable_kernel_rules.txt: " Mauro Carvalho Chehab
2016-09-20  7:08   ` Greg KH [this message]
2016-09-19 11:07 ` [PATCH v4 18/29] Documentation/SubmittingDrivers: " Mauro Carvalho Chehab
2016-09-19 11:07 ` [PATCH v4 19/29] Documentation/SubmittingPatches: " Mauro Carvalho Chehab
2016-09-19 11:07 ` [PATCH v4 20/29] Documentation/SubmittingPatches: enrich the Sphinx output Mauro Carvalho Chehab
2016-09-19 11:07 ` [PATCH v4 21/29] Documentation/kernel-docs.txt: convert it to ReST markup Mauro Carvalho Chehab
2016-09-19 11:07 ` [PATCH v4 22/29] Documentation/HOWTO: add cross-references to other documents Mauro Carvalho Chehab
2016-09-20  7:08   ` Greg KH
2016-09-19 11:07 ` [PATCH v4 23/29] Documentation/HOWTO: update information about generating documentation Mauro Carvalho Chehab
2016-09-19 11:07 ` [PATCH v4 24/29] Documentation/HOWTO: improve some markups to make it visually better Mauro Carvalho Chehab
2016-09-19 11:07 ` [PATCH v4 25/29] Documentation/HOWTO: adjust external link references Mauro Carvalho Chehab
2016-09-19 11:08 ` [PATCH v4 26/29] Documentation/SubmitChecklist: update kernel-doc task Mauro Carvalho Chehab
2016-09-19 11:08 ` [PATCH v4 27/29] Documentation/SubmitChecklist: convert it to ReST markup Mauro Carvalho Chehab
2016-09-19 11:08 ` [PATCH v4 28/29] Documentation/email-clients.txt: " Mauro Carvalho Chehab
2016-09-21  0:44 ` [PATCH v4 00/29] Create a book for Kernel development Jonathan Corbet
2016-09-21  9:20   ` Mauro Carvalho Chehab

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160920070819.GA9768@kroah.com \
    --to=greg@kroah.com \
    --cc=corbet@lwn.net \
    --cc=jani.nikula@linux.intel.com \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=markus.heiser@darmarit.de \
    --cc=mchehab@infradead.org \
    --cc=mchehab@s-opensource.com \
    --cc=stable@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox