2022-10-11 06:04:56

by Wu XiangCheng

[permalink] [raw]
Subject: [PATCH v2 2/4] docs/zh_CN: add zh_CN/arch.rst

From: Wu XiangCheng <[email protected]>

Add an entry for all zh arch documents.

Signed-off-by: Wu XiangCheng <[email protected]>
---
Documentation/translations/zh_CN/arch.rst | 29 +++++++++++++++++++++++
1 file changed, 29 insertions(+)
create mode 100644 Documentation/translations/zh_CN/arch.rst

diff --git a/Documentation/translations/zh_CN/arch.rst b/Documentation/translations/zh_CN/arch.rst
new file mode 100644
index 000000000000..690e173d8b2a
--- /dev/null
+++ b/Documentation/translations/zh_CN/arch.rst
@@ -0,0 +1,29 @@
+.. SPDX-License-Identifier: GPL-2.0
+
+处理器体系结构
+==============
+
+以下文档提供了具体架构实现的编程细节。
+
+.. toctree::
+ :maxdepth: 2
+
+ mips/index
+ arm64/index
+ riscv/index
+ openrisc/index
+ parisc/index
+ loongarch/index
+
+TODOList:
+
+* arm/index
+* ia64/index
+* m68k/index
+* nios2/index
+* powerpc/index
+* s390/index
+* sh/index
+* sparc/index
+* x86/index
+* xtensa/index
--
2.30.2


--
Wu XiangCheng 0x32684A40BCA7AEA7


2022-10-11 13:10:25

by Yanteng Si

[permalink] [raw]
Subject: Re: [PATCH v2 2/4] docs/zh_CN: add zh_CN/arch.rst


On 10/11/22 14:01, Wu XiangCheng wrote:
> From: Wu XiangCheng <[email protected]>
>
> Add an entry for all zh arch documents.
>
> Signed-off-by: Wu XiangCheng <[email protected]>
Reviewed-by: Yanteng Si <[email protected]>
> ---
> Documentation/translations/zh_CN/arch.rst | 29 +++++++++++++++++++++++
> 1 file changed, 29 insertions(+)
> create mode 100644 Documentation/translations/zh_CN/arch.rst
>
> diff --git a/Documentation/translations/zh_CN/arch.rst b/Documentation/translations/zh_CN/arch.rst
> new file mode 100644
> index 000000000000..690e173d8b2a
> --- /dev/null
> +++ b/Documentation/translations/zh_CN/arch.rst
> @@ -0,0 +1,29 @@
> +.. SPDX-License-Identifier: GPL-2.0
> +
> +处理器体系结构
> +==============
> +
> +以下文档提供了具体架构实现的编程细节。
> +
> +.. toctree::
> + :maxdepth: 2
> +
> + mips/index
> + arm64/index
> + riscv/index
> + openrisc/index
> + parisc/index
> + loongarch/index
> +
> +TODOList:
> +
> +* arm/index
> +* ia64/index
> +* m68k/index
> +* nios2/index
> +* powerpc/index
> +* s390/index
> +* sh/index
> +* sparc/index
> +* x86/index
> +* xtensa/index

2022-10-13 03:08:41

by Alex Shi

[permalink] [raw]
Subject: Re: [PATCH v2 2/4] docs/zh_CN: add zh_CN/arch.rst

Reviewed-by: Alex Shi <[email protected]>

On Tue, Oct 11, 2022 at 8:27 PM Yanteng Si <[email protected]> wrote:
>
>
> On 10/11/22 14:01, Wu XiangCheng wrote:
> > From: Wu XiangCheng <[email protected]>
> >
> > Add an entry for all zh arch documents.
> >
> > Signed-off-by: Wu XiangCheng <[email protected]>
> Reviewed-by: Yanteng Si <[email protected]>
> > ---
> > Documentation/translations/zh_CN/arch.rst | 29 +++++++++++++++++++++++
> > 1 file changed, 29 insertions(+)
> > create mode 100644 Documentation/translations/zh_CN/arch.rst
> >
> > diff --git a/Documentation/translations/zh_CN/arch.rst b/Documentation/translations/zh_CN/arch.rst
> > new file mode 100644
> > index 000000000000..690e173d8b2a
> > --- /dev/null
> > +++ b/Documentation/translations/zh_CN/arch.rst
> > @@ -0,0 +1,29 @@
> > +.. SPDX-License-Identifier: GPL-2.0
> > +
> > +处理器体系结构
> > +==============
> > +
> > +以下文档提供了具体架构实现的编程细节。
> > +
> > +.. toctree::
> > + :maxdepth: 2
> > +
> > + mips/index
> > + arm64/index
> > + riscv/index
> > + openrisc/index
> > + parisc/index
> > + loongarch/index
> > +
> > +TODOList:
> > +
> > +* arm/index
> > +* ia64/index
> > +* m68k/index
> > +* nios2/index
> > +* powerpc/index
> > +* s390/index
> > +* sh/index
> > +* sparc/index
> > +* x86/index
> > +* xtensa/index
>