Section author: your name <email/contact>
Tutorial Template#
Use this file as a template for writing your own tutorial when creating new functionalities in SU2 DataMiner. Copy this file to the folder of the respective category and include the file name in the toctree of the index.rst file.
Introduction text in which you describe the goal of this tutorial. Create hyperlinks to other tutorials and documentation with :ref:`this command <DOCUMENT LABEL>.
For example, this page leads to the installation instructions page. Consult the Sphinx documentation page for formatting documentation.
You can also add images and reference them with hyperlinks.
Step 1:#
Some information on how to get started.
>>> Explain your setup with code blocks or command line instructions.
#!/usr/bin/env python3
print(Or code snippets.)
Step 2:#
and some text here