diff options
author | Silvio Fricke <silvio.fricke@gmail.com> | 2016-10-28 10:14:10 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2016-10-28 10:54:51 -0600 |
commit | 24755a55b01ffbf6ed128c1dd4028c05a2b0b1ef (patch) | |
tree | ce8d63d1262290ecdb196d806683b584a59c8f79 /Documentation/core-api | |
parent | 42412c3aae5d8ea57a46b8ff86bb67bc1a270d9c (diff) |
Documentation/00-index: update for new core-api folder
Signed-off-by: Silvio Fricke <silvio.fricke@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/core-api')
-rw-r--r-- | Documentation/core-api/conf.py | 5 | ||||
-rw-r--r-- | Documentation/core-api/index.rst | 15 |
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` |