.. mamba-tabular documentation master file, created by
   sphinx-quickstart on Mon May  6 16:16:57 2024.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

.. mdinclude:: homepage.md

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

   installation

.. toctree::
   :name: Examples
   :caption: Examples
   :maxdepth: 2
   :hidden:

   examples/classification
   examples/regression
   examples/distributional

.. toctree::
   :name: API Reference
   :caption: API Reference
   :maxdepth: 2
   :hidden:

   api/models/index
   api/base_models/index
   api/data_utils/index
   api/configs/index


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

   contributing
   release
