From a1d5b7c9bb11b8881e07810e96117910891915ed Mon Sep 17 00:00:00 2001 From: Linlang Date: Wed, 8 Jan 2025 18:59:35 +0800 Subject: [PATCH] fix sphinx error --- docs/component/data.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/component/data.rst b/docs/component/data.rst index 4863416c28..6e7cad28ef 100644 --- a/docs/component/data.rst +++ b/docs/component/data.rst @@ -216,10 +216,12 @@ Checking the health of the data for daily data: .. code-block:: bash + python scripts/check_data_health.py check_data --qlib_dir ~/.qlib/qlib_data/cn_data for 1min data: .. code-block:: bash + python scripts/check_data_health.py check_data --qlib_dir ~/.qlib/qlib_data/cn_data_1min --freq 1min - Of course, you can also add some parameters to adjust the test results. @@ -238,10 +240,12 @@ Checking the health of the data for daily data: .. code-block:: bash + python scripts/check_data_health.py check_data --qlib_dir ~/.qlib/qlib_data/cn_data --missing_data_num 30055 --large_step_threshold_volume 94485 --large_step_threshold_price 20 for 1min data: .. code-block:: bash + python scripts/check_data_health.py check_data --qlib_dir ~/.qlib/qlib_data/cn_data_1min --freq 1min --missing_data_num 30055 --large_step_threshold_volume 94485 --large_step_threshold_price 20 Stock Pool (Market)