--- title: API Reference --- # 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. ```{toctree} :maxdepth: 2 api/generated/modules ``` ## Core Modules ```{autosummary} :toctree: api/generated :recursive: textom.textom textom.entries textom.src.integration.integration_launcher 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.