diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-05-12 15:14:02 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-05-16 14:44:13 +0300 |
commit | 05e0f3b9966c4d6ee8e051607e2ede17b06218c4 (patch) | |
tree | dbf5e69b839c08c45b6de82e082030e4808023a6 /Documentation/networking/conf.py | |
parent | bcb1a87a8b94182f57312a8d93dc69e9a3ace9e8 (diff) | |
download | linux-05e0f3b9966c4d6ee8e051607e2ede17b06218c4.tar.xz |
docs-rst: convert networking book to ReST
Use pandoc to convert documentation to ReST by calling
Documentation/sphinx/tmplcvt script.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'Documentation/networking/conf.py')
-rw-r--r-- | Documentation/networking/conf.py | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/networking/conf.py b/Documentation/networking/conf.py new file mode 100644 index 000000000000..40f69e67a883 --- /dev/null +++ b/Documentation/networking/conf.py @@ -0,0 +1,10 @@ +# -*- coding: utf-8; mode: python -*- + +project = "Linux Networking Documentation" + +tags.add("subproject") + +latex_documents = [ + ('index', 'networking.tex', project, + 'The kernel development community', 'manual'), +] |