Hi all, This set of patches add some translations in zh_CN/doc-guide/ V3: * Add NEW [Patch 4~6/8] docs/zh_CN: Add translation zh_CN/doc-guide/parse-headers.rst docs/zh_CN: Add translation zh_CN/doc-guide/contributing.rst docs/zh_CN: Add translation zh_CN/doc-guide/maintainer-profile.rst * Pick YanTeng Si' Reviewed-by tags for [Patch 1~3/8] [Patch 7~8/8] * Adjust patches order V2: <https://lore.kernel.org/linux-doc/cover.1617412012.git.bobwxc@xxxxxxxx/T/> * Modify some words and add missed sentences under YanTeng Si's suggestion. Thanks for his rewiew! * Specific changes see <http://fars.ee/n5rt/diff> * Add Cc: tag for YanTeng Si. V1: <https://lore.kernel.org/linux-doc/cover.1617260163.git.bobwxc@xxxxxxxx/T/> base: next tree commit 3501c960dfda ("docs/zh_CN: Add translations in zh_CN/kernel-hacking/") Thanks! Wu XiangCheng (8): docs/zh_CN: Add translation zh_CN/doc-guide/sphinx.rst docs/zh_CN: Add two image example files docs/zh_CN: Add translation zh_CN/doc-guide/kernel-doc.rst docs/zh_CN: Add translation zh_CN/doc-guide/parse-headers.rst docs/zh_CN: Add translation zh_CN/doc-guide/contributing.rst docs/zh_CN: Add translation zh_CN/doc-guide/maintainer-profile.rst docs/zh_CN: Add translation zh_CN/doc-guide/index.rst docs/zh_CN: Link zh_CN/doc-guide to zh_CN/index.rst .../zh_CN/doc-guide/contributing.rst | 238 +++++++++ .../translations/zh_CN/doc-guide/hello.dot | 3 + .../translations/zh_CN/doc-guide/index.rst | 27 + .../zh_CN/doc-guide/kernel-doc.rst | 500 ++++++++++++++++++ .../zh_CN/doc-guide/maintainer-profile.rst | 43 ++ .../zh_CN/doc-guide/parse-headers.rst | 182 +++++++ .../translations/zh_CN/doc-guide/sphinx.rst | 415 +++++++++++++++ .../zh_CN/doc-guide/svg_image.svg | 10 + Documentation/translations/zh_CN/index.rst | 1 + 9 files changed, 1419 insertions(+) create mode 100644 Documentation/translations/zh_CN/doc-guide/contributing.rst create mode 100644 Documentation/translations/zh_CN/doc-guide/hello.dot create mode 100644 Documentation/translations/zh_CN/doc-guide/index.rst create mode 100644 Documentation/translations/zh_CN/doc-guide/kernel-doc.rst create mode 100644 Documentation/translations/zh_CN/doc-guide/maintainer-profile.rst create mode 100644 Documentation/translations/zh_CN/doc-guide/parse-headers.rst create mode 100644 Documentation/translations/zh_CN/doc-guide/sphinx.rst create mode 100644 Documentation/translations/zh_CN/doc-guide/svg_image.svg -- 2.20.1