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>
This commit is contained in:
parent
44b10006a9
commit
0e4f07a65f
|
@ -150,7 +150,7 @@ debugging-via-ohci1394.txt
|
||||||
- how to use firewire like a hardware debugger memory reader.
|
- how to use firewire like a hardware debugger memory reader.
|
||||||
dell_rbu.txt
|
dell_rbu.txt
|
||||||
- document demonstrating the use of the Dell Remote BIOS Update driver.
|
- document demonstrating the use of the Dell Remote BIOS Update driver.
|
||||||
development-process/
|
process/
|
||||||
- how to work with the mainline kernel development process.
|
- how to work with the mainline kernel development process.
|
||||||
device-mapper/
|
device-mapper/
|
||||||
- directory with info on Device Mapper.
|
- directory with info on Device Mapper.
|
||||||
|
|
|
@ -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
|
This document contains a large number of suggestions in a relatively terse
|
||||||
format. For detailed information on how the kernel development process
|
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>`
|
Also, read :ref:`Documentation/SubmitChecklist <submitchecklist>`
|
||||||
for a list of items to check before
|
for a list of items to check before
|
||||||
submitting code. If you are submitting a driver, also read
|
submitting code. If you are submitting a driver, also read
|
||||||
|
|
|
@ -338,7 +338,7 @@ latex_elements = {
|
||||||
latex_documents = [
|
latex_documents = [
|
||||||
('kernel-documentation', 'kernel-documentation.tex', 'The Linux Kernel Documentation',
|
('kernel-documentation', 'kernel-documentation.tex', 'The Linux Kernel Documentation',
|
||||||
'The kernel development community', 'manual'),
|
'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'),
|
'The kernel development community', 'manual'),
|
||||||
('gpu/index', 'gpu.tex', 'Linux GPU Driver Developer\'s Guide',
|
('gpu/index', 'gpu.tex', 'Linux GPU Driver Developer\'s Guide',
|
||||||
'The kernel development community', 'manual'),
|
'The kernel development community', 'manual'),
|
||||||
|
|
|
@ -12,7 +12,7 @@ Contents:
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
|
||||||
kernel-documentation
|
kernel-documentation
|
||||||
development-process/index
|
process/index
|
||||||
dev-tools/tools
|
dev-tools/tools
|
||||||
driver-api/index
|
driver-api/index
|
||||||
media/index
|
media/index
|
||||||
|
|
|
@ -176,5 +176,3 @@ security issues, duplication of code found elsewhere, adequate
|
||||||
documentation, adverse effects on performance, user-space ABI changes, etc.
|
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
|
All types of review, if they lead to better code going into the kernel, are
|
||||||
welcome and worthwhile.
|
welcome and worthwhile.
|
||||||
|
|
||||||
|
|
|
@ -5,6 +5,6 @@ project = 'Linux Kernel Development Documentation'
|
||||||
tags.add("subproject")
|
tags.add("subproject")
|
||||||
|
|
||||||
latex_documents = [
|
latex_documents = [
|
||||||
('index', 'development-process.tex', 'Linux Kernel Development Documentation',
|
('index', 'process.tex', 'Linux Kernel Development Documentation',
|
||||||
'The kernel development community', 'manual'),
|
'The kernel development community', 'manual'),
|
||||||
]
|
]
|
|
@ -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
|
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
|
discussion which does not require a deep knowledge of kernel programming to
|
||||||
understand.
|
understand.
|
||||||
|
|
Loading…
Reference in New Issue