From 2e1c8d94f1450183022177be5e94c993074291ba Mon Sep 17 00:00:00 2001 From: luisaFelixSalles Date: Mon, 25 Nov 2024 17:21:21 +0100 Subject: [PATCH] updates --- .../tutorials/import_data/import_result_file.rst | 2 +- doc/source/user_guide/tutorials/import_data/index.rst | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/doc/source/user_guide/tutorials/import_data/import_result_file.rst b/doc/source/user_guide/tutorials/import_data/import_result_file.rst index e9c68e607d..8bcb8a1163 100644 --- a/doc/source/user_guide/tutorials/import_data/import_result_file.rst +++ b/doc/source/user_guide/tutorials/import_data/import_result_file.rst @@ -21,7 +21,7 @@ You have two approaches to import a result file in DPF: The |Model| extracts a large amount of information by default (results, mesh and analysis data). If using this helper takes a long time for processing the code, mind using a |DataSources| object - and instantiating operators directly with it. Check the ":ref:`get_mesh_mesh_provider`" for more + and instantiating operators directly with it. Check the :ref:`get_mesh_mesh_provider` for more information on how to get a mesh from a result file. Define the result file path diff --git a/doc/source/user_guide/tutorials/import_data/index.rst b/doc/source/user_guide/tutorials/import_data/index.rst index 4944ce6d2a..c7ead0bdde 100644 --- a/doc/source/user_guide/tutorials/import_data/index.rst +++ b/doc/source/user_guide/tutorials/import_data/index.rst @@ -15,13 +15,6 @@ From user input :padding: 2 :margin: 2 - .. grid-item-card:: Import data from csv file - :link: ref_tutorials - :link-type: ref - :text-align: center - - Learn how to import data in DPF from a csv file - .. grid-item-card:: Manual input data on DPF :link: ref_tutorials_represent_data_on_dpf :link-type: ref