Commit 24755a55 authored by Silvio Fricke's avatar Silvio Fricke Committed by Jonathan Corbet

Documentation/00-index: update for new core-api folder

Signed-off-by: default avatarSilvio Fricke <silvio.fricke@gmail.com>
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent 42412c3a
...@@ -126,6 +126,8 @@ connector/ ...@@ -126,6 +126,8 @@ connector/
- docs on the netlink based userspace<->kernel space communication mod. - docs on the netlink based userspace<->kernel space communication mod.
console/ console/
- documentation on Linux console drivers. - documentation on Linux console drivers.
core-api/
- documentation on kernel core components.
cpu-freq/ cpu-freq/
- info on CPU frequency and voltage scaling. - info on CPU frequency and voltage scaling.
cpu-hotplug.txt cpu-hotplug.txt
...@@ -470,7 +472,7 @@ watchdog/ ...@@ -470,7 +472,7 @@ watchdog/
- how to auto-reboot Linux if it has "fallen and can't get up". ;-) - how to auto-reboot Linux if it has "fallen and can't get up". ;-)
wimax/ wimax/
- directory with info about Intel Wireless Wimax Connections - directory with info about Intel Wireless Wimax Connections
workqueue.txt core-api/workqueue.rst
- information on the Concurrency Managed Workqueue implementation - information on the Concurrency Managed Workqueue implementation
x86/x86_64/ x86/x86_64/
- directory with info on Linux support for AMD x86-64 (Hammer) machines. - directory with info on Linux support for AMD x86-64 (Hammer) machines.
......
# -*- coding: utf-8; mode: python -*-
project = "Core-API Documentation"
tags.add("subproject")
======================
Core-API Documentation
======================
Kernel and driver related documentation.
.. toctree::
:maxdepth: 1
.. only:: subproject
Indices
=======
* :ref:`genindex`
...@@ -53,6 +53,7 @@ needed). ...@@ -53,6 +53,7 @@ needed).
:maxdepth: 2 :maxdepth: 2
driver-api/index driver-api/index
core-api/index
media/index media/index
gpu/index gpu/index
80211/index 80211/index
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment