From 19ff7595833b3cd998f37f04019d422c3170610d Mon Sep 17 00:00:00 2001 From: zhangyi Date: Mon, 28 Mar 2022 11:34:11 +0800 Subject: [PATCH] modify the file --- tutorials/source_en/index.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tutorials/source_en/index.rst b/tutorials/source_en/index.rst index 4d6a8e712e..b6b458d653 100644 --- a/tutorials/source_en/index.rst +++ b/tutorials/source_en/index.rst @@ -20,3 +20,10 @@ MindSpore Tutorial beginner/train beginner/save_load beginner/infer + +.. toctree:: + :glob: + :maxdepth: 1 + :caption: Advance + + advance/linear_fitting \ No newline at end of file -- Gitee