Skip to content

Commit f616dd1

Browse files
add fundamentals and usage tutorials and their sections
1 parent a0d288e commit f616dd1

File tree

1 file changed

+188
-32
lines changed

1 file changed

+188
-32
lines changed
Lines changed: 188 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,97 +1,253 @@
11
.. _ref_tutorials_others:
22

3+
======================
34
Fundamentals and usage
4-
----------------------
5+
======================
56

67
These tutorials cover specifics features with detailed demonstrations to help
78
understanding the fundamental PyDPF-Core functionalities and clarify some concepts.
89

910
They are categorised based on PyDPF-Core usage :
1011

11-
.. grid:: 4
12+
Import Data
13+
-----------
14+
15+
From user input
16+
***************
17+
18+
.. grid:: 2
1219
:gutter: 2
1320
:padding: 2
1421
:margin: 2
1522

16-
.. grid-item-card:: Results
17-
:link: tutorials_other_feature_1
23+
.. grid-item-card:: Import data from csv file
24+
:link: ref_tutorials
1825
:link-type: ref
1926
:text-align: center
2027

21-
.. grid-item-card:: Mesh
22-
:link: tutorials_other_feature_2
23-
:link-type: ref
24-
:text-align: center
28+
This tutorial
2529

26-
.. grid-item-card:: Transform data
27-
:link: tutorials_other_feature_3
30+
.. grid-item-card:: Create a data storage structure from scratch
31+
:link: ref_tutorials
2832
:link-type: ref
2933
:text-align: center
3034

31-
.. grid-item-card:: Plot
32-
:link: tutorials_other_feature_4
35+
This tutorial
36+
37+
.. grid-item-card:: Create a mesh from scratch
38+
:link: ref_tutorials
3339
:link-type: ref
3440
:text-align: center
3541

36-
.. grid-item-card:: Animate
37-
:link: tutorials_other_feature_5
42+
This tutorial
43+
44+
From result files
45+
*****************
46+
47+
.. grid:: 2
48+
:gutter: 2
49+
:padding: 2
50+
:margin: 2
51+
52+
.. grid-item-card:: Extract and explore results metadata
53+
:link: ref_tutorials
3854
:link-type: ref
3955
:text-align: center
4056

41-
.. grid-item-card:: Export data
42-
:link: tutorials_other_feature_6
57+
This tutorial
58+
59+
.. grid-item-card:: Extract and explore results
60+
:link: ref_tutorials
4361
:link-type: ref
4462
:text-align: center
4563

46-
.. grid-item-card:: Enriching DPF capabilities
47-
:link: tutorials_other_feature_7
64+
This tutorial
65+
66+
.. grid-item-card:: Narrow down data (scoping tutorial)
67+
:link: ref_tutorials
4868
:link-type: ref
4969
:text-align: center
5070

51-
.. grid-item-card:: Post-process distributed files
52-
:link: tutorials_other_feature_8
71+
This tutorial
72+
73+
Mesh
74+
----
75+
76+
.. grid:: 2
77+
:gutter: 2
78+
:padding: 2
79+
:margin: 2
80+
81+
.. grid-item-card:: Read the mesh metadata
82+
:link: ref_tutorials
5383
:link-type: ref
5484
:text-align: center
5585

56-
.. _tutorials_other_feature_1:
86+
This tutorial
5787

58-
Results
59-
-------
88+
.. grid-item-card:: Read the mesh
89+
:link: ref_tutorials
90+
:link-type: ref
91+
:text-align: center
6092

93+
This tutorial
6194

95+
.. grid-item-card:: Read a subpart of the mesh
96+
:link: ref_tutorials
97+
:link-type: ref
98+
:text-align: center
6299

63-
.. _tutorials_other_feature_2:
100+
This tutorial
64101

65-
Mesh
66-
----
102+
.. grid-item-card:: Split the mesh
103+
:link: ref_tutorials
104+
:link-type: ref
105+
:text-align: center
67106

68-
.. _tutorials_other_feature_3:
107+
This tutorial
69108

70109
Transform data
71110
--------------
72111

73-
.. _tutorials_other_feature_4:
112+
.. grid:: 2
113+
:gutter: 2
114+
:padding: 2
115+
:margin: 2
116+
117+
.. grid-item-card:: Using operators
118+
:link: ref_tutorials
119+
:link-type: ref
120+
:text-align: center
121+
122+
This tutorial
123+
124+
.. grid-item-card:: Create a workflow
125+
:link: ref_tutorials
126+
:link-type: ref
127+
:text-align: center
128+
129+
This tutorial
130+
74131

75132
Plot
76133
----
77134

78-
.. _tutorials_other_feature_5:
135+
.. grid:: 2
136+
:gutter: 2
137+
:padding: 2
138+
:margin: 2
139+
140+
.. grid-item-card:: Plotting meshes
141+
:link: ref_tutorials
142+
:link-type: ref
143+
:text-align: center
144+
145+
This tutorial
146+
147+
.. grid-item-card:: Plotting 3D data
148+
:link: ref_tutorials
149+
:link-type: ref
150+
:text-align: center
151+
152+
This tutorial
153+
154+
.. grid-item-card:: Plotting 2D data
155+
:link: ref_tutorials
156+
:link-type: ref
157+
:text-align: center
158+
159+
This tutorial
160+
79161

80162
Animate
81163
-------
82164

83-
.. _tutorials_other_feature_6:
165+
.. grid:: 2
166+
:gutter: 2
167+
:padding: 2
168+
:margin: 2
169+
170+
.. grid-item-card:: Animate transient data
171+
:link: ref_tutorials
172+
:link-type: ref
173+
:text-align: center
174+
175+
This tutorial
176+
177+
.. grid-item-card:: Animate modal data
178+
:link: ref_tutorials
179+
:link-type: ref
180+
:text-align: center
181+
182+
This tutorial
84183

85184
Export data
86185
-----------
87186

88-
.. _tutorials_other_feature_7:
187+
.. grid:: 2
188+
:gutter: 2
189+
:padding: 2
190+
:margin: 2
191+
192+
.. grid-item-card:: Export to XXX
193+
:link: ref_tutorials
194+
:link-type: ref
195+
:text-align: center
196+
197+
This tutorial
198+
89199

90200
Enriching DPF capabilities
91201
--------------------------
92202

93-
.. _tutorials_other_feature_8:
203+
.. grid:: 2
204+
:gutter: 2
205+
:padding: 2
206+
:margin: 2
207+
208+
.. grid-item-card:: Create custom operators and plugins
209+
:link: ref_tutorials
210+
:link-type: ref
211+
:text-align: center
212+
213+
This tutorial
214+
215+
.. grid-item-card:: Configure DPF plugins load
216+
:link: ref_tutorials
217+
:link-type: ref
218+
:text-align: center
219+
220+
This tutorial
94221

95222
Post-process distributed files
96223
------------------------------
97224

225+
DPF server
226+
----------
227+
228+
.. grid:: 2
229+
:gutter: 2
230+
:padding: 2
231+
:margin: 2
232+
233+
.. grid-item-card:: Switch between local and remote server
234+
:link: ref_tutorials
235+
:link-type: ref
236+
:text-align: center
237+
238+
This tutorial
239+
240+
Licensing
241+
---------
242+
243+
.. grid:: 2
244+
:gutter: 2
245+
:padding: 2
246+
:margin: 2
247+
248+
.. grid-item-card:: Access Entry and Premium Capabilities
249+
:link: ref_tutorials
250+
:link-type: ref
251+
:text-align: center
252+
253+
This tutorial

0 commit comments

Comments
 (0)