aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Corbet <corbet@lwn.net>2016-08-08 18:00:25 -0400
committerJonathan Corbet <corbet@lwn.net>2016-08-18 19:31:51 -0400
commit059c5e918f6613d7062f27705488e5bd72cd09bd (patch)
treed16ba659e22b61fc471af67ec2d0032faf8efbb3
parent29b4817d4018df78086157ea3a55c1d9424a7cfc (diff)
docs: create a new dev-tools directory
This directory will be a collecting point for documentation oriented around development tools. As a step toward ordering Documentation/ it's a small one, but we have to start somewhere... Signed-off-by: Jonathan Corbet <corbet@lwn.net>
-rw-r--r--Documentation/dev-tools/tools.rst16
-rw-r--r--Documentation/index.rst1
2 files changed, 17 insertions, 0 deletions
diff --git a/Documentation/dev-tools/tools.rst b/Documentation/dev-tools/tools.rst
new file mode 100644
index 000000000000..60ddb9ea6ef9
--- /dev/null
+++ b/Documentation/dev-tools/tools.rst
@@ -0,0 +1,16 @@
1================================
2Development tools for the kernel
3================================
4
5This document is a collection of documents about development tools that can
6be used to work on the kernel. For now, the documents have been pulled
7together without any significant effot to integrate them into a coherent
8whole; patches welcome!
9
10.. class:: toc-title
11
12 Table of contents
13
14.. toctree::
15 :maxdepth: 2
16
diff --git a/Documentation/index.rst b/Documentation/index.rst
index e0fc72963e87..643fb3205540 100644
--- a/Documentation/index.rst
+++ b/Documentation/index.rst
@@ -14,6 +14,7 @@ Contents:
14 :maxdepth: 2 14 :maxdepth: 2
15 15
16 kernel-documentation 16 kernel-documentation
17 dev-tools/tools
17 media/media_uapi 18 media/media_uapi
18 media/media_kapi 19 media/media_kapi
19 media/dvb-drivers/index 20 media/dvb-drivers/index