diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-10-18 09:05:32 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-10-24 08:12:35 -0200 |
commit | 0e4f07a65f53e7b3afab71925e56fe6aaa07d696 (patch) | |
tree | fee3c943b48df0b70f4b28605a6eaecb57f518f0 /Documentation/development-process/conf.py | |
parent | 44b10006a97ec50874634ba5325a6499ead7db66 (diff) | |
download | linux-0e4f07a65f53e7b3afab71925e56fe6aaa07d696.tar.gz linux-0e4f07a65f53e7b3afab71925e56fe6aaa07d696.tar.xz |
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/development-process/conf.py')
-rw-r--r-- | Documentation/development-process/conf.py | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Documentation/development-process/conf.py b/Documentation/development-process/conf.py deleted file mode 100644 index 4b4a12dace02..000000000000 --- a/Documentation/development-process/conf.py +++ /dev/null @@ -1,10 +0,0 @@ -# -*- coding: utf-8; mode: python -*- - -project = 'Linux Kernel Development Documentation' - -tags.add("subproject") - -latex_documents = [ - ('index', 'development-process.tex', 'Linux Kernel Development Documentation', - 'The kernel development community', 'manual'), -] |