File tree 1 file changed +14
-3
lines changed
1 file changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -29,13 +29,24 @@ of the simulation workflow, and want to lear how to automate their simualtions w
29
29
If you are a new user to SimScale, please first get a grasp of the workflow
30
30
and capabilites of the platform, for instance by following the introductory and advaced tutorials
31
31
32
- `Introductory Tutorials <https://www.simscale.com/tutorials >`_
32
+ `Introductory Platform Tutorials <https://www.simscale.com/tutorials >`_
33
33
34
- `Advanced Tutorials <https://www.simscale.com/docs/tutorials >`_
34
+ `Advanced Platform Tutorials <https://www.simscale.com/docs/tutorials >`_
35
+
36
+ Also, this tutorial assumes that the user is already experienced in the python or C#
37
+ programming languages and knowledgeable in basic to intermediate programming concepts. Most
38
+ of the presented code is in the form of snippets and will not run on its own. For instance,
39
+ variables created in previous pages might be used without additional notice or context.
40
+
41
+ Although the individual pages can serve as reference, following the tutorial step by step
42
+ might be required to have a full understanding of the API workflow.
43
+
44
+
45
+ Summary
46
+ -------
35
47
36
48
.. toctree ::
37
49
:maxdepth: 2
38
- :caption: Contents:
39
50
40
51
tutorial/installation
41
52
tutorial/api_keys
You can’t perform that action at this time.
0 commit comments