From 428000a899b3ae4c7769012b089f0c694e6a5911 Mon Sep 17 00:00:00 2001 From: dtomlinson Date: Tue, 14 Jan 2020 00:56:59 +0000 Subject: [PATCH] updating documentation --- docs/source/introduction.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/source/introduction.rst b/docs/source/introduction.rst index 51551b4..24b52df 100644 --- a/docs/source/introduction.rst +++ b/docs/source/introduction.rst @@ -64,6 +64,7 @@ You can overwrite the ``config.toml`` location by setting the environment variab DEFAULT_CONFIG_PATH = "~/path/to/config" + Setting values in your code ############################ @@ -79,9 +80,9 @@ E.g your script could contain: import panaetius panaetius.set_config(panaetius.CONFIG, 'logging.path') - .. Note:: +.. Note:: - The ``key`` attribute in :func:`panaetius.library.set_config` is specified as a string, with the hirearchy in the config file split with a ``.``. +The ``key`` attribute in :func:`panaetius.library.set_config` is specified as a string, with the hirearchy in the config file split with a ``.``. .. Important::