diff options
-rw-r--r-- | Documentation/00-INDEX | 2 | ||||
-rw-r--r-- | Documentation/SubmittingPatches | 2 | ||||
-rw-r--r-- | Documentation/conf.py | 2 | ||||
-rw-r--r-- | Documentation/index.rst | 2 | ||||
-rw-r--r-- | Documentation/process/1.Intro.rst (renamed from Documentation/development-process/1.Intro.rst) | 0 | ||||
-rw-r--r-- | Documentation/process/2.Process.rst (renamed from Documentation/development-process/2.Process.rst) | 0 | ||||
-rw-r--r-- | Documentation/process/3.Early-stage.rst (renamed from Documentation/development-process/3.Early-stage.rst) | 0 | ||||
-rw-r--r-- | Documentation/process/4.Coding.rst (renamed from Documentation/development-process/4.Coding.rst) | 0 | ||||
-rw-r--r-- | Documentation/process/5.Posting.rst (renamed from Documentation/development-process/5.Posting.rst) | 0 | ||||
-rw-r--r-- | Documentation/process/6.Followthrough.rst (renamed from Documentation/development-process/6.Followthrough.rst) | 0 | ||||
-rw-r--r-- | Documentation/process/7.AdvancedTopics.rst (renamed from Documentation/development-process/7.AdvancedTopics.rst) | 2 | ||||
-rw-r--r-- | Documentation/process/8.Conclusion.rst (renamed from Documentation/development-process/8.Conclusion.rst) | 0 | ||||
-rw-r--r-- | Documentation/process/conf.py (renamed from Documentation/development-process/conf.py) | 2 | ||||
-rw-r--r-- | Documentation/process/development-process.rst (renamed from Documentation/development-process/development-process.rst) | 1 | ||||
-rw-r--r-- | Documentation/process/index.rst (renamed from Documentation/development-process/index.rst) | 0 |
15 files changed, 5 insertions, 8 deletions
diff --git a/Documentation/00-INDEX b/Documentation/00-INDEX index 3acc4f1a6f84..d07575a8499e 100644 --- a/Documentation/00-INDEX +++ b/Documentation/00-INDEX @@ -150,7 +150,7 @@ debugging-via-ohci1394.txt - how to use firewire like a hardware debugger memory reader. dell_rbu.txt - document demonstrating the use of the Dell Remote BIOS Update driver. -development-process/ +process/ - how to work with the mainline kernel development process. device-mapper/ - directory with info on Device Mapper. diff --git a/Documentation/SubmittingPatches b/Documentation/SubmittingPatches index 36f1dedc944c..e62ddcdcaf5d 100644 --- a/Documentation/SubmittingPatches +++ b/Documentation/SubmittingPatches @@ -10,7 +10,7 @@ can greatly increase the chances of your change being accepted. This document contains a large number of suggestions in a relatively terse format. For detailed information on how the kernel development process -works, see :ref:`Documentation/development-process <development_process_main>`. +works, see :ref:`Documentation/process <development_process_main>`. Also, read :ref:`Documentation/SubmitChecklist <submitchecklist>` for a list of items to check before submitting code. If you are submitting a driver, also read diff --git a/Documentation/conf.py b/Documentation/conf.py index 4db1993658ea..b08e0c9b73b7 100644 --- a/Documentation/conf.py +++ b/Documentation/conf.py @@ -338,7 +338,7 @@ latex_elements = { latex_documents = [ ('kernel-documentation', 'kernel-documentation.tex', 'The Linux Kernel Documentation', 'The kernel development community', 'manual'), - ('development-process/index', 'development-process.tex', 'Linux Kernel Development Documentation', + ('process/index', 'development-process.tex', 'Linux Kernel Development Documentation', 'The kernel development community', 'manual'), ('gpu/index', 'gpu.tex', 'Linux GPU Driver Developer\'s Guide', 'The kernel development community', 'manual'), diff --git a/Documentation/index.rst b/Documentation/index.rst index c53d089455a4..e1f18b3db6e4 100644 --- a/Documentation/index.rst +++ b/Documentation/index.rst @@ -12,7 +12,7 @@ Contents: :maxdepth: 2 kernel-documentation - development-process/index + process/index dev-tools/tools driver-api/index media/index diff --git a/Documentation/development-process/1.Intro.rst b/Documentation/process/1.Intro.rst index 22642b3fe903..22642b3fe903 100644 --- a/Documentation/development-process/1.Intro.rst +++ b/Documentation/process/1.Intro.rst diff --git a/Documentation/development-process/2.Process.rst b/Documentation/process/2.Process.rst index ce5561bb3f8e..ce5561bb3f8e 100644 --- a/Documentation/development-process/2.Process.rst +++ b/Documentation/process/2.Process.rst diff --git a/Documentation/development-process/3.Early-stage.rst b/Documentation/process/3.Early-stage.rst index af2c0af931d6..af2c0af931d6 100644 --- a/Documentation/development-process/3.Early-stage.rst +++ b/Documentation/process/3.Early-stage.rst diff --git a/Documentation/development-process/4.Coding.rst b/Documentation/process/4.Coding.rst index 9d5cef996f7f..9d5cef996f7f 100644 --- a/Documentation/development-process/4.Coding.rst +++ b/Documentation/process/4.Coding.rst diff --git a/Documentation/development-process/5.Posting.rst b/Documentation/process/5.Posting.rst index b511ddf7e82a..b511ddf7e82a 100644 --- a/Documentation/development-process/5.Posting.rst +++ b/Documentation/process/5.Posting.rst diff --git a/Documentation/development-process/6.Followthrough.rst b/Documentation/process/6.Followthrough.rst index a173cd5f93d2..a173cd5f93d2 100644 --- a/Documentation/development-process/6.Followthrough.rst +++ b/Documentation/process/6.Followthrough.rst diff --git a/Documentation/development-process/7.AdvancedTopics.rst b/Documentation/process/7.AdvancedTopics.rst index 81d61c5d62dd..172733cff097 100644 --- a/Documentation/development-process/7.AdvancedTopics.rst +++ b/Documentation/process/7.AdvancedTopics.rst @@ -176,5 +176,3 @@ security issues, duplication of code found elsewhere, adequate documentation, adverse effects on performance, user-space ABI changes, etc. All types of review, if they lead to better code going into the kernel, are welcome and worthwhile. - - diff --git a/Documentation/development-process/8.Conclusion.rst b/Documentation/process/8.Conclusion.rst index 23ec7cbc2d2b..23ec7cbc2d2b 100644 --- a/Documentation/development-process/8.Conclusion.rst +++ b/Documentation/process/8.Conclusion.rst diff --git a/Documentation/development-process/conf.py b/Documentation/process/conf.py index 4b4a12dace02..1b01a80ad9ce 100644 --- a/Documentation/development-process/conf.py +++ b/Documentation/process/conf.py @@ -5,6 +5,6 @@ project = 'Linux Kernel Development Documentation' tags.add("subproject") latex_documents = [ - ('index', 'development-process.tex', 'Linux Kernel Development Documentation', + ('index', 'process.tex', 'Linux Kernel Development Documentation', 'The kernel development community', 'manual'), ] diff --git a/Documentation/development-process/development-process.rst b/Documentation/process/development-process.rst index bd1399f7202a..61c627e41ba8 100644 --- a/Documentation/development-process/development-process.rst +++ b/Documentation/process/development-process.rst @@ -26,4 +26,3 @@ development (or, indeed, free software development in general). While there is some technical material here, this is very much a process-oriented discussion which does not require a deep knowledge of kernel programming to understand. - diff --git a/Documentation/development-process/index.rst b/Documentation/process/index.rst index c37475d91090..c37475d91090 100644 --- a/Documentation/development-process/index.rst +++ b/Documentation/process/index.rst |