diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-05-11 07:03:27 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-05-16 07:00:49 -0400 |
commit | c4fcd7cabb83fcac1e83e17845b1fede5401aa25 (patch) | |
tree | d414486838d96dd4b512729d2f99338b61d2614f /Documentation/conf.py | |
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/conf.py')
-rw-r--r-- | Documentation/conf.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/conf.py b/Documentation/conf.py index bacf9d337c89..0ce8001a50b6 100644 --- a/Documentation/conf.py +++ b/Documentation/conf.py | |||
@@ -352,6 +352,8 @@ latex_documents = [ | |||
352 | 'The kernel development community', 'manual'), | 352 | 'The kernel development community', 'manual'), |
353 | ('kernel-documentation', 'kernel-documentation.tex', 'The Linux Kernel Documentation', | 353 | ('kernel-documentation', 'kernel-documentation.tex', 'The Linux Kernel Documentation', |
354 | 'The kernel development community', 'manual'), | 354 | 'The kernel development community', 'manual'), |
355 | ('kernel-hacking/index', 'kernel-hacking.tex', 'Kernel Hacking Guides', | ||
356 | 'The kernel development community', 'manual'), | ||
355 | ('process/index', 'development-process.tex', 'Linux Kernel Development Documentation', | 357 | ('process/index', 'development-process.tex', 'Linux Kernel Development Documentation', |
356 | 'The kernel development community', 'manual'), | 358 | 'The kernel development community', 'manual'), |
357 | ('gpu/index', 'gpu.tex', 'Linux GPU Driver Developer\'s Guide', | 359 | ('gpu/index', 'gpu.tex', 'Linux GPU Driver Developer\'s Guide', |