Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

docs/zh_CN: Add coding-style into docs build system

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>

authored by

Andy Deng and committed by
Jonathan Corbet
2069889f 0dacbc9d

+21 -1
+9 -1
Documentation/index.rst
··· 47 47 from the point of view of a kernel developer. Much of the information here 48 48 is taken directly from the kernel source, with supplemental material added 49 49 as needed (or at least as we managed to add it — probably *not* all that is 50 - needed). 50 + needed). 51 51 52 52 .. toctree:: 53 53 :maxdepth: 2 ··· 67 67 :maxdepth: 1 68 68 69 69 translations/ko_KR/index 70 + 71 + Chinese translations 72 + -------------------- 73 + 74 + .. toctree:: 75 + :maxdepth: 1 76 + 77 + translations/zh_CN/index 70 78 71 79 Indices and tables 72 80 ==================
Documentation/translations/zh_CN/CodingStyle Documentation/translations/zh_CN/coding-style.rst
+12
Documentation/translations/zh_CN/index.rst
··· 1 + .. raw:: latex 2 + 3 + \renewcommand\thesection* 4 + \renewcommand\thesubsection* 5 + 6 + Chinese translations 7 + ==================== 8 + 9 + .. toctree:: 10 + :maxdepth: 1 11 + 12 + coding-style