API Reference
=============

These pages contain the API documentation for `delaynet`.
For an overview of the package, see the :ref:`Overview <overview>` page.

The :ref:`delaynet <delaynet_docs>` package consists of several modules:

- :mod:`~delaynet.preparation`: data generation and preparation utilities
- :mod:`~delaynet.detrending_methods`: detrending and preprocessing methods
- :mod:`~delaynet.connectivities`: connectivity measures with unified p-value output and lag selection
- :mod:`~delaynet.network_reconstruction`: reconstructs delay networks from time series
- :mod:`~delaynet.network_analysis`: tools for pruning and analysing reconstructed networks
- :mod:`~delaynet.utils`: common utilities (logging, helpers)

.. toctree::
   :maxdepth: 2
   :caption: Contents:

   modules

Indices and tables
==================

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