aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@s-opensource.com>2016-10-18 07:05:32 -0400
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2016-10-24 06:12:35 -0400
commit0e4f07a65f53e7b3afab71925e56fe6aaa07d696 (patch)
treefee3c943b48df0b70f4b28605a6eaecb57f518f0
parent44b10006a97ec50874634ba5325a6499ead7db66 (diff)
docs: rename development-process/ to process/
As we'll type this a lot, after adding CodingStyle & friends, let's rename the directory name to a shorter one. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
-rw-r--r--Documentation/00-INDEX2
-rw-r--r--Documentation/SubmittingPatches2
-rw-r--r--Documentation/conf.py2
-rw-r--r--Documentation/index.rst2
-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
150 - how to use firewire like a hardware debugger memory reader. 150 - how to use firewire like a hardware debugger memory reader.
151dell_rbu.txt 151dell_rbu.txt
152 - document demonstrating the use of the Dell Remote BIOS Update driver. 152 - document demonstrating the use of the Dell Remote BIOS Update driver.
153development-process/ 153process/
154 - how to work with the mainline kernel development process. 154 - how to work with the mainline kernel development process.
155device-mapper/ 155device-mapper/
156 - directory with info on Device Mapper. 156 - 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.
10 10
11This document contains a large number of suggestions in a relatively terse 11This document contains a large number of suggestions in a relatively terse
12format. For detailed information on how the kernel development process 12format. For detailed information on how the kernel development process
13works, see :ref:`Documentation/development-process <development_process_main>`. 13works, see :ref:`Documentation/process <development_process_main>`.
14Also, read :ref:`Documentation/SubmitChecklist <submitchecklist>` 14Also, read :ref:`Documentation/SubmitChecklist <submitchecklist>`
15for a list of items to check before 15for a list of items to check before
16submitting code. If you are submitting a driver, also read 16submitting 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 = {
338latex_documents = [ 338latex_documents = [
339 ('kernel-documentation', 'kernel-documentation.tex', 'The Linux Kernel Documentation', 339 ('kernel-documentation', 'kernel-documentation.tex', 'The Linux Kernel Documentation',
340 'The kernel development community', 'manual'), 340 'The kernel development community', 'manual'),
341 ('development-process/index', 'development-process.tex', 'Linux Kernel Development Documentation', 341 ('process/index', 'development-process.tex', 'Linux Kernel Development Documentation',
342 'The kernel development community', 'manual'), 342 'The kernel development community', 'manual'),
343 ('gpu/index', 'gpu.tex', 'Linux GPU Driver Developer\'s Guide', 343 ('gpu/index', 'gpu.tex', 'Linux GPU Driver Developer\'s Guide',
344 'The kernel development community', 'manual'), 344 '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:
12 :maxdepth: 2 12 :maxdepth: 2
13 13
14 kernel-documentation 14 kernel-documentation
15 development-process/index 15 process/index
16 dev-tools/tools 16 dev-tools/tools
17 driver-api/index 17 driver-api/index
18 media/index 18 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
176documentation, adverse effects on performance, user-space ABI changes, etc. 176documentation, adverse effects on performance, user-space ABI changes, etc.
177All types of review, if they lead to better code going into the kernel, are 177All types of review, if they lead to better code going into the kernel, are
178welcome and worthwhile. 178welcome and worthwhile.
179
180
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'
5tags.add("subproject") 5tags.add("subproject")
6 6
7latex_documents = [ 7latex_documents = [
8 ('index', 'development-process.tex', 'Linux Kernel Development Documentation', 8 ('index', 'process.tex', 'Linux Kernel Development Documentation',
9 'The kernel development community', 'manual'), 9 'The kernel development community', 'manual'),
10] 10]
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
26there is some technical material here, this is very much a process-oriented 26there is some technical material here, this is very much a process-oriented
27discussion which does not require a deep knowledge of kernel programming to 27discussion which does not require a deep knowledge of kernel programming to
28understand. 28understand.
29
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