From 69435ab30d5c755b24cb4d531f84dea5963cc6de Mon Sep 17 00:00:00 2001 From: scarqin Date: Sun, 22 Dec 2024 21:45:31 +0800 Subject: [PATCH] fix: docs link error --- CHANGELOG.rst | 2 +- README.rst | 2 +- docs/source/development/data_source.rst | 2 +- docs/source/index.rst | 2 +- docs/source/intro/overview.rst | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 606637c3b..f400e5f29 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -987,7 +987,7 @@ RQAlpha 4.x 相对于 3.x 版本进行了部分重构,重构的核心目标是 2.2.2 ================== -- 增加 :code:`run_file` | :code:`run_code` | :code:`run_func` API, 详情请参见 `多种方式运行策略 `_ +- 增加 :code:`run_file` | :code:`run_code` | :code:`run_func` API, 详情请参见 `多种方式运行策略 `_ - Breaking Change: 更改 :code:`AbstractStrategyLoader:load` 函数的传入参数,现在不需要 :code:`strategy` 了。 - 增加 :code:`UserFuncStrategyLoader` 类 - 根据 `Issue 116 `_ 增加如下内容: diff --git a/README.rst b/README.rst index 7e6b20bd0..90f27247c 100644 --- a/README.rst +++ b/README.rst @@ -176,7 +176,7 @@ RQData数据本地化服务 .. _develop 分支: https://github.com/ricequant/rqalpha/tree/develop .. _master 分支: https://github.com/ricequant/rqalpha .. _rqalpha_mod_tushare: https://github.com/ricequant/rqalpha-mod-tushare -.. _通过 Mod 扩展 RQAlpha: http://rqalpha.io/zh_CN/latest/development/mod.html +.. _通过 Mod 扩展 RQAlpha: http://rqalpha.readthedocs.io/zh_CN/latest/development/mod.html .. _sys_analyser: https://github.com/ricequant/rqalpha/blob/master/rqalpha/mod/rqalpha_mod_sys_analyser/README.rst .. _sys_scheduler: https://github.com/ricequant/rqalpha/blob/master/rqalpha/mod/rqalpha_mod_sys_scheduler/README.rst .. _sys_progress: https://github.com/ricequant/rqalpha/blob/master/rqalpha/mod/rqalpha_mod_sys_progress/README.rst diff --git a/docs/source/development/data_source.rst b/docs/source/development/data_source.rst index 9b7da9f88..3ce4952db 100644 --- a/docs/source/development/data_source.rst +++ b/docs/source/development/data_source.rst @@ -281,7 +281,7 @@ RQAlpha 不限制本地运行的策略调使用哪些库,因此您可以直接 您如果想要替换,可以使用如下两种方式: * 写脚本将自有数据源按照相同的格式生成对应的文件,并进行文件替换。 -* 实现 `AbstractDataSource `_ 对应的接口,您可以继承 `BaseDataSource `_ 并 override 对应的接口即可完成替换。 +* 实现 `AbstractDataSource `_ 对应的接口,您可以继承 `BaseDataSource `_ 并 override 对应的接口即可完成替换。 行情数据 - 五十行代码接入 tushare 行情数据 diff --git a/docs/source/index.rst b/docs/source/index.rst index a13d34ab7..4f92ea5d4 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -111,7 +111,7 @@ Mod名 说明 .. _master 分支: https://github.com/ricequant/rqalpha .. _rqalpha_mod_sys_stock_realtime: https://github.com/ricequant/rqalpha/blob/master/rqalpha/mod/rqalpha_mod_sys_stock_realtime/README.rst .. _rqalpha_mod_tushare: https://github.com/ricequant/rqalpha-mod-tushare -.. _通过 Mod 扩展 RQAlpha: http://rqalpha.io/zh_CN/latest/development/mod.html +.. _通过 Mod 扩展 RQAlpha: http://rqalpha.readthedocs.io/zh_CN/latest/development/mod.html .. _sys_accounts: https://github.com/ricequant/rqalpha/blob/master/rqalpha/mod/rqalpha_mod_sys_accounts/README.rst .. _sys_scheduler: https://github.com/ricequant/rqalpha/blob/master/rqalpha/mod/rqalpha_mod_sys_scheduler/README.rst .. _sys_analyser: https://github.com/ricequant/rqalpha/blob/master/rqalpha/mod/rqalpha_mod_sys_analyser/README.rst diff --git a/docs/source/intro/overview.rst b/docs/source/intro/overview.rst index b0deef38e..7712f421b 100644 --- a/docs/source/intro/overview.rst +++ b/docs/source/intro/overview.rst @@ -6,7 +6,7 @@ .. _Ricequant: https://www.ricequant.com/algorithms .. _Ricequant 社区: https://www.ricequant.com/community -.. _RQAlpha 文档: http://rqalpha.io +.. _RQAlpha 文档: http://rqalpha.readthedocs.io .. _Ricequant 文档: https://www.ricequant.com/api/python/chn