diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-05-12 05:50:22 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-05-16 07:44:08 -0400 |
commit | 90f9f118b75cbafc9114b6f2e8a7f87de170eea0 (patch) | |
tree | 9b980f431fea21761039a6171cb5e79ef0fb93b1 /Documentation/filesystems/conf.py | |
parent | 6bb33768db86cd6860e07bf2145012556221b745 (diff) |
docs-rst: convert filesystems 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/filesystems/conf.py')
-rw-r--r-- | Documentation/filesystems/conf.py | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/filesystems/conf.py b/Documentation/filesystems/conf.py new file mode 100644 index 000000000000..ea44172af5c4 --- /dev/null +++ b/Documentation/filesystems/conf.py | |||
@@ -0,0 +1,10 @@ | |||
1 | # -*- coding: utf-8; mode: python -*- | ||
2 | |||
3 | project = "Linux Filesystems API" | ||
4 | |||
5 | tags.add("subproject") | ||
6 | |||
7 | latex_documents = [ | ||
8 | ('index', 'filesystems.tex', project, | ||
9 | 'The kernel development community', 'manual'), | ||
10 | ] | ||