From eda4129b5487864458011148cf171945a8c65546 Mon Sep 17 00:00:00 2001 From: Jan Kiszka Date: Fri, 7 Jul 2017 12:48:39 +0200 Subject: [PATCH] docs: Mark dynamic configuration format experimental As the note states, we still need to decide about the future of this API. Signed-off-by: Jan Kiszka --- docs/userguide.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/userguide.rst b/docs/userguide.rst index 1b39308..9436c8e 100644 --- a/docs/userguide.rst +++ b/docs/userguide.rst @@ -368,6 +368,10 @@ Static configuration reference Dynamic project configuration ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +**NOTE: Dynamic project configuration is experimental. The API may change or +even be obsoleted in future versions. Please provide feedback if you consider +it useful.** + The dynamic project configuration is plain Python with following mandatory functions which need to be provided: @@ -430,5 +434,3 @@ the exection steps in kas core, e.g. run_wic(config) TODO: Document the complete configuration API. - -