Skip to content

Commit 0b11dc5

Browse files
lbaiaoyou-n-g
authored andcommitted
Update workflow.rst
Corrected an identation problem on the configuration.yaml file.
1 parent 12c8bfa commit 0b11dc5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/component/workflow.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,12 @@ Below is a typical config file of ``qrun``.
9090
test: [2017-01-01, 2020-08-01]
9191
record:
9292
- class: SignalRecord
93-
module_path: qlib.workflow.record_temp
94-
kwargs: {}
93+
module_path: qlib.workflow.record_temp
94+
kwargs: {}
9595
- class: PortAnaRecord
96-
module_path: qlib.workflow.record_temp
97-
kwargs:
98-
config: *port_analysis_config
96+
module_path: qlib.workflow.record_temp
97+
kwargs:
98+
config: *port_analysis_config
9999
100100
After saving the config into `configuration.yaml`, users could start the workflow and test their ideas with a single command below.
101101

0 commit comments

Comments
 (0)