From ba97efd6d9f7deb72c5f62b165f9099b683ec367 Mon Sep 17 00:00:00 2001 From: huanxiaoling <3174348550@qq.com> Date: Mon, 28 Nov 2022 15:37:11 +0800 Subject: [PATCH] modify the index files in mindflow --- docs/mindflow/docs/source_en/index.rst | 6 +++--- docs/mindflow/docs/source_zh_cn/index.rst | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/mindflow/docs/source_en/index.rst b/docs/mindflow/docs/source_en/index.rst index d3804d58e9..ad54bdb68a 100644 --- a/docs/mindflow/docs/source_en/index.rst +++ b/docs/mindflow/docs/source_en/index.rst @@ -22,7 +22,7 @@ MindSpore AI Fluid Simulation Suite .. toctree:: :glob: :maxdepth: 1 - :caption: Physics-driven AI Fluid Simulation + :caption: Physics-driven physics_driven/burgers physics_driven/cylinder_flow @@ -30,7 +30,7 @@ MindSpore AI Fluid Simulation Suite .. toctree:: :glob: :maxdepth: 1 - :caption: Data-driven AI Fluid Simulation + :caption: Data-driven data_driven/dfyf data_driven/fno1d @@ -39,7 +39,7 @@ MindSpore AI Fluid Simulation Suite .. toctree:: :glob: :maxdepth: 1 - :caption: AI Fluid Simulation for Data Mechanism Fusion + :caption: Data Mechanism Fusion physics_plus_data_driven/pdenet diff --git a/docs/mindflow/docs/source_zh_cn/index.rst b/docs/mindflow/docs/source_zh_cn/index.rst index 2576583d53..d185923cca 100644 --- a/docs/mindflow/docs/source_zh_cn/index.rst +++ b/docs/mindflow/docs/source_zh_cn/index.rst @@ -21,7 +21,7 @@ MindSpore AI 流体仿真套件 .. toctree:: :glob: :maxdepth: 1 - :caption: 物理驱动的AI流体仿真 + :caption: 物理驱动 physics_driven/burgers physics_driven/cylinder_flow @@ -29,7 +29,7 @@ MindSpore AI 流体仿真套件 .. toctree:: :glob: :maxdepth: 1 - :caption: 数据驱动的AI流体仿真 + :caption: 数据驱动 data_driven/dfyf data_driven/fno1d @@ -38,7 +38,7 @@ MindSpore AI 流体仿真套件 .. toctree:: :glob: :maxdepth: 1 - :caption: 数据机理融合的AI流体仿真 + :caption: 数据机理融合 physics_plus_data_driven/pdenet -- Gitee