All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V3 0/4] docs/zh_CN: core-api: Add some translations for the "Data structures" section(Part 1)
@ 2022-08-19  6:28 Binbin Zhou
  2022-08-19  6:28 ` [PATCH V3 1/4] docs/zh_CN: core-api: Add idr Chinese translation Binbin Zhou
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Binbin Zhou @ 2022-08-19  6:28 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 v2:
1. Rebase patchset on jc/docs-next.
2. Take Alex's advices about circular-buffers.rst, thanks.

Details:
https://lore.kernel.org/all/CAJy-AmkZFxNPL52M6Yuxu9prgdPSxkaO-FUs=tfY7ZB=YHoR1w@mail.gmail.com/

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       | 210 ++++++++++++++++++
 .../zh_CN/core-api/generic-radix-tree.rst     |  23 ++
 .../translations/zh_CN/core-api/idr.rst       |  80 +++++++
 .../translations/zh_CN/core-api/index.rst     |   8 +-
 .../translations/zh_CN/core-api/packing.rst   | 160 +++++++++++++
 5 files changed, 477 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.31.1


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

end of thread, other threads:[~2022-09-26 23:00 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-19  6:28 [PATCH V3 0/4] docs/zh_CN: core-api: Add some translations for the "Data structures" section(Part 1) Binbin Zhou
2022-08-19  6:28 ` [PATCH V3 1/4] docs/zh_CN: core-api: Add idr Chinese translation Binbin Zhou
2022-08-19  6:28 ` [PATCH V3 2/4] docs/zh_CN: core-api: Add circular-buffers " Binbin Zhou
2022-08-19  6:28 ` [PATCH V3 3/4] docs/zh_CN: core-api: Add generic-radix-tree " Binbin Zhou
2022-08-19  6:28 ` [PATCH V3 4/4] docs/zh_CN: core-api: Add packing " Binbin Zhou
2022-09-26 13:01 ` [PATCH V3 0/4] docs/zh_CN: core-api: Add some translations for the "Data structures" section(Part 1) Binbin Zhou
2022-09-26 22:59   ` Jonathan Corbet

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.