Linux Documentation
 help / color / mirror / Atom feed
* [PATCH v2 0/4] docs/zh_CN: core-api: Add some translations for the "Data structures" section(Part 1)
@ 2022-07-19 13:04 Binbin Zhou
  2022-07-19 13:04 ` [PATCH v2 1/4] docs/zh_CN: core-api: Add idr Chinese translation Binbin Zhou
                   ` (3 more replies)
  0 siblings, 4 replies; 18+ messages in thread
From: Binbin Zhou @ 2022-07-19 13:04 UTC (permalink / raw)
  To: alexs, siyanteng; +Cc: corbet, chenhuacai, bobwxc, linux-doc, Binbin Zhou

Hi all:

I have translated all the docs for section "Data structures and low-level utilities"
of the core-api, and I plan to split them into two patchset submissions.

This patchset contains the following files:

idr.rst
circular-buffers.rst
generic-radix-tree.rst
packing.rst

For more details, please see TODOLIST in core-api/index.rst.

Thanks.

Changes since v1:
1. Rebase patchset on jc/docs-next.
2. Take the advices of Xiangcheng and Yanteng, thanks.

Details:
https://lore.kernel.org/all/6904a35b-6425-36af-66a0-ecd0a222a15f@loongson.cn/
https://lore.kernel.org/all/35121f9b-4dd7-4114-9242-caf2dcfa8f9c@loongson.cn/
https://lore.kernel.org/all/86118122-2885-78e3-677e-b3a6ca47a20c@loongson.cn/
https://lore.kernel.org/all/YtKy+z+iSA6D8r9m@bobwxc.mipc/
https://lore.kernel.org/all/YtLF2g8fQdi4%2FaKQ@bobwxc.mipc/

Binbin Zhou (4):
  docs/zh_CN: core-api: Add idr Chinese translation
  docs/zh_CN: core-api: Add circular-buffers Chinese translation
  docs/zh_CN: core-api: Add generic-radix-tree Chinese translation
  docs/zh_CN: core-api: Add packing Chinese translation

 .../zh_CN/core-api/circular-buffers.rst       | 209 ++++++++++++++++++
 .../zh_CN/core-api/generic-radix-tree.rst     |  23 ++
 .../translations/zh_CN/core-api/idr.rst       |  77 +++++++
 .../translations/zh_CN/core-api/index.rst     |   8 +-
 .../translations/zh_CN/core-api/packing.rst   | 159 +++++++++++++
 5 files changed, 472 insertions(+), 4 deletions(-)
 create mode 100644 Documentation/translations/zh_CN/core-api/circular-buffers.rst
 create mode 100644 Documentation/translations/zh_CN/core-api/generic-radix-tree.rst
 create mode 100644 Documentation/translations/zh_CN/core-api/idr.rst
 create mode 100644 Documentation/translations/zh_CN/core-api/packing.rst

-- 
2.20.1


^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2022-08-04  1:12 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-19 13:04 [PATCH v2 0/4] docs/zh_CN: core-api: Add some translations for the "Data structures" section(Part 1) Binbin Zhou
2022-07-19 13:04 ` [PATCH v2 1/4] docs/zh_CN: core-api: Add idr Chinese translation Binbin Zhou
2022-07-20  5:55   ` Wu XiangCheng
2022-07-21  7:15   ` YanTeng Si
2022-08-03  3:03   ` Alex Shi
2022-07-19 13:04 ` [PATCH v2 2/4] docs/zh_CN: core-api: Add circular-buffers " Binbin Zhou
2022-07-20  5:56   ` Wu XiangCheng
2022-07-21  7:16   ` YanTeng Si
2022-08-03  7:11   ` Alex Shi
2022-08-04  1:12     ` Binbin Zhou
2022-07-19 13:04 ` [PATCH v2 3/4] docs/zh_CN: core-api: Add generic-radix-tree " Binbin Zhou
2022-07-20  5:57   ` Wu XiangCheng
2022-07-21  7:17   ` YanTeng Si
2022-08-03  7:20   ` Alex Shi
2022-07-19 13:04 ` [PATCH v2 4/4] docs/zh_CN: core-api: Add packing " Binbin Zhou
2022-07-20 16:03   ` Wu XiangCheng
2022-07-21  7:17   ` YanTeng Si
2022-08-03  7:18   ` Alex Shi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox