summaryrefslogtreecommitdiff
path: root/Documentation/core-api/index.rst
diff options
context:
space:
mode:
authorJonathan Corbet <corbet@lwn.net>2016-11-18 17:06:13 -0700
committerJonathan Corbet <corbet@lwn.net>2016-11-29 14:44:04 -0700
commit93dc3a112bf8e5f97e3d9744595934ff31708764 (patch)
treee331bf96c43440aa408e80c1b9feba52cb1898ae /Documentation/core-api/index.rst
parent0bb33e25e5c91f69304f3799609a52354dca1af4 (diff)
doc: Convert the debugobjects DocBook template to sphinx
A couple of the most minor heading tweaks, otherwise no changes to the text itself beyond the mechanical conversion. Note that the inclusion of the kerneldoc comments from the source has never worked, since exported symbols were asked for and none of those functions are exported to modules. It doesn't work here either :) Cc: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/core-api/index.rst')
-rw-r--r--Documentation/core-api/index.rst16
1 files changed, 14 insertions, 2 deletions
diff --git a/Documentation/core-api/index.rst b/Documentation/core-api/index.rst
index f7ef7fda5763..c3a1402da0cd 100644
--- a/Documentation/core-api/index.rst
+++ b/Documentation/core-api/index.rst
@@ -1,14 +1,26 @@
======================
-Core-API Documentation
+Core API Documentation
======================
-Kernel and driver related documentation.
+This is the beginning of a manual for core kernel APIs. The conversion
+(and writing!) of documents for this manual is much appreciated!
+
+Core utilities
+==============
.. toctree::
:maxdepth: 1
workqueue
+Interfaces for kernel debugging
+===============================
+
+.. toctree::
+ :maxdepth: 1
+
+ debug-objects
+
.. only:: subproject
Indices