From 0b11dc5167d8710368cc2703ec6dc18990c38a38 Mon Sep 17 00:00:00 2001 From: lbaiao Date: Wed, 10 Feb 2021 22:17:01 -0300 Subject: [PATCH] Update workflow.rst Corrected an identation problem on the configuration.yaml file. --- docs/component/workflow.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/component/workflow.rst b/docs/component/workflow.rst index 96a764de1..9c8481862 100644 --- a/docs/component/workflow.rst +++ b/docs/component/workflow.rst @@ -90,12 +90,12 @@ Below is a typical config file of ``qrun``. test: [2017-01-01, 2020-08-01] record: - class: SignalRecord - module_path: qlib.workflow.record_temp - kwargs: {} + module_path: qlib.workflow.record_temp + kwargs: {} - class: PortAnaRecord - module_path: qlib.workflow.record_temp - kwargs: - config: *port_analysis_config + module_path: qlib.workflow.record_temp + kwargs: + config: *port_analysis_config After saving the config into `configuration.yaml`, users could start the workflow and test their ideas with a single command below.