[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <50eb18ad-ee3c-951f-03a5-5971285435bf@linux.alibaba.com>
Date: Sat, 26 Sep 2020 14:20:36 +0800
From: Alex Shi <alex.shi@...ux.alibaba.com>
To: Bailu Lin <bailu.lin@...o.com>
Cc: catalin.marinas@....com, corbet@....net, harryxiyou@...il.com,
kernel@...o.com, linux-arm-kernel@...ts.infradead.org,
linux-doc@...r.kernel.org, linux-kernel@...r.kernel.org,
will@...nel.org
Subject: Re: [PATCH v5] doc: zh_CN: index files in arm64 subdirectory
Reviewed-by: Alex Shi <alex.shi@...ux.alibaba.com>
在 2020/9/26 上午10:25, Bailu Lin 写道:
> Add arm64 subdirectory into the table of Contents for zh_CN,
> then add other translations in arm64 conveniently.
>
> Signed-off-by: Bailu Lin <bailu.lin@...o.com>
> ---
> Changes in v5:
> - Remove zh_CN/arm64/index.rst's inappropriate License claim.
> Changes in v4:
> - Remove index.rst's inappropriate License claim.
> Changes in v3:
> - Correct email encoding format.
> Changes in v2:
> - Fix patch description.
> ---
> Documentation/arm64/index.rst | 2 ++
> Documentation/translations/zh_CN/arm64/index.rst | 14 ++++++++++++++
> Documentation/translations/zh_CN/index.rst | 1 +
> 3 files changed, 17 insertions(+)
> create mode 100644 Documentation/translations/zh_CN/arm64/index.rst
>
> diff --git a/Documentation/arm64/index.rst b/Documentation/arm64/index.rst
> index d9665d83c53a..3ebe0fa31948 100644
> --- a/Documentation/arm64/index.rst
> +++ b/Documentation/arm64/index.rst
> @@ -1,3 +1,5 @@
> +.. _arm64_index:
> +
> ==================
> ARM64 Architecture
> ==================
> diff --git a/Documentation/translations/zh_CN/arm64/index.rst b/Documentation/translations/zh_CN/arm64/index.rst
> new file mode 100644
> index 000000000000..57545f19ab2d
> --- /dev/null
> +++ b/Documentation/translations/zh_CN/arm64/index.rst
> @@ -0,0 +1,14 @@
> +.. include:: ../disclaimer-zh_CN.rst
> +
> +:Original: :ref:`Documentation/arm64/index.rst <arm64_index>`
> +:Translator: Bailu Lin <bailu.lin@...o.com>
> +
> +.. _cn_arm64_index:
> +
> +
> +==========
> +ARM64 架构
> +==========
> +
> +.. toctree::
> + :maxdepth: 2
> diff --git a/Documentation/translations/zh_CN/index.rst b/Documentation/translations/zh_CN/index.rst
> index 85643e46e308..be6f11176200 100644
> --- a/Documentation/translations/zh_CN/index.rst
> +++ b/Documentation/translations/zh_CN/index.rst
> @@ -19,6 +19,7 @@
> admin-guide/index
> process/index
> filesystems/index
> + arm64/index
>
> 目录和表格
> ----------
>
Powered by blists - more mailing lists