.. We create this roles for putting the "Introduction: etc. headings
    on this page without them displaying in the ToC.  This would break
    rendering the ToC correctly on readthedocs style.  The rubric
    headings are formatted using CSS.
    .. role:: rubric-heading1
        :class: rubric-heading1

.. _tutorial-getting-started:


Getting Started
===============

These Tutorials will help you with your first steps in SeqAn.

.. important::

    Before you start, make sure that you have installed SeqAn correctly by following the :ref:`User Guide <infra-use>`!


.. toctree::
    :titlesonly:

    BackgroundAndMotivation
    AFirstExample
    ParsingCommandLineArguments
