[PATCH v2 01/20] docs-rst: move HOWTO and mentioned documents to a separate dir

From: Mauro Carvalho Chehab
Date: Mon Sep 12 2016 - 22:20:02 EST


In preparation to convert the Kernel development documentation
to ReST, move them to a separate 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@xxxxxxxxxxxxxxxx>
---
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