:py:mod:`gempipe.interface` =========================== .. py:module:: gempipe.interface .. autoapi-nested-parse:: Please note that all the functions from ``gempipe.interface.*`` are internally called also from ``gempipe``. Therefore, for example, to use the `perform_gapfilling()` function from ``gempipe.interface.gaps``, it's sufficient to write:: import gempipe gempipe.perform_gapfilling(model, universe) Submodules ---------- .. toctree:: :titlesonly: :maxdepth: 1 clusters/index.rst gaps/index.rst medium/index.rst sanity/index.rst