Bläddra i källkod

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>
Mauro Carvalho Chehab 9 år sedan
förälder
incheckning
186128f753

+ 0 - 0
Documentation/adding-syscals.txt → Documentation/process/adding-syscalls.rst


+ 0 - 1
Documentation/applying-patches.txt → 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.
-

+ 0 - 0
Documentation/Changes → Documentation/process/changes.rst


+ 0 - 0
Documentation/CodeOfConflict → Documentation/process/code-of-conflict.rst


+ 0 - 0
Documentation/CodingStyle → Documentation/process/coding-style.rst


+ 0 - 0
Documentation/email-clients.txt → Documentation/process/email-clients.rst


+ 0 - 0
Documentation/HOWTO → Documentation/process/howto.rst


+ 23 - 0
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

+ 0 - 0
Documentation/kernel-docs.txt → Documentation/process/kernel-docs.rst


+ 0 - 0
Documentation/magic-number.txt → Documentation/process/magic-number.rst


+ 0 - 0
Documentation/ManagementStyle → Documentation/process/management-style.rst


+ 0 - 0
Documentation/stable_api_nonsense.txt → Documentation/process/stable-api-nonsense.rst


+ 0 - 0
Documentation/stable_kernel_rules.txt → Documentation/process/stable-kernel-rules.rst


+ 0 - 0
Documentation/SubmitChecklist → Documentation/process/submit-checklist.rst


+ 0 - 0
Documentation/SubmittingDrivers → Documentation/process/submitting-drivers.rst


+ 0 - 1
Documentation/SubmittingPatches → 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
-

+ 0 - 0
Documentation/volatile-considered-harmful.txt → Documentation/process/volatile-considered-harmful.rst