2022-10-11 07:04:17

by Wu XiangCheng

[permalink] [raw]
Subject: [PATCH v2 0/4] docs/zh_CN: Rewrite the zh_CN/index.rst

Follow Jonathan's steps[1], rewrite the entry point of kernel's Chinese
translation documentation.

[1]: https://lore.kernel.org/linux-doc/[email protected]/T

v2:
* remove blank line
* fix typo
v1:
https://lore.kernel.org/linux-doc/[email protected]/T/#t

Thanks,

Wu XiangCheng (4):
docs/zh_CN: promote the title of zh_CN/process/index.rst
docs/zh_CN: add zh_CN/arch.rst
docs/zh_CN: Rewrite the Chinese translation front page
docs/zh_CN: add a man-pages link to zh_CN/index.rst

Documentation/translations/zh_CN/arch.rst | 29 +++
Documentation/translations/zh_CN/index.rst | 169 ++++++------------
.../translations/zh_CN/process/index.rst | 1 +
3 files changed, 82 insertions(+), 117 deletions(-)
create mode 100644 Documentation/translations/zh_CN/arch.rst


base-commit: df39f6bb3c59784acf0c31f2c5e7eee3a4fea354
--
2.30.2


--
Wu XiangCheng 0x32684A40BCA7AEA7


2022-10-11 17:16:29

by Jonathan Corbet

[permalink] [raw]
Subject: Re: [PATCH v2 0/4] docs/zh_CN: Rewrite the zh_CN/index.rst

Wu XiangCheng <[email protected]> writes:

> Follow Jonathan's steps[1], rewrite the entry point of kernel's Chinese
> translation documentation.
>
> [1]: https://lore.kernel.org/linux-doc/[email protected]/T
>
> v2:
> * remove blank line
> * fix typo
> v1:
> https://lore.kernel.org/linux-doc/[email protected]/T/#t
>
> Thanks,
>
> Wu XiangCheng (4):
> docs/zh_CN: promote the title of zh_CN/process/index.rst
> docs/zh_CN: add zh_CN/arch.rst
> docs/zh_CN: Rewrite the Chinese translation front page
> docs/zh_CN: add a man-pages link to zh_CN/index.rst
>
> Documentation/translations/zh_CN/arch.rst | 29 +++
> Documentation/translations/zh_CN/index.rst | 169 ++++++------------
> .../translations/zh_CN/process/index.rst | 1 +
> 3 files changed, 82 insertions(+), 117 deletions(-)
> create mode 100644 Documentation/translations/zh_CN/arch.rst

Series applied, thanks.

jon