.. _tutorial_label: .. sectionauthor:: your name 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 ``. For example, :ref:`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 :ref:`hyperlinks `. .. contents:: :depth: 2 Step 1: ------- Some information on how to get started. .. code-block:: >>> Explain your setup with code blocks or command line instructions. .. code-block:: #!/usr/bin/env python3 print(Or code snippets.) Step 2: ------- .. image:: /Tutorials/SU2DataMiner_logo.png :height: 200 px :width: 200 px :scale: 50 % :alt: this is a detailed caption of the image :align: left :loading: embed and some text here Step 3: ------- .. _literature_link_1: .. _literature_link_2: