diff options
author | Andy Deng <theandy.deng@gmail.com> | 2017-01-25 12:14:33 +0800 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2017-01-26 15:30:34 -0700 |
commit | 2069889ff78cb00fa274818b03cec6d976b3187c (patch) | |
tree | dac74eea5f843094b154da0dff975f896f6c5a26 /Documentation/index.rst | |
parent | 0dacbc9df5c9fc6037060fbb12c1d7da80f5b580 (diff) | |
download | linux-2069889ff78cb00fa274818b03cec6d976b3187c.tar.bz2 |
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>
Diffstat (limited to 'Documentation/index.rst')
-rw-r--r-- | Documentation/index.rst | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/Documentation/index.rst b/Documentation/index.rst index cb5d77699c60..f6e641a54bbc 100644 --- a/Documentation/index.rst +++ b/Documentation/index.rst @@ -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 ================== |