From 364d7fa914d64764c758dae27b4646da314d17ef Mon Sep 17 00:00:00 2001 From: lvmingfu <630944715@qq.com> Date: Fri, 14 Aug 2020 19:23:41 +0800 Subject: [PATCH] add design.rst in docs --- docs/source_en/design.rst | 8 ++++++++ docs/source_en/index.rst | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 docs/source_en/design.rst diff --git a/docs/source_en/design.rst b/docs/source_en/design.rst new file mode 100644 index 00000000..b4a28c5a --- /dev/null +++ b/docs/source_en/design.rst @@ -0,0 +1,8 @@ +design +=========== + +.. toctree:: + :maxdepth: 1 + + architecture + design/mindinsight/tensor_visual_design \ No newline at end of file diff --git a/docs/source_en/index.rst b/docs/source_en/index.rst index b8bc04f2..86ecdb97 100644 --- a/docs/source_en/index.rst +++ b/docs/source_en/index.rst @@ -10,7 +10,7 @@ MindSpore Documentation :glob: :maxdepth: 1 - architecture + design roadmap benchmark network_list -- GitLab