All of lore.kernel.org
 help / color / mirror / Atom feed
From: Wu XiangCheng <bobwxc@email.cn>
To: Alex Shi <alexs@kernel.org>
Cc: Alex Shi <seakeel@gmail.com>,
	Alex Shi <alex.shi@linux.alibaba.com>,
	Jonathan Corbet <corbet@lwn.net>,
	YanTeng Si <sterlingteng@gmail.com>,
	linux-doc@vger.kernel.org
Subject: [PATCH v3 0/8] docs/zh_CN: Add translations in zh_CN/doc-guide/
Date: Wed, 7 Apr 2021 15:50:05 +0800	[thread overview]
Message-ID: <cover.1617699755.git.bobwxc@email.cn> (raw)

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@email.cn/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@email.cn/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


             reply	other threads:[~2021-04-07  7:50 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-07  7:50 Wu XiangCheng [this message]
2021-04-07  7:50 ` [PATCH v3 1/8] docs/zh_CN: Add translation zh_CN/doc-guide/sphinx.rst Wu XiangCheng
2021-04-13  4:42   ` Alex Shi
2021-04-13  5:08     ` Wu X.C.
2021-04-07  7:50 ` [PATCH v3 2/8] docs/zh_CN: Add two image example files Wu XiangCheng
2021-04-13  4:51   ` Alex Shi
2021-04-13  4:57     ` Wu X.C.
2021-04-07  7:50 ` [PATCH v3 3/8] docs/zh_CN: Add translation zh_CN/doc-guide/kernel-doc.rst Wu XiangCheng
2021-04-07  7:51 ` [PATCH v3 4/8] docs/zh_CN: Add translation zh_CN/doc-guide/parse-headers.rst Wu XiangCheng
2021-04-12 16:12   ` teng sterling
2021-04-13  5:34     ` Wu X.C.
2021-04-13  6:18       ` Alex Shi
2021-04-13  6:35         ` Wu X.C.
2021-04-13 10:00       ` teng sterling
2021-04-13  5:03   ` Alex Shi
2021-04-07  7:51 ` [PATCH v3 5/8] docs/zh_CN: Add translation zh_CN/doc-guide/contributing.rst Wu XiangCheng
2021-04-07  9:30   ` teng sterling
2021-04-07  9:54     ` Wu X.C.
2021-04-07 15:00       ` teng sterling
2021-04-07 15:22         ` Wu X.C.
2021-04-08  3:23           ` teng sterling
2021-04-08 14:10   ` [PATCH v4 " Wu XiangCheng
2021-04-08 16:59     ` Jonathan Corbet
2021-04-12 12:28       ` Wu X.C.
2021-04-13  5:10   ` [PATCH v3 " Alex Shi
2021-04-13  5:17     ` Wu X.C.
2021-04-07  7:51 ` [PATCH v3 6/8] docs/zh_CN: Add translation zh_CN/doc-guide/maintainer-profile.rst Wu XiangCheng
2021-04-07  8:28   ` teng sterling
2021-04-07  9:18     ` Wu X.C.
2021-04-07 14:47       ` teng sterling
2021-04-07  7:51 ` [PATCH v3 7/8] docs/zh_CN: Add translation zh_CN/doc-guide/index.rst Wu XiangCheng
2021-04-07  7:52 ` [PATCH v3 8/8] docs/zh_CN: Link zh_CN/doc-guide to zh_CN/index.rst Wu XiangCheng

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1617699755.git.bobwxc@email.cn \
    --to=bobwxc@email.cn \
    --cc=alex.shi@linux.alibaba.com \
    --cc=alexs@kernel.org \
    --cc=corbet@lwn.net \
    --cc=linux-doc@vger.kernel.org \
    --cc=seakeel@gmail.com \
    --cc=sterlingteng@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.