Configuration ============= Extension Configuration Values ------------------------------ The following configuration values are used by this extension. They are defined as python functions in ``mara_schema.config`` and can be changed with the `monkey patch`_ from `Mara App`_. An example can be found `here `_. .. _monkey patch: https://github.com/mara/mara-app/blob/master/mara_app/monkey_patch.py .. _Mara App: https://github.com/mara/mara-app .. py:data:: data_sets Returns all available data_sets. Default: ``mara_schema.example.example_data_sets()``