scaffold.conf ============= .. py:module:: scaffold.conf Submodules ---------- .. toctree:: :maxdepth: 1 /autoapi/scaffold/conf/scaffold/index Attributes ---------- .. autoapisummary:: scaffold.conf.legacy_scaffold_store scaffold.conf.scaffold_store Functions --------- .. autoapisummary:: scaffold.conf.add_if_not_exists scaffold.conf.register_all Package Contents ---------------- .. py:function:: add_if_not_exists(store: hydra_zen.ZenStore, cfg_object: Any, group: str, name: str) Add a config to the store if it doesn't already exist. :param store: the ZenStore to add to :param cfg_object: the config object to add :param group: the Hydra config group to add to :param name: the name of the config within the group .. py:function:: register_all() -> None Import all scaffold conf modules (triggering store() calls) then flush to hydra's ConfigStore. .. py:data:: legacy_scaffold_store .. py:data:: scaffold_store