API Reference#

The autosummary directives below create stub pages for TexTOM modules when sphinx-build runs. Extend the lists as you expose more public APIs.

Core Modules#

:py:obj:textom.src.integration.integration_launcher <textom.src.integration.integration_launcher>\

:py:obj:textom.src.integration.pyfai_plugins <textom.src.integration.pyfai_plugins>\

Add additional modules or packages as needed. If a module pulls heavy optional dependencies, guard imports with if TYPE_CHECKING blocks in the source so autodoc can import safely during docs builds.