diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-05-11 08:03:27 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-05-16 08:00:49 -0300 |
commit | c4fcd7cabb83fcac1e83e17845b1fede5401aa25 (patch) | |
tree | d414486838d96dd4b512729d2f99338b61d2614f /Documentation/kernel-hacking/index.rst | |
parent | 25a0da73f24c95d57381bedd9cd89e4929b1bfde (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/kernel-hacking/index.rst')
-rw-r--r-- | Documentation/kernel-hacking/index.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/kernel-hacking/index.rst b/Documentation/kernel-hacking/index.rst new file mode 100644 index 000000000000..ba208bf03ce9 --- /dev/null +++ b/Documentation/kernel-hacking/index.rst @@ -0,0 +1,8 @@ +===================== +Kernel Hacking Guides +===================== + +.. toctree:: + :maxdepth: 2 + + hacking |