KataglyphisCppInference documentation
======================================

.. rst-class:: hero-section

Native C++ inference library with C API bindings and CLI tooling.

- Hardware-accelerated AI inference
- Cross-platform (Linux x86/ARM, Windows)
- Doxygen-generated API reference

.. grid:: 2
   :gutter: 2

   .. grid-item-card:: Getting Started
      :link: getting_started
      :link-type: doc

      Configure, build, and run the project on your platform.

   .. grid-item-card:: API Reference
      :link: api/library_root
      :link-type: doc

      Auto-generated C++ and C API documentation (Breathe / Exhale).

   .. grid-item-card:: Architecture
      :link: graphviz_files
      :link-type: doc

      Include-graph diagrams and dependency visualisations.

   .. grid-item-card:: Test Results
      :link: test-results/index
      :link-type: doc

      CI test result pages and coverage reports.

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

   overview
   getting_started
   api/library_root
   graphviz_files
   test-results/index

Coverage
--------

* `Coverage report <coverage/index.html>`_

Test results
------------

* `Test results (JUnit XML viewer) <test-results/>`_

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

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