Преглед изворни кода

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>
Mauro Carvalho Chehab пре 8 година
родитељ
комит
0e4f07a65f

+ 1 - 1
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.

+ 1 - 1
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

+ 1 - 1
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'),

+ 1 - 1
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

+ 0 - 0
Documentation/development-process/1.Intro.rst → Documentation/process/1.Intro.rst


+ 0 - 0
Documentation/development-process/2.Process.rst → Documentation/process/2.Process.rst


+ 0 - 0
Documentation/development-process/3.Early-stage.rst → Documentation/process/3.Early-stage.rst


+ 0 - 0
Documentation/development-process/4.Coding.rst → Documentation/process/4.Coding.rst


+ 0 - 0
Documentation/development-process/5.Posting.rst → Documentation/process/5.Posting.rst


+ 0 - 0
Documentation/development-process/6.Followthrough.rst → Documentation/process/6.Followthrough.rst


+ 0 - 2
Documentation/development-process/7.AdvancedTopics.rst → 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.
-
-

+ 0 - 0
Documentation/development-process/8.Conclusion.rst → Documentation/process/8.Conclusion.rst


+ 1 - 1
Documentation/development-process/conf.py → 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'),
 ]

+ 0 - 1
Documentation/development-process/development-process.rst → 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.
-

+ 0 - 0
Documentation/development-process/index.rst → Documentation/process/index.rst