diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-10-18 13:05:32 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-10-24 12:12:35 +0200 |
commit | 0e4f07a65f53e7b3afab71925e56fe6aaa07d696 (patch) | |
tree | fee3c943b48df0b70f4b28605a6eaecb57f518f0 /Documentation/process/index.rst | |
parent | README: convert it to ReST markup (diff) | |
download | linux-0e4f07a65f53e7b3afab71925e56fe6aaa07d696.tar.xz linux-0e4f07a65f53e7b3afab71925e56fe6aaa07d696.zip |
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>
Diffstat (limited to 'Documentation/process/index.rst')
-rw-r--r-- | Documentation/process/index.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/process/index.rst b/Documentation/process/index.rst new file mode 100644 index 000000000000..c37475d91090 --- /dev/null +++ b/Documentation/process/index.rst @@ -0,0 +1,9 @@ +Linux Kernel Development Documentation +====================================== + +Contents: + +.. toctree:: + :maxdepth: 2 + + development-process |