.. _tutorial:

Tutorial
========

The Jupyter Notebooks available on the Gitlab of Phasik `https://gitlab.com/habermann_lab/phasik <https://gitlab.com/habermann_lab/phasik>`_ serve as example for the tutorial. They can be downloaded and run locally.

The Phasik workflow is based on the following classes: first, build a :class:`TemporalNetwork` from which to build a :class:`DistanceMatrix`, from which to then build a :class:`ClusterSet` or :class:`ClusterSets`. 

.. toctree::
    :maxdepth: 1
    
    build_temporal_network
    infer_phases
