Skip to content

Commit 186128f

Browse files
committed
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>
1 parent 0e4f07a commit 186128f

17 files changed

+23
-2
lines changed
File renamed without changes.

Documentation/applying-patches.txt Documentation/process/applying-patches.rst

-1
Original file line numberDiff line numberDiff line change
@@ -462,4 +462,3 @@ the kernel.
462462
Thank you's to Randy Dunlap, Rolf Eike Beer, Linus Torvalds, Bodo Eggert,
463463
Johannes Stezenbach, Grant Coady, Pavel Machek and others that I may have
464464
forgotten for their reviews and contributions to this document.
465-
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Documentation/process/index.rst

+23
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
.. raw:: latex
2+
3+
\renewcommand\thesection*
4+
\renewcommand\thesubsection*
5+
6+
17
Linux Kernel Development Documentation
28
======================================
39

@@ -6,4 +12,21 @@ Contents:
612
.. toctree::
713
:maxdepth: 2
814

15+
howto
16+
changes
17+
coding-style
18+
submitting-patches
19+
submitting-drivers
20+
stable-api-nonsense
21+
management-style
22+
stable-kernel-rules
23+
kernel-docs
24+
applying-patches
25+
email-clients
26+
submit-checklist
27+
code-of-conflict
28+
adding-syscalls
29+
magic-number
30+
volatile-considered-harmful
31+
932
development-process
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Documentation/SubmittingPatches Documentation/process/submitting-patches.rst

-1
Original file line numberDiff line numberDiff line change
@@ -838,4 +838,3 @@ Andi Kleen, "On submitting kernel patches"
838838
Some strategies to get difficult or controversial changes in.
839839

840840
http://halobates.de/on-submitting-patches.pdf
841-

0 commit comments

Comments
 (0)