aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/development-process
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@s-opensource.com>2016-09-19 08:07:38 -0300
committerJonathan Corbet <corbet@lwn.net>2016-09-20 18:33:46 -0600
commitf0ddda3e94136e14320be63f5dfb22114a4877cc (patch)
tree024ebd17ad20ac916091e3efad2056b3e5461e94 /Documentation/development-process
parentdoc: development-process: rename files to rst (diff)
downloadlinux-dev-f0ddda3e94136e14320be63f5dfb22114a4877cc.tar.xz
linux-dev-f0ddda3e94136e14320be63f5dfb22114a4877cc.zip
docs-rst: create a book for the development process
Now that the files at Documentation/development-process/ were converted to ReST, make create a book at Sphinx. As we'll have other books related to the development process, we'll add it as a sub-book. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/development-process')
-rw-r--r--Documentation/development-process/conf.py10
-rw-r--r--Documentation/development-process/index.rst9
2 files changed, 19 insertions, 0 deletions
diff --git a/Documentation/development-process/conf.py b/Documentation/development-process/conf.py
new file mode 100644
index 000000000000..4b4a12dace02
--- /dev/null
+++ b/Documentation/development-process/conf.py
@@ -0,0 +1,10 @@
+# -*- 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'),
+]
diff --git a/Documentation/development-process/index.rst b/Documentation/development-process/index.rst
new file mode 100644
index 000000000000..c37475d91090
--- /dev/null
+++ b/Documentation/development-process/index.rst
@@ -0,0 +1,9 @@
+Linux Kernel Development Documentation
+======================================
+
+Contents:
+
+.. toctree::
+ :maxdepth: 2
+
+ development-process