Signed-off-by: Silvio Fricke <[email protected]>
---
Documentation/00-INDEX | 4 +++-
Documentation/core-api/conf.py | 5 +++++
Documentation/core-api/index.rst | 15 +++++++++++++++
Documentation/index.rst | 1 +
4 files changed, 24 insertions(+), 1 deletion(-)
create mode 100644 Documentation/core-api/conf.py
create mode 100644 Documentation/core-api/index.rst
diff --git a/Documentation/00-INDEX b/Documentation/00-INDEX
index 3acc4f1..6479b83 100644
--- a/Documentation/00-INDEX
+++ b/Documentation/00-INDEX
@@ -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
@@ -474,7 +476,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
index 0000000..fed87ab
--- /dev/null
+++ b/Documentation/core-api/conf.py
@@ -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
index 0000000..ed3eb64
--- /dev/null
+++ b/Documentation/core-api/index.rst
@@ -0,0 +1,15 @@
+======================
+Core-API Documentation
+======================
+
+Kernel and driver related documentation.
+
+.. toctree::
+ :maxdepth: 1
+
+.. only:: subproject
+
+ Indices
+ =======
+
+ * :ref:`genindex`
diff --git a/Documentation/index.rst b/Documentation/index.rst
index c53d089..28a1ff6 100644
--- a/Documentation/index.rst
+++ b/Documentation/index.rst
@@ -15,6 +15,7 @@ Contents:
development-process/index
dev-tools/tools
driver-api/index
+ core-api/index
media/index
gpu/index
80211/index
--
git-series 0.8.10
--
To unsubscribe from this list: send the line "unsubscribe linux-doc" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html