From 082687948151c691f6071047160f378f52c55a5d Mon Sep 17 00:00:00 2001 From: Guan Hua <11362493+leftrk@users.noreply.github.com> Date: Mon, 17 Nov 2025 20:42:31 +0800 Subject: [PATCH] Fix formatting in docstring for workflow function (#2055) --- qlib/cli/run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qlib/cli/run.py b/qlib/cli/run.py index eb6ed971b..c2dcdc2ef 100644 --- a/qlib/cli/run.py +++ b/qlib/cli/run.py @@ -87,7 +87,7 @@ def workflow(config_path, experiment_name="workflow", uri_folder="mlruns"): """ This is a Qlib CLI entrance. User can run the whole Quant research workflow defined by a configure file - - the code is located here ``qlib/cli/run.py` + - the code is located here ``qlib/cli/run.py`` User can specify a base_config file in your workflow.yml file by adding "BASE_CONFIG_PATH". Qlib will load the configuration in BASE_CONFIG_PATH first, and the user only needs to update the custom fields