File tree Expand file tree Collapse file tree 5 files changed +48
-45
lines changed Expand file tree Collapse file tree 5 files changed +48
-45
lines changed Original file line number Diff line number Diff line change @@ -69,8 +69,8 @@ Troubleshooting
6969 :hidden:
7070 :caption: Tutorials
7171
72- tutorials/basic_tutorial .rst
73- tutorials/other_tutorials .rst
72+ tutorials/basic_tutorial_index .rst
73+ tutorials/other_tutorials_index .rst
7474
7575.. toctree ::
7676 :maxdepth: 2
Original file line number Diff line number Diff line change 1+ .. _tutorials_overview :
2+
3+ Overview
4+ --------
5+
Original file line number Diff line number Diff line change 1- .. _ref_tutorials_basic :
2-
3- ==================
4- The basic tutorial
5- ==================
6-
7- This tutorial guides throughout the basic concepts and features of the PyDPF-Core tool.
8- It helps to have a Python interpreter for hands-on experience, but all code examples are
9- executed, so the tutorial can be read off-line as well.
10-
11- For a complete description of all the objects and modules, see the :ref: `API reference <ref_api_section >` section.
12-
13- This page is divided in two sections:
14-
15- .. grid :: 1 1 2 2
16- :gutter: 2
17- :padding: 2
18- :margin: 2
19-
20- .. grid-item-card :: Overview
21- :link: tutorials_overview
22- :link-type: ref
23- :text-align: center
24-
25- Learn the different ways to interact with data by calling PyDPF-Core commands and operators.
26-
27- .. grid-item-card :: Postprocessing main steps
28- :link: tutorials_main_steps
29- :link-type: ref
30- :text-align: center
31-
32- How to do a basic prost-processing by transforming simulation data into output
33- data that can be used to visualize and analyze results
34-
35- .. _tutorials_overview :
36-
37- Overview
38- --------
39-
40-
41-
421.. _tutorials_main_steps :
432
443Postprocessing main steps
@@ -237,5 +196,4 @@ Plot the transformed displacement results
237196.. _tutorials_main_steps_5 :
238197
2391985- Extract the data
240- *******************
241-
199+ *******************
Original file line number Diff line number Diff line change 1+ .. _ref_tutorials_basic :
2+
3+ ==================
4+ The basic tutorial
5+ ==================
6+
7+ This tutorial guides throughout the basic concepts and features of the PyDPF-Core tool.
8+ It helps to have a Python interpreter for hands-on experience, but all code examples are
9+ executed, so the tutorial can be read off-line as well.
10+
11+ For a complete description of all the objects and modules, see the :ref: `API reference <ref_api_section >` section.
12+
13+ This page is divided in two sections:
14+
15+ .. grid :: 1 1 2 2
16+ :gutter: 2
17+ :padding: 2
18+ :margin: 2
19+
20+ .. grid-item-card :: Overview
21+ :link: tutorials_overview
22+ :link-type: ref
23+ :text-align: center
24+
25+ Learn the different ways to interact with data by calling PyDPF-Core commands and operators.
26+
27+ .. grid-item-card :: Postprocessing main steps
28+ :link: tutorials_main_steps
29+ :link-type: ref
30+ :text-align: center
31+
32+ How to do a basic prost-processing by transforming simulation data into output
33+ data that can be used to visualize and analyze results
34+
35+ .. include ::
36+ 00-overview.rst
37+
38+ .. include ::
39+ 01-main-steps.rst
40+
File renamed without changes.
You can’t perform that action at this time.
0 commit comments