summaryrefslogtreecommitdiffstats
path: root/Documentation/core-api
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/core-api')
-rw-r--r--Documentation/core-api/conf.py5
-rw-r--r--Documentation/core-api/index.rst15
2 files changed, 20 insertions, 0 deletions
diff --git a/Documentation/core-api/conf.py b/Documentation/core-api/conf.py
new file mode 100644
index 000000000000..fed87ab7f486
--- /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 000000000000..ed3eb6499e11
--- /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`