1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
=========
OmegaConf
=========
Overview
^^^^^^^^
OmegaConf is a YAML based hierarchical configuration system, with support for merging configurations from multiple sources (files, CLI argument, environment variables)
providing a consistent API regardless of how the configuration was created.
OmegaConf also offers runtime type safety via Structured Configs.
.. toctree::
:maxdepth: 2
usage
custom_resolvers
structured_config
grammar
how_to_guides
api_reference
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
|