From dd01903be7d762f20c0da1cee9bef9705e681afe Mon Sep 17 00:00:00 2001 From: Silvan Melchior Date: Wed, 29 Jun 2022 08:39:38 +0200 Subject: [PATCH] fix link in doc --- docs/source/usage/sources_loaders.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/usage/sources_loaders.rst b/docs/source/usage/sources_loaders.rst index fdf1a58..99119eb 100644 --- a/docs/source/usage/sources_loaders.rst +++ b/docs/source/usage/sources_loaders.rst @@ -16,7 +16,7 @@ There are multiple config sources which support a heterogeneous set of use-cases allow to easily configure multiple environments by having a separate file for each environment. - :class:`~confz.ConfZEnvSource` allows to load config data from environment variables and .env files. It supports to select the corresponding variables with allow- and deny-lists and with an optional prefix and optional custom separator for nested variables. The variable names are - either inferred from the config name (see :class:`~confz.loaders.Loader` for the rules) or can be explicitly mapped. + either inferred from the config name (see :class:`~confz.confz_source.ConfZEnvSource` for the rules) or can be explicitly mapped. - :class:`~confz.ConfZCLArgSource` allows to load config data from command line arguments. An optional prefix allows to select only parts of the arguments. Optional custom separator for nested command line arguments is also supported. The argument names are either inferred from the config name or can be explicitly mapped.