.. dtw_loss_functions documentation master file, created by
   sphinx-quickstart on Thu Mar  5 10:55:01 2026.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

Welcome to the dtw_loss_functions documentation
===============================================

This documentation is still work in progress. If you have any questions, please feel free to contact the author.
For now the content is generated automatically from the docstrings in the code, through sphinx autodoc. The documentation will be improved in the future, with more examples and explanations.

:mod:`dtw_loss_functions` is an python package with the torch implementation of various DTW-derived loss functions.

.. toctree::
    :maxdepth: 1
    :caption: Loss functions
    
    dtw_loss_functions.block_dtw
    dtw_loss_functions.otw
    dtw_loss_functions.soft_dtw

.. toctree::
    :maxdepth: 1
    :caption: Other

    dtw_loss_functions.benchmark
    dtw_loss_functions.soft_dtw_implementations
    biblio

Indices and Tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
