]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
docs-rst: add documents to development-process
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Wed, 21 Sep 2016 11:40:21 +0000 (08:40 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Mon, 24 Oct 2016 10:12:35 +0000 (08:12 -0200)
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>
17 files changed:
Documentation/process/adding-syscalls.rst [moved from Documentation/adding-syscals.txt with 100% similarity]
Documentation/process/applying-patches.rst [moved from Documentation/applying-patches.txt with 99% similarity]
Documentation/process/changes.rst [moved from Documentation/Changes with 100% similarity]
Documentation/process/code-of-conflict.rst [moved from Documentation/CodeOfConflict with 100% similarity]
Documentation/process/coding-style.rst [moved from Documentation/CodingStyle with 100% similarity]
Documentation/process/email-clients.rst [moved from Documentation/email-clients.txt with 100% similarity]
Documentation/process/howto.rst [moved from Documentation/HOWTO with 100% similarity]
Documentation/process/index.rst
Documentation/process/kernel-docs.rst [moved from Documentation/kernel-docs.txt with 100% similarity]
Documentation/process/magic-number.rst [moved from Documentation/magic-number.txt with 100% similarity]
Documentation/process/management-style.rst [moved from Documentation/ManagementStyle with 100% similarity]
Documentation/process/stable-api-nonsense.rst [moved from Documentation/stable_api_nonsense.txt with 100% similarity]
Documentation/process/stable-kernel-rules.rst [moved from Documentation/stable_kernel_rules.txt with 100% similarity]
Documentation/process/submit-checklist.rst [moved from Documentation/SubmitChecklist with 100% similarity]
Documentation/process/submitting-drivers.rst [moved from Documentation/SubmittingDrivers with 100% similarity]
Documentation/process/submitting-patches.rst [moved from Documentation/SubmittingPatches with 99% similarity]
Documentation/process/volatile-considered-harmful.rst [moved from Documentation/volatile-considered-harmful.txt with 100% similarity]

similarity index 99%
rename from Documentation/applying-patches.txt
rename to Documentation/process/applying-patches.rst
index 3395da13d415b74e560685e95de03b7ba57ef0db..abd7dc7ae24050f440551fece8df0757e5d33ed5 100644 (file)
@@ -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.
-
index c37475d910903ec00c470ddbaa7905d155317150..6ee818752474a2369840e5b5e0855869f60746a4 100644 (file)
@@ -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
similarity index 99%
rename from Documentation/SubmittingPatches
rename to Documentation/process/submitting-patches.rst
index e62ddcdcaf5db8b6fba3bacd0d6e20a72ccbf0bf..4cc20b2c6df3840f4b078321c0869ebb352ad2c6 100644 (file)
@@ -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
-