[PATCH v2 0/3] convert TW translation sparse.txt to RST

Min-Hua Chen posted 3 patches 2 years, 4 months ago
There is a newer version of this series
.../translations/zh_TW/dev-tools/index.rst    | 40 +++++++++++++++++++
.../{sparse.txt => dev-tools/sparse.rst}      |  2 +-
Documentation/translations/zh_TW/index.rst    |  2 +-
3 files changed, 42 insertions(+), 2 deletions(-)
create mode 100644 Documentation/translations/zh_TW/dev-tools/index.rst
rename Documentation/translations/zh_TW/{sparse.txt => dev-tools/sparse.rst} (99%)
[PATCH v2 0/3] convert TW translation sparse.txt to RST
Posted by Min-Hua Chen 2 years, 4 months ago
These patches move TW sparse.txt to TW dev-tools and
convert TW sparse.txt to RST, based on [1].
Add the RST to toctree [2].

Randy said [1]:
"
it would be good if someone would update/modify this
sparse.txt file to be in Documentation/translation/zh_TW/dev-tools/
and convert it to sparse.rst (IMO).
"

[1] https://lore.kernel.org/lkml/bfab7c5b-e4d3-d8d9-afab-f43c0cdf26cf@infradead.org/
[2] https://lore.kernel.org/lkml/87a5uxxqf3.fsf@meer.lwn.net/



Min-Hua Chen (3):
  docs: sparse: move TW sparse.txt to TW dev-tools
  docs: sparse: convert sparse.txt to RST
  docs: sparse: add sparse.rst to toctree

 .../translations/zh_TW/dev-tools/index.rst    | 40 +++++++++++++++++++
 .../{sparse.txt => dev-tools/sparse.rst}      |  2 +-
 Documentation/translations/zh_TW/index.rst    |  2 +-
 3 files changed, 42 insertions(+), 2 deletions(-)
 create mode 100644 Documentation/translations/zh_TW/dev-tools/index.rst
 rename Documentation/translations/zh_TW/{sparse.txt => dev-tools/sparse.rst} (99%)

-- 
2.34.1
Re: [PATCH v2 0/3] convert TW translation sparse.txt to RST
Posted by Jonathan Corbet 2 years, 3 months ago
Min-Hua Chen <minhuadotchen@gmail.com> writes:

> These patches move TW sparse.txt to TW dev-tools and
> convert TW sparse.txt to RST, based on [1].
> Add the RST to toctree [2].
>
> Randy said [1]:
> "
> it would be good if someone would update/modify this
> sparse.txt file to be in Documentation/translation/zh_TW/dev-tools/
> and convert it to sparse.rst (IMO).
> "
>
> [1] https://lore.kernel.org/lkml/bfab7c5b-e4d3-d8d9-afab-f43c0cdf26cf@infradead.org/
> [2] https://lore.kernel.org/lkml/87a5uxxqf3.fsf@meer.lwn.net/
>
>
>
> Min-Hua Chen (3):
>   docs: sparse: move TW sparse.txt to TW dev-tools
>   docs: sparse: convert sparse.txt to RST
>   docs: sparse: add sparse.rst to toctree
>
>  .../translations/zh_TW/dev-tools/index.rst    | 40 +++++++++++++++++++
>  .../{sparse.txt => dev-tools/sparse.rst}      |  2 +-
>  Documentation/translations/zh_TW/index.rst    |  2 +-
>  3 files changed, 42 insertions(+), 2 deletions(-)
>  create mode 100644 Documentation/translations/zh_TW/dev-tools/index.rst
>  rename Documentation/translations/zh_TW/{sparse.txt => dev-tools/sparse.rst} (99%)

This series doesn't apply to docs-next (the final patch, in particular,
is problematic).  Can you respin and resend, please?

Thanks,

jon
Re: [PATCH v2 0/3] convert TW translation sparse.txt to RST
Posted by Min-Hua Chen 2 years, 3 months ago
>>  .../translations/zh_TW/dev-tools/index.rst    | 40 +++++++++++++++++++
>>  .../{sparse.txt => dev-tools/sparse.rst}      |  2 +-
>>  Documentation/translations/zh_TW/index.rst    |  2 +-
>>  3 files changed, 42 insertions(+), 2 deletions(-)
>>  create mode 100644 Documentation/translations/zh_TW/dev-tools/index.rst
>>  rename Documentation/translations/zh_TW/{sparse.txt => dev-tools/sparse.rst} (99%)
>
>This series doesn't apply to docs-next (the final patch, in particular,
>is problematic).  Can you respin and resend, please?

No problem. I will respin and resend the patches.

Cheers,
Min-Hua
>
>Thanks,
>
>jon