.. STREAM documentation master file, created by
   sphinx-quickstart on Thu Jul 18 13:02:06 2024.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

.. mdinclude:: landingpage.md

.. toctree::
   :name: Getting Started
   :caption: Getting Started
   :maxdepth: 2
   :hidden:

   installation
   Quickstart <notebooks/quickstart>
   Datasets <notebooks/datasets>
   Examples <notebooks/examples>


.. toctree::
   :name: API Reference
   :caption: API Reference
   :maxdepth: 2
   :hidden:
   
   api/models/index
   api/NAM/index
   api/metrics/index
   api/preprocessor/index
   api/visuals/index
   api/utils/index


.. toctree::
   :name: Developer Guide
   :caption: Developer Guide
   :maxdepth: 1
   :hidden:

   contributing
   