]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
docs/zh_CN: Add coding-style into docs build system
authorAndy Deng <theandy.deng@gmail.com>
Wed, 25 Jan 2017 04:14:33 +0000 (12:14 +0800)
committerJonathan Corbet <corbet@lwn.net>
Thu, 26 Jan 2017 22:30:34 +0000 (15:30 -0700)
Tested by the command:

    make htmldocs

During the compiling process, zh_CN/coding-style.rst has no errors and
warnings generated, the generated html document has been checked.

Signed-off-by: Andy Deng <theandy.deng@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/index.rst
Documentation/translations/zh_CN/coding-style.rst [moved from Documentation/translations/zh_CN/CodingStyle with 100% similarity]
Documentation/translations/zh_CN/index.rst [new file with mode: 0644]

index cb5d77699c60b97a09c0cdaf6bd751249e81c017..f6e641a54bbcab5c6dd8e4d8f724c580deaff19e 100644 (file)
@@ -47,7 +47,7 @@ These books get into the details of how specific kernel subsystems work
 from the point of view of a kernel developer.  Much of the information here
 is taken directly from the kernel source, with supplemental material added
 as needed (or at least as we managed to add it — probably *not* all that is
-needed). 
+needed).
 
 .. toctree::
    :maxdepth: 2
@@ -68,6 +68,14 @@ Korean translations
 
    translations/ko_KR/index
 
+Chinese translations
+--------------------
+
+.. toctree::
+   :maxdepth: 1
+
+   translations/zh_CN/index
+
 Indices and tables
 ==================
 
diff --git a/Documentation/translations/zh_CN/index.rst b/Documentation/translations/zh_CN/index.rst
new file mode 100644 (file)
index 0000000..75956d6
--- /dev/null
@@ -0,0 +1,12 @@
+.. raw:: latex
+
+       \renewcommand\thesection*
+       \renewcommand\thesubsection*
+
+Chinese translations
+====================
+
+.. toctree::
+   :maxdepth: 1
+
+   coding-style