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>
pull/392/head
parent
0dacbc9df5
commit
2069889ff7
|
|
@ -68,6 +68,14 @@ Korean translations
|
||||||
|
|
||||||
translations/ko_KR/index
|
translations/ko_KR/index
|
||||||
|
|
||||||
|
Chinese translations
|
||||||
|
--------------------
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 1
|
||||||
|
|
||||||
|
translations/zh_CN/index
|
||||||
|
|
||||||
Indices and tables
|
Indices and tables
|
||||||
==================
|
==================
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,12 @@
|
||||||
|
.. raw:: latex
|
||||||
|
|
||||||
|
\renewcommand\thesection*
|
||||||
|
\renewcommand\thesubsection*
|
||||||
|
|
||||||
|
Chinese translations
|
||||||
|
====================
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 1
|
||||||
|
|
||||||
|
coding-style
|
||||||
Loading…
Reference in New Issue