Skip to content

Commit 1b27170

Browse files
Adapt tutorial sections cards in the index.rst page
1 parent e7f9c50 commit 1b27170

File tree

1 file changed

+20
-22
lines changed

1 file changed

+20
-22
lines changed

doc/source/user_guide/tutorials/index.rst

Lines changed: 20 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,19 @@ section.
1717
*************************************
1818

1919
New to PyDPF-Core? Check our beginner's tutorials. They offer an overview
20-
of our package background so you can understand how to work with it.
20+
of basic features and concepts so you can start coding right away.
2121

2222
.. grid:: 1 1 3 3
2323
:gutter: 2
2424
:padding: 2
2525
:margin: 2
2626

27-
.. grid-item-card:: PyDPF-Core data structures
27+
.. grid-item-card:: Data structures
2828
:link: ref_tutorials_data_structures
2929
:link-type: ref
3030
:text-align: center
3131

32-
Learn the different data structures used by DPF when handling data
32+
Learn about the different data structures available in DPF.
3333

3434
.. grid-item-card:: PyDPF-Core language
3535
:text-align: center
@@ -49,10 +49,8 @@ of our package background so you can understand how to work with it.
4949
:link-type: ref
5050
:text-align: center
5151

52-
Learn the basics on a post-processing procedure
53-
using PyDPf-Core based on its usual main steps. The goal is to
54-
transform simulation data into output data that can be used to
55-
visualize and analyze simulation results.
52+
Follow a basic post-processing procedure with data transformation,
53+
visualization and analysis using PyDPf-Core.
5654

5755
:fa:`book-open-reader` Common topics
5856
************************************
@@ -62,21 +60,21 @@ of our package background so you can understand how to work with it.
6260
:padding: 2
6361
:margin: 2
6462

65-
.. grid-item-card:: Import Data on DPF
63+
.. grid-item-card:: Importing data
6664
:link: ref_tutorials_import_data
6765
:link-type: ref
6866
:text-align: center
6967

7068
Understand how to represent data in DPF: either from manual input either form result files.
7169

72-
.. grid-item-card:: Mesh exploration
70+
.. grid-item-card:: Meshes
7371
:link: ref_tutorials_mesh
7472
:link-type: ref
7573
:text-align: center
7674

77-
Learn how to explore a mesh in DPF.
75+
Learn how to interact with meshes in PyDPF-Core.
7876

79-
.. grid-item-card:: Manipulate data with operators and workflows
77+
.. grid-item-card:: Processing data with operators and workflows
8078
:text-align: center
8179
:class-card: sd-bg-light
8280
:class-header: sd-bg-light sd-text-dark
@@ -87,7 +85,7 @@ of our package background so you can understand how to work with it.
8785
+++
8886
Coming soon
8987

90-
.. grid-item-card:: Export data from DPF
88+
.. grid-item-card:: Exporting data
9189
:text-align: center
9290
:class-card: sd-bg-light
9391
:class-header: sd-bg-light sd-text-dark
@@ -98,14 +96,14 @@ of our package background so you can understand how to work with it.
9896
+++
9997
Coming soon
10098

101-
.. grid-item-card:: Plot
99+
.. grid-item-card:: Plotting
102100
:link: ref_tutorials_plot
103101
:link-type: ref
104102
:text-align: center
105103

106104
Explore the different approaches to visualise the data in plots.
107105

108-
.. grid-item-card:: Animate
106+
.. grid-item-card:: Animations
109107
:link: ref_tutorials_animate
110108
:link-type: ref
111109
:text-align: center
@@ -117,7 +115,7 @@ of our package background so you can understand how to work with it.
117115
:link-type: ref
118116
:text-align: center
119117

120-
Learn how to do mathematical operations using PyDPF-Core and data structures
118+
Learn how to perform mathematical operations on data structures.
121119

122120
.. grid-item-card:: Manipulating physics data
123121
:text-align: center
@@ -136,37 +134,37 @@ of our package background so you can understand how to work with it.
136134
:link-type: ref
137135
:text-align: center
138136

139-
Discover how to enhance DPF capabilities by creating your own operators and plugins.
137+
Discover how to enhance DPF capabilities with custom operators and plugins.
140138

141-
.. grid-item-card:: Post-process distributed files
139+
.. grid-item-card:: Processing distributed files
142140
:text-align: center
143141
:class-card: sd-bg-light
144142
:class-header: sd-bg-light sd-text-dark
145143
:class-footer: sd-bg-light sd-text-dark
146144

147-
Learn how to use PyDPF-Core with distributed files.
145+
Learn how to use PyDPF-Core with distributed result files.
148146

149147
+++
150148
Coming soon
151149

152-
.. grid-item-card:: DPF server
150+
.. grid-item-card:: Managing local and remote servers
153151
:text-align: center
154152
:class-card: sd-bg-light
155153
:class-header: sd-bg-light sd-text-dark
156154
:class-footer: sd-bg-light sd-text-dark
157155

158-
Understand how to manipulate DPF client-server architecture
156+
Learn about the DPF client-server architecture and management of local and remote servers.
159157

160158
+++
161159
Coming soon
162160

163-
.. grid-item-card:: Licensing
161+
.. grid-item-card:: Manage licensing
164162
:text-align: center
165163
:class-card: sd-bg-light
166164
:class-header: sd-bg-light sd-text-dark
167165
:class-footer: sd-bg-light sd-text-dark
168166

169-
Understand how to access the Entry and Premium licensing capabilities
167+
Learn how to manage licensing in PyDPF-Core.
170168

171169
+++
172170
Coming soon

0 commit comments

Comments
 (0)