From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-15.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,UNPARSEABLE_RELAY, URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 54A3DC433E0 for ; Wed, 24 Feb 2021 03:44:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id EB46C64E77 for ; Wed, 24 Feb 2021 03:44:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232936AbhBXDoN (ORCPT ); Tue, 23 Feb 2021 22:44:13 -0500 Received: from out30-132.freemail.mail.aliyun.com ([115.124.30.132]:49352 "EHLO out30-132.freemail.mail.aliyun.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232779AbhBXDoN (ORCPT ); Tue, 23 Feb 2021 22:44:13 -0500 X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R131e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=e01e04420;MF=alex.shi@linux.alibaba.com;NM=1;PH=DS;RN=8;SR=0;TI=SMTPD_---0UPPcELd_1614138209; Received: from IT-FVFX43SYHV2H.local(mailfrom:alex.shi@linux.alibaba.com fp:SMTPD_---0UPPcELd_1614138209) by smtp.aliyun-inc.com(127.0.0.1); Wed, 24 Feb 2021 11:43:30 +0800 Subject: Re: [PATCH v2 5/5] docs/zh_CN: add riscv index.rst translation To: Yanteng Si , Jonathan Corbet Cc: Harry Wei , Yanteng Si , linux-doc@vger.kernel.org, realpuyuwang@gmail.com, Huacai Chen , Jiaxun Yang References: <20210224031149.15179-1-siyanteng@loongson.cn> <20210224031149.15179-6-siyanteng@loongson.cn> From: Alex Shi Message-ID: Date: Wed, 24 Feb 2021 11:43:29 +0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.0; rv:68.0) Gecko/20100101 Thunderbird/68.12.0 MIME-Version: 1.0 In-Reply-To: <20210224031149.15179-6-siyanteng@loongson.cn> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org Reviewed-by: Alex Shi 在 2021/2/24 上午11:11, Yanteng Si 写道: > This patch translates Documentation/riscv/index.rst into Chinese. > > Signed-off-by: Yanteng Si > --- > .../translations/zh_CN/riscv/index.rst | 29 +++++++++++++++++++ > 1 file changed, 29 insertions(+) > create mode 100644 Documentation/translations/zh_CN/riscv/index.rst > > diff --git a/Documentation/translations/zh_CN/riscv/index.rst b/Documentation/translations/zh_CN/riscv/index.rst > new file mode 100644 > index 000000000000..ea360da28d38 > --- /dev/null > +++ b/Documentation/translations/zh_CN/riscv/index.rst > @@ -0,0 +1,29 @@ > +.. SPDX-License-Identifier: GPL-2.0 > + > +.. include:: ../disclaimer-zh_CN.rst > + > +:Original: :doc:`../../../riscv/index` > +:Translator: Yanteng Si > + > +.. _cn_riscv_index: > + > + > +=============== > +RISC-V 体系结构 > +=============== > + > +.. toctree:: > + :maxdepth: 1 > + > + boot-image-header > + pmu > + patch-acceptance > + > + features > + > +.. only:: subproject and html > + > + 目录 > + ==== > + > + * :ref:`genindex` >