# MTLearn Documentation MTLearn is a C++/Python research library for learnable connected operators based on morphological trees. This site combines: - Python API reference generated from docstrings. - C++ source-level notes for the installed public facade. - Development notes for building, validating, and extending the project. ```{toctree} :maxdepth: 2 :caption: Concepts concepts/morphology concepts/attributes ``` ```{toctree} :maxdepth: 2 :caption: Guides guides/index ``` ```{toctree} :maxdepth: 2 :caption: API Reference api/python/index api/cpp/index ```