From: Alex Shi <alex.shi@linux.alibaba.com>
To: corbet@lwn.net, harryxiyou@gmail.com, linux-doc@vger.kernel.org,
linux-kernel@vger.kernel.org
Cc: Alex Shi <alex.shi@linux.alibaba.com>,
Li Zefan <lizefan@huawei.com>, Shawn Guo <shawn.guo@linaro.org>,
Fengguang Wu <fengguang.wu@intel.com>, Coly Li <colyli@suse.de>
Subject: [PATCH v4 03/31] docs/zh_CN: change Chinese index to know process dir
Date: Tue, 12 Mar 2019 11:01:01 +0800 [thread overview]
Message-ID: <20190312030129.47511-4-alex.shi@linux.alibaba.com> (raw)
In-Reply-To: <20190312030129.47511-1-alex.shi@linux.alibaba.com>
And add some description translation in index file.
Signed-off-by: Alex Shi <alex.shi@linux.alibaba.com>
Cc: Harry Wei <harryxiyou@gmail.com>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: Li Zefan <lizefan@huawei.com>
Cc: Shawn Guo <shawn.guo@linaro.org>
Cc: Fengguang Wu <fengguang.wu@intel.com>
Cc: Coly Li <colyli@suse.de>
---
Documentation/translations/zh_CN/index.rst | 17 +++++++++++++----
1 file changed, 13 insertions(+), 4 deletions(-)
diff --git a/Documentation/translations/zh_CN/index.rst b/Documentation/translations/zh_CN/index.rst
index 75956d669962..d3165535ec9e 100644
--- a/Documentation/translations/zh_CN/index.rst
+++ b/Documentation/translations/zh_CN/index.rst
@@ -3,10 +3,19 @@
\renewcommand\thesection*
\renewcommand\thesubsection*
-Chinese translations
-====================
+中文翻译
+========
+
+这些手册包含有关如何开发内核的整体信息。内核社区非常庞大,一年下来有数千名开发
+人员做出贡献。 与任何大型社区一样,知道如何完成任务将使得更改合并的过程变得更
+加容易。
.. toctree::
- :maxdepth: 1
+ :maxdepth: 2
+
+ process/index
+
+目录和表格
+----------
- coding-style
+* :ref:`genindex`
--
2.19.1.856.g8858448bb
next prev parent reply other threads:[~2019-03-12 3:02 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-12 3:00 [PATCH v4 00/31] clean up and reorg Chinese kernel docs Alex Shi
2019-03-12 3:00 ` [PATCH v4 01/31] docs/zh_CN: add disclaimer file Alex Shi
2019-03-12 3:01 ` [PATCH v4 02/31] docs/zh_CN: move process related docs into process dir Alex Shi
2019-03-12 3:01 ` Alex Shi [this message]
2019-03-12 3:01 ` [PATCH v4 04/31] docs/zh_CN: add index file " Alex Shi
2019-03-12 3:01 ` [PATCH v4 05/31] docs/zh_CN: rename HOWTO into process directory Alex Shi
2019-03-12 3:01 ` [PATCH v4 06/31] docs/zh_CN: howto format changes Alex Shi
2019-03-12 3:01 ` [PATCH v4 07/31] docs/zh_CN: rename SubmittingPatches for html links Alex Shi
2019-03-12 3:01 ` [PATCH v4 08/31] docs/zh_CN: format the submitting-patches doc to rst Alex Shi
2019-03-12 3:01 ` [PATCH v4 09/31] docs/zh_CN: rename stable_kernel_rules doc Alex Shi
2019-03-12 3:01 ` [PATCH v4 10/31] docs/zh_CN: rst format change for stable-kernel-rules Alex Shi
2019-03-12 3:01 ` [PATCH v4 11/31] docs/zh_CN: rename email-clients.txt as email-clients.rst Alex Shi
2019-03-12 3:01 ` [PATCH v4 12/31] docs/zh_CN: do rst format for email-clients.rst Alex Shi
2019-03-12 3:01 ` [PATCH v4 13/31] docs/zh_CN: rename volatile-consider-harmful doc Alex Shi
2019-03-12 3:01 ` [PATCH v4 14/31] docs/zh_CN: volatile doc format changes Alex Shi
2019-03-12 3:01 ` [PATCH v4 15/31] docs/zh_CN: rename SubmittingDrivers Alex Shi
2019-03-12 3:01 ` [PATCH v4 16/31] docs/zh_CN: format submitting drivers as rst Alex Shi
2019-03-12 3:01 ` [PATCH v4 17/31] docs/zh_CN: rename magic-numbers as rst doc Alex Shi
2019-03-12 3:01 ` [PATCH v4 18/31] docs/zh_CN: format the magic-number doc as rst Alex Shi
2019-03-12 3:01 ` [PATCH v4 19/31] docs/zh_CN: rename stable_api_nonsense.txt as stable-api-nonsense.rst Alex Shi
2019-03-12 3:01 ` [PATCH v4 20/31] docs/zh_CN: format stable-api-nonsense Alex Shi
2019-03-12 3:01 ` [PATCH v4 21/31] docs/zh_CN: update Li Yang's email address Alex Shi
2019-03-12 3:01 ` [PATCH v4 22/31] mailmap: " Alex Shi
2019-03-12 3:01 ` [PATCH v4 23/31] docs/zh_CN: update Zhang Wei's " Alex Shi
2019-03-12 3:01 ` [PATCH v4 24/31] mailmap: update email address for Triplex Alex Shi
2019-03-12 3:01 ` [PATCH v4 25/31] docs/zh_CN: update TripleX chung's email address Alex Shi
2019-03-12 3:01 ` [PATCH v4 26/31] docs/zh_CN: fix rst format errors in howto.rst Alex Shi
2019-03-12 3:01 ` [PATCH v4 27/31] docs/zh_CN: fix indent issue in stable-api-nonsense file Alex Shi
2019-03-12 3:01 ` [PATCH v4 28/31] docs/zh_CN: fix indent issue in submitting-drivers Alex Shi
2019-03-12 3:01 ` [PATCH v4 29/31] docs/zh_CN: fix rst format issue in submitting-patch Alex Shi
2019-03-12 3:01 ` [PATCH v4 30/31] docs/zh_CN: remove zh-kernel.org in MAINTAINERS Alex Shi
2019-03-12 3:01 ` [PATCH v4 31/31] mailmap: update my obsolete email address Alex Shi
2019-03-12 3:06 ` [PATCH v4 00/31] clean up and reorg Chinese kernel docs Alex Shi
-- strict thread matches above, loose matches on Subject: below --
2019-03-12 3:24 Alex Shi
2019-03-12 3:24 ` [PATCH v4 03/31] docs/zh_CN: change Chinese index to know process dir Alex Shi
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=20190312030129.47511-4-alex.shi@linux.alibaba.com \
--to=alex.shi@linux.alibaba.com \
--cc=colyli@suse.de \
--cc=corbet@lwn.net \
--cc=fengguang.wu@intel.com \
--cc=harryxiyou@gmail.com \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=lizefan@huawei.com \
--cc=shawn.guo@linaro.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox