Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1483184 > unrolled thread

[PATCH v3 19/21] docs-rst: move HOWTO and mentioned documents to development-process/

Started byMauro Carvalho Chehab <mchehab@s-opensource.com>
First post2016-09-14 13:20 +0200
Last post2016-09-16 19:30 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH v3 19/21] docs-rst: move HOWTO and mentioned documents to development-process/ Mauro Carvalho Chehab <mchehab@s-opensource.com> - 2016-09-14 13:20 +0200
    Re: [PATCH v3 19/21] docs-rst: move HOWTO and mentioned documents  to development-process/ Jonathan Corbet <corbet@lwn.net> - 2016-09-16 19:30 +0200

#1483184 — [PATCH v3 19/21] docs-rst: move HOWTO and mentioned documents to development-process/

FromMauro Carvalho Chehab <mchehab@s-opensource.com>
Date2016-09-14 13:20 +0200
Subject[PATCH v3 19/21] docs-rst: move HOWTO and mentioned documents to development-process/
Message-ID<shgop-ao-1@gated-at.bofh.it>
In preparation to add those files to the Sphinx build logic,
move them to development-process/ dir and rename their extension
to RST.

Please notice that the main README file was not moved. It
probably makes sense to move it too as well, in order to be
able to parse it via Sphinx, but this could be counter-intuitive.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
---
 Documentation/{Changes => development-process/Changes.rst}                | 0
 Documentation/{CodingStyle => development-process/CodingStyle.rst}        | 0
 Documentation/{HOWTO => development-process/HOWTO.rst}                    | 0
 .../{ManagementStyle => development-process/ManagementStyle.rst}          | 0
 Documentation/{SecurityBugs => development-process/SecurityBugs.rst}      | 0
 .../{SubmittingDrivers => development-process/SubmittingDrivers.rst}      | 0
 .../{SubmittingPatches => development-process/SubmittingPatches.rst}      | 0
 .../{applying-patches.txt => development-process/applying-patches.rst}    | 0
 Documentation/{kernel-docs.txt => development-process/kernel-docs.rst}    | 0
 .../stable_api_nonsense.rst}                                              | 0
 .../stable_kernel_rules.rst}                                              | 0
 11 files changed, 0 insertions(+), 0 deletions(-)
 rename Documentation/{Changes => development-process/Changes.rst} (100%)
 rename Documentation/{CodingStyle => development-process/CodingStyle.rst} (100%)
 rename Documentation/{HOWTO => development-process/HOWTO.rst} (100%)
 rename Documentation/{ManagementStyle => development-process/ManagementStyle.rst} (100%)
 rename Documentation/{SecurityBugs => development-process/SecurityBugs.rst} (100%)
 rename Documentation/{SubmittingDrivers => development-process/SubmittingDrivers.rst} (100%)
 rename Documentation/{SubmittingPatches => development-process/SubmittingPatches.rst} (100%)
 rename Documentation/{applying-patches.txt => development-process/applying-patches.rst} (100%)
 rename Documentation/{kernel-docs.txt => development-process/kernel-docs.rst} (100%)
 rename Documentation/{stable_api_nonsense.txt => development-process/stable_api_nonsense.rst} (100%)
 rename Documentation/{stable_kernel_rules.txt => development-process/stable_kernel_rules.rst} (100%)

diff --git a/Documentation/Changes b/Documentation/development-process/Changes.rst
similarity index 100%
rename from Documentation/Changes
rename to Documentation/development-process/Changes.rst
diff --git a/Documentation/CodingStyle b/Documentation/development-process/CodingStyle.rst
similarity index 100%
rename from Documentation/CodingStyle
rename to Documentation/development-process/CodingStyle.rst
diff --git a/Documentation/HOWTO b/Documentation/development-process/HOWTO.rst
similarity index 100%
rename from Documentation/HOWTO
rename to Documentation/development-process/HOWTO.rst
diff --git a/Documentation/ManagementStyle b/Documentation/development-process/ManagementStyle.rst
similarity index 100%
rename from Documentation/ManagementStyle
rename to Documentation/development-process/ManagementStyle.rst
diff --git a/Documentation/SecurityBugs b/Documentation/development-process/SecurityBugs.rst
similarity index 100%
rename from Documentation/SecurityBugs
rename to Documentation/development-process/SecurityBugs.rst
diff --git a/Documentation/SubmittingDrivers b/Documentation/development-process/SubmittingDrivers.rst
similarity index 100%
rename from Documentation/SubmittingDrivers
rename to Documentation/development-process/SubmittingDrivers.rst
diff --git a/Documentation/SubmittingPatches b/Documentation/development-process/SubmittingPatches.rst
similarity index 100%
rename from Documentation/SubmittingPatches
rename to Documentation/development-process/SubmittingPatches.rst
diff --git a/Documentation/applying-patches.txt b/Documentation/development-process/applying-patches.rst
similarity index 100%
rename from Documentation/applying-patches.txt
rename to Documentation/development-process/applying-patches.rst
diff --git a/Documentation/kernel-docs.txt b/Documentation/development-process/kernel-docs.rst
similarity index 100%
rename from Documentation/kernel-docs.txt
rename to Documentation/development-process/kernel-docs.rst
diff --git a/Documentation/stable_api_nonsense.txt b/Documentation/development-process/stable_api_nonsense.rst
similarity index 100%
rename from Documentation/stable_api_nonsense.txt
rename to Documentation/development-process/stable_api_nonsense.rst
diff --git a/Documentation/stable_kernel_rules.txt b/Documentation/development-process/stable_kernel_rules.rst
similarity index 100%
rename from Documentation/stable_kernel_rules.txt
rename to Documentation/development-process/stable_kernel_rules.rst
-- 
2.7.4

[toc] | [next] | [standalone]


#1485196 — Re: [PATCH v3 19/21] docs-rst: move HOWTO and mentioned documents to development-process/

FromJonathan Corbet <corbet@lwn.net>
Date2016-09-16 19:30 +0200
SubjectRe: [PATCH v3 19/21] docs-rst: move HOWTO and mentioned documents to development-process/
Message-ID<si57z-7Km-11@gated-at.bofh.it>
In reply to#1483184
On Wed, 14 Sep 2016 08:06:48 -0300
Mauro Carvalho Chehab <mchehab@s-opensource.com> wrote:

> In preparation to add those files to the Sphinx build logic,
> move them to development-process/ dir and rename their extension
> to RST.

And this is the crux of the matter, of course :)

I'd like to see this one a bit more widely copied.  For example, Greg
should certainly see the move of the stable kernel docs, and I would want
to have an ack from him.  I guess a lot of the others don't have obvious
targets for cc's, but it's worth a quick think at least.

jon

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web