Re: [PATCH v2 1/3] zh_CN/CodingStyle: improve translation

2017-01-26 Thread Andy Deng
2017-01-27 6:40 GMT+08:00 Jonathan Corbet : > OK, I've applied the whole set, thanks. Thanks for applying! > One thing, though: your messages came through with this header: > > Content-Type: text/plain; charset=y > > The screwy "charset=y" puts "git am" into a severely uncooperative mood

[PATCH v2 3/3] docs/zh_CN: Add coding-style into docs build system

2017-01-24 Thread Andy Deng
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 --- Documentation/index.rst | 10

[PATCH v2 1/3] zh_CN/CodingStyle: improve translation

2017-01-24 Thread Andy Deng
Some of the sentences in Chapters 19 and 20 are re-translated: - Fixed translation errors in Section 2 of Chapter 19 to prevent misleading readers; - Retranslate some sentences to make the translation more clear and accurate. Signed-off-by: Andy Deng --- Documentation/translations/zh_CN

Re: [PATCH 1/2] zh_CN/CodingStyle: Convert to ReST markup

2017-01-24 Thread Andy Deng
2017-01-25 7:57 GMT+08:00 Jonathan Corbet : > > On Wed, 25 Jan 2017 07:54:21 +0800 > Andy Deng wrote: > > > This commit applies all changes from the English version, and should > > be able to work with documentation build system. > > > > Also fixed some transla

[PATCH 2/2] zh_CN/coding-style: Add coding-style into docs build system

2017-01-24 Thread Andy Deng
. Signed-off-by: Andy Deng --- Documentation/index.rst| 10 ++- .../zh_CN/{CodingStyle => coding-style.rst}| 84 +++--- Documentation/translations/zh_CN/index.rst | 12 3 files changed, 64 insertions(+), 42 deletions(-) ren

[PATCH] Documentation/zh_CN: update Chinese version CodingStyle

2016-05-29 Thread Andy Deng
Chinese version CodingStyle is a little outdate, it should be updated. This patch sync with the latest CodingStyle of all changes, new chapters (chapter 19 and chapter 20) have been translated. Signed-off-by: Andy Deng --- Documentation/zh_CN/CodingStyle | 581