.. _global_config:

Global Config Management
========================

.. automodule:: gaitmap_challenges.config
    :no-members:
    :no-inherited-members:

Functions
---------

.. currentmodule:: gaitmap_challenges.config

.. autosummary::
   :toctree: generated/challenges/config
   :template: function.rst

    set_config
    config
    create_config_template
    reset_config
    is_config_set
    is_debug_run


Config Base Class
-----------------

.. autosummary::
   :toctree: generated/challenges/config
   :template: class.rst

    LocalConfig

