Documentation/00-index: update for new core-api folder
authorSilvio Fricke <silvio.fricke@gmail.com>
Fri, 28 Oct 2016 08:14:10 +0000 (10:14 +0200)
committerJonathan Corbet <corbet@lwn.net>
Fri, 28 Oct 2016 16:54:51 +0000 (10:54 -0600)
Signed-off-by: Silvio Fricke <silvio.fricke@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/00-INDEX
Documentation/core-api/conf.py [new file with mode: 0644]
Documentation/core-api/index.rst [new file with mode: 0644]
Documentation/index.rst

index 903ebc4..e2e7444 100644 (file)
@@ -126,6 +126,8 @@ connector/
        - docs on the netlink based userspace<->kernel space communication mod.
 console/
        - documentation on Linux console drivers.
+core-api/
+       - documentation on kernel core components.
 cpu-freq/
        - info on CPU frequency and voltage scaling.
 cpu-hotplug.txt
@@ -470,7 +472,7 @@ watchdog/
        - how to auto-reboot Linux if it has "fallen and can't get up". ;-)
 wimax/
        - directory with info about Intel Wireless Wimax Connections
-workqueue.txt
+core-api/workqueue.rst
        - information on the Concurrency Managed Workqueue implementation
 x86/x86_64/
        - directory with info on Linux support for AMD x86-64 (Hammer) machines.
diff --git a/Documentation/core-api/conf.py b/Documentation/core-api/conf.py
new file mode 100644 (file)
index 0000000..fed87ab
--- /dev/null
@@ -0,0 +1,5 @@
+# -*- coding: utf-8; mode: python -*-
+
+project = "Core-API Documentation"
+
+tags.add("subproject")
diff --git a/Documentation/core-api/index.rst b/Documentation/core-api/index.rst
new file mode 100644 (file)
index 0000000..ed3eb64
--- /dev/null
@@ -0,0 +1,15 @@
+======================
+Core-API Documentation
+======================
+
+Kernel and driver related documentation.
+
+.. toctree::
+   :maxdepth: 1
+
+.. only::  subproject
+
+   Indices
+   =======
+
+   * :ref:`genindex`
index 85a6627..3bb82fb 100644 (file)
@@ -53,6 +53,7 @@ needed).
    :maxdepth: 2
 
    driver-api/index
+   core-api/index
    media/index
    gpu/index
    80211/index