Skip to content

Commit a0d288e

Browse files
reorganizing
1 parent 992c045 commit a0d288e

File tree

5 files changed

+48
-45
lines changed

5 files changed

+48
-45
lines changed

doc/source/user_guide/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
.. _tutorials_overview:
2+
3+
Overview
4+
--------
5+

doc/source/user_guide/tutorials/basic_tutorial.rst renamed to doc/source/user_guide/tutorials/01-main-steps.rst

Lines changed: 1 addition & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,3 @@
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

443
Postprocessing main steps
@@ -237,5 +196,4 @@ Plot the transformed displacement results
237196
.. _tutorials_main_steps_5:
238197

239198
5- Extract the data
240-
*******************
241-
199+
*******************
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
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.

0 commit comments

Comments
 (0)