From 3c2b3b3c0ab4fd69e161d3df41ce89f8705131e9 Mon Sep 17 00:00:00 2001 From: SebastianHan Date: Wed, 22 Apr 2020 11:12:28 +0800 Subject: [PATCH] delete index statement --- tutorials/source_en/index.rst | 10 +--------- tutorials/source_zh_cn/index.rst | 10 +--------- 2 files changed, 2 insertions(+), 18 deletions(-) diff --git a/tutorials/source_en/index.rst b/tutorials/source_en/index.rst index b3ff826117..79c9f92111 100644 --- a/tutorials/source_en/index.rst +++ b/tutorials/source_en/index.rst @@ -36,12 +36,4 @@ MindSpore Tutorials advanced_use/on_device_inference advanced_use/model_security advanced_use/mindspore_cpu_win_install_en - advanced_use/community - -.. toctree:: - :glob: - :maxdepth: 1 - :caption: Statement - - statement/legal_statement - statement/privacy_policy \ No newline at end of file + advanced_use/community \ No newline at end of file diff --git a/tutorials/source_zh_cn/index.rst b/tutorials/source_zh_cn/index.rst index 0628a23946..a26d743c35 100644 --- a/tutorials/source_zh_cn/index.rst +++ b/tutorials/source_zh_cn/index.rst @@ -37,12 +37,4 @@ MindSpore教程 advanced_use/on_device_inference advanced_use/model_security advanced_use/mindspore_cpu_win_install - advanced_use/community - -.. toctree:: - :glob: - :maxdepth: 1 - :caption: 声明 - - statement/legal_statement - statement/privacy_policy + advanced_use/community \ No newline at end of file -- Gitee