summaryrefslogtreecommitdiffstats
path: root/Documentation/index.rst
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@s-opensource.com>2017-05-11 07:03:27 -0400
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2017-05-16 07:00:49 -0400
commitc4fcd7cabb83fcac1e83e17845b1fede5401aa25 (patch)
treed414486838d96dd4b512729d2f99338b61d2614f /Documentation/index.rst
parent25a0da73f24c95d57381bedd9cd89e4929b1bfde (diff)
docs-rst: convert kernel-hacking to ReST
Use pandoc to convert documentation to ReST by calling Documentation/sphinx/tmplcvt script. - Manually adjusted to use ..note and ..warning - Minor fixes for it to be parsed without errors - Use **bold** for emphasis. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'Documentation/index.rst')
-rw-r--r--Documentation/index.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/index.rst b/Documentation/index.rst
index bc67dbf76eb0..01a24486ea5f 100644
--- a/Documentation/index.rst
+++ b/Documentation/index.rst
@@ -51,6 +51,7 @@ merged much easier.
51 process/index 51 process/index
52 dev-tools/index 52 dev-tools/index
53 doc-guide/index 53 doc-guide/index
54 kernel-hacking/index
54 55
55Kernel API documentation 56Kernel API documentation
56------------------------ 57------------------------