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 <gre...@linuxfoundation.org>
Signed-off-by: Mauro Carvalho Chehab <mche...@s-opensource.com>
---
 .../adding-syscalls.rst}                           |  0
 .../applying-patches.rst}                          |  1 -
 Documentation/{Changes => process/changes.rst}     |  0
 .../code-of-conflict.rst}                          |  0
 .../{CodingStyle => process/coding-style.rst}      |  0
 .../email-clients.rst}                             |  0
 Documentation/{HOWTO => process/howto.rst}         |  0
 Documentation/process/index.rst                    | 23 ++++++++++++++++++++++
 .../{kernel-docs.txt => process/kernel-docs.rst}   |  0
 .../{magic-number.txt => process/magic-number.rst} |  0
 .../management-style.rst}                          |  0
 .../stable-api-nonsense.rst}                       |  0
 .../stable-kernel-rules.rst}                       |  0
 .../submit-checklist.rst}                          |  0
 .../submitting-drivers.rst}                        |  0
 .../submitting-patches.rst}                        |  1 -
 .../volatile-considered-harmful.rst}               |  0
 17 files changed, 23 insertions(+), 2 deletions(-)
 rename Documentation/{adding-syscals.txt => process/adding-syscalls.rst} (100%)
 rename Documentation/{applying-patches.txt => process/applying-patches.rst} 
(99%)
 rename Documentation/{Changes => process/changes.rst} (100%)
 rename Documentation/{CodeOfConflict => process/code-of-conflict.rst} (100%)
 rename Documentation/{CodingStyle => process/coding-style.rst} (100%)
 rename Documentation/{email-clients.txt => process/email-clients.rst} (100%)
 rename Documentation/{HOWTO => process/howto.rst} (100%)
 rename Documentation/{kernel-docs.txt => process/kernel-docs.rst} (100%)
 rename Documentation/{magic-number.txt => process/magic-number.rst} (100%)
 rename Documentation/{ManagementStyle => process/management-style.rst} (100%)
 rename Documentation/{stable_api_nonsense.txt => 
process/stable-api-nonsense.rst} (100%)
 rename Documentation/{stable_kernel_rules.txt => 
process/stable-kernel-rules.rst} (100%)
 rename Documentation/{SubmitChecklist => process/submit-checklist.rst} (100%)
 rename Documentation/{SubmittingDrivers => process/submitting-drivers.rst} 
(100%)
 rename Documentation/{SubmittingPatches => process/submitting-patches.rst} 
(99%)
 rename Documentation/{volatile-considered-harmful.txt => 
process/volatile-considered-harmful.rst} (100%)

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 3395da13d415..abd7dc7ae240 100644
--- a/Documentation/applying-patches.txt
+++ b/Documentation/process/applying-patches.rst
@@ -462,4 +462,3 @@ the kernel.
 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 c37475d91090..6ee818752474 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 @@ Contents:
 .. 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 e62ddcdcaf5d..4cc20b2c6df3 100644
--- a/Documentation/SubmittingPatches
+++ b/Documentation/process/submitting-patches.rst
@@ -838,4 +838,3 @@ Andi Kleen, "On submitting kernel patches"
   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
-- 
2.7.4


--
To unsubscribe from this list: send the line "unsubscribe linux-doc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to