]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
docs: rename development-process/ to process/
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Tue, 18 Oct 2016 11:05:32 +0000 (09:05 -0200)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Mon, 24 Oct 2016 10:12:35 +0000 (08:12 -0200)
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>
15 files changed:
Documentation/00-INDEX
Documentation/SubmittingPatches
Documentation/conf.py
Documentation/index.rst
Documentation/process/1.Intro.rst [moved from Documentation/development-process/1.Intro.rst with 100% similarity]
Documentation/process/2.Process.rst [moved from Documentation/development-process/2.Process.rst with 100% similarity]
Documentation/process/3.Early-stage.rst [moved from Documentation/development-process/3.Early-stage.rst with 100% similarity]
Documentation/process/4.Coding.rst [moved from Documentation/development-process/4.Coding.rst with 100% similarity]
Documentation/process/5.Posting.rst [moved from Documentation/development-process/5.Posting.rst with 100% similarity]
Documentation/process/6.Followthrough.rst [moved from Documentation/development-process/6.Followthrough.rst with 100% similarity]
Documentation/process/7.AdvancedTopics.rst [moved from Documentation/development-process/7.AdvancedTopics.rst with 99% similarity]
Documentation/process/8.Conclusion.rst [moved from Documentation/development-process/8.Conclusion.rst with 100% similarity]
Documentation/process/conf.py [moved from Documentation/development-process/conf.py with 69% similarity]
Documentation/process/development-process.rst [moved from Documentation/development-process/development-process.rst with 99% similarity]
Documentation/process/index.rst [moved from Documentation/development-process/index.rst with 100% similarity]

index 3acc4f1a6f8420552614eed779d414dd9a926520..d07575a8499eeb39d2da5a71c3e1a513de95711a 100644 (file)
@@ -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.
index 36f1dedc944ccf846afe5c58b8b3918c94a13977..e62ddcdcaf5db8b6fba3bacd0d6e20a72ccbf0bf 100644 (file)
@@ -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
index 4db1993658eab3143866d37b40e064f74eaabca2..b08e0c9b73b7ff85d4db2b4576461732ade6e3df 100644 (file)
@@ -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'),
index c53d089455a427d059aacd28c67e32093b590ce5..e1f18b3db6e474447304423254f34c8d14e456ba 100644 (file)
@@ -12,7 +12,7 @@ Contents:
    :maxdepth: 2
 
    kernel-documentation
-   development-process/index
+   process/index
    dev-tools/tools
    driver-api/index
    media/index
similarity index 99%
rename from Documentation/development-process/7.AdvancedTopics.rst
rename to Documentation/process/7.AdvancedTopics.rst
index 81d61c5d62ddc75cd2ccd73cddc4ac18f258d0cc..172733cff097f16887d7433551f024f8a627eb96 100644 (file)
@@ -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.
-
-
similarity index 69%
rename from Documentation/development-process/conf.py
rename to Documentation/process/conf.py
index 4b4a12dace02f21bf1ddef4067575f4f42659e86..1b01a80ad9ce684cb87456710549a412d541c101 100644 (file)
@@ -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'),
 ]
similarity index 99%
rename from Documentation/development-process/development-process.rst
rename to Documentation/process/development-process.rst
index bd1399f7202a58a1964fef38dbecda0aed17b7c5..61c627e41ba8c22ae0d5715eafe2a54074500275 100644 (file)
@@ -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.
-