docs-rst: add documents to development-process

Add several documents to the development-process ReST book.

As we don't want renames, use symlinks instead, keeping those
documents on their original place.

Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
diff --git a/Documentation/adding-syscals.txt b/Documentation/process/adding-syscalls.rst
similarity index 100%
rename from Documentation/adding-syscals.txt
rename to Documentation/process/adding-syscalls.rst
diff --git a/Documentation/applying-patches.txt b/Documentation/process/applying-patches.rst
similarity index 99%
rename from Documentation/applying-patches.txt
rename to Documentation/process/applying-patches.rst
index 3395da1..abd7dc7 100644
--- a/Documentation/applying-patches.txt
+++ b/Documentation/process/applying-patches.rst
@@ -462,4 +462,3 @@
 Thank you's to Randy Dunlap, Rolf Eike Beer, Linus Torvalds, Bodo Eggert,
 Johannes Stezenbach, Grant Coady, Pavel Machek and others that I may have
 forgotten for their reviews and contributions to this document.
-
diff --git a/Documentation/Changes b/Documentation/process/changes.rst
similarity index 100%
rename from Documentation/Changes
rename to Documentation/process/changes.rst
diff --git a/Documentation/CodeOfConflict b/Documentation/process/code-of-conflict.rst
similarity index 100%
rename from Documentation/CodeOfConflict
rename to Documentation/process/code-of-conflict.rst
diff --git a/Documentation/CodingStyle b/Documentation/process/coding-style.rst
similarity index 100%
rename from Documentation/CodingStyle
rename to Documentation/process/coding-style.rst
diff --git a/Documentation/email-clients.txt b/Documentation/process/email-clients.rst
similarity index 100%
rename from Documentation/email-clients.txt
rename to Documentation/process/email-clients.rst
diff --git a/Documentation/HOWTO b/Documentation/process/howto.rst
similarity index 100%
rename from Documentation/HOWTO
rename to Documentation/process/howto.rst
diff --git a/Documentation/process/index.rst b/Documentation/process/index.rst
index c37475d..6ee8187 100644
--- a/Documentation/process/index.rst
+++ b/Documentation/process/index.rst
@@ -1,3 +1,9 @@
+.. raw:: latex
+
+	\renewcommand\thesection*
+	\renewcommand\thesubsection*
+
+
 Linux Kernel Development Documentation
 ======================================
 
@@ -6,4 +12,21 @@
 .. toctree::
    :maxdepth: 2
 
+   howto
+   changes
+   coding-style
+   submitting-patches
+   submitting-drivers
+   stable-api-nonsense
+   management-style
+   stable-kernel-rules
+   kernel-docs
+   applying-patches
+   email-clients
+   submit-checklist
+   code-of-conflict
+   adding-syscalls
+   magic-number
+   volatile-considered-harmful
+
    development-process
diff --git a/Documentation/kernel-docs.txt b/Documentation/process/kernel-docs.rst
similarity index 100%
rename from Documentation/kernel-docs.txt
rename to Documentation/process/kernel-docs.rst
diff --git a/Documentation/magic-number.txt b/Documentation/process/magic-number.rst
similarity index 100%
rename from Documentation/magic-number.txt
rename to Documentation/process/magic-number.rst
diff --git a/Documentation/ManagementStyle b/Documentation/process/management-style.rst
similarity index 100%
rename from Documentation/ManagementStyle
rename to Documentation/process/management-style.rst
diff --git a/Documentation/stable_api_nonsense.txt b/Documentation/process/stable-api-nonsense.rst
similarity index 100%
rename from Documentation/stable_api_nonsense.txt
rename to Documentation/process/stable-api-nonsense.rst
diff --git a/Documentation/stable_kernel_rules.txt b/Documentation/process/stable-kernel-rules.rst
similarity index 100%
rename from Documentation/stable_kernel_rules.txt
rename to Documentation/process/stable-kernel-rules.rst
diff --git a/Documentation/SubmitChecklist b/Documentation/process/submit-checklist.rst
similarity index 100%
rename from Documentation/SubmitChecklist
rename to Documentation/process/submit-checklist.rst
diff --git a/Documentation/SubmittingDrivers b/Documentation/process/submitting-drivers.rst
similarity index 100%
rename from Documentation/SubmittingDrivers
rename to Documentation/process/submitting-drivers.rst
diff --git a/Documentation/SubmittingPatches b/Documentation/process/submitting-patches.rst
similarity index 99%
rename from Documentation/SubmittingPatches
rename to Documentation/process/submitting-patches.rst
index e62ddcd..4cc20b2 100644
--- a/Documentation/SubmittingPatches
+++ b/Documentation/process/submitting-patches.rst
@@ -838,4 +838,3 @@
   Some strategies to get difficult or controversial changes in.
 
   http://halobates.de/on-submitting-patches.pdf
-
diff --git a/Documentation/volatile-considered-harmful.txt b/Documentation/process/volatile-considered-harmful.rst
similarity index 100%
rename from Documentation/volatile-considered-harmful.txt
rename to Documentation/process/volatile-considered-harmful.rst