From 4e0816d0326a50f47ca21e11ea71dadbc2270fa2 Mon Sep 17 00:00:00 2001 From: lvmingfu <630944715@qq.com> Date: Tue, 26 May 2020 09:45:53 +0800 Subject: [PATCH] fix network-list and index text format && fix the index file --- docs/source_en/index.rst | 2 +- docs/source_en/network_list.md | 2 +- docs/source_zh_cn/index.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source_en/index.rst b/docs/source_en/index.rst index 9244fd61aa..b8bc04f222 100644 --- a/docs/source_en/index.rst +++ b/docs/source_en/index.rst @@ -14,7 +14,7 @@ MindSpore Documentation roadmap benchmark network_list - constraints_on_network_construction operator_list + constraints_on_network_construction glossary community diff --git a/docs/source_en/network_list.md b/docs/source_en/network_list.md index 90bfffb292..f1a5056d5e 100644 --- a/docs/source_en/network_list.md +++ b/docs/source_en/network_list.md @@ -1,4 +1,4 @@ -# 网络支持 +# Network List diff --git a/docs/source_zh_cn/index.rst b/docs/source_zh_cn/index.rst index ccc0e3b60e..3ce1555906 100644 --- a/docs/source_zh_cn/index.rst +++ b/docs/source_zh_cn/index.rst @@ -14,7 +14,7 @@ MindSpore文档 roadmap benchmark network_list - constraints_on_network_construction operator_list + constraints_on_network_construction glossary community -- Gitee