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

These pages describe the technical API for ``jaxqsofit``. For a guided
introduction, start with the tutorials; this section is organized by interface
and module for reference work.

Primary Interface
-----------------

- :class:`jaxqsofit.JAXQSOFit`
- :class:`jaxqsofit.FitConfig`
- :class:`jaxqsofit.FitResult`
- :func:`jaxqsofit.load_from_samples`

API Sections
------------

.. toctree::
   :maxdepth: 2

   fitting
   config
   model
   components
   custom_components
   defaults
   plotting
