Fix the Warnings in rst files when building Qlib's documentation#1349
Conversation
|
@microsoft-github-policy-service agree |
|
|
||
| This whole process can be used in `Online Serving <../component/online.html>`_. | ||
|
|
||
| An example of the entire process is shown `here <https://github.com/microsoft/qlib/tree/main/examples/model_rolling/task_manager_rolling.py>`_. |
There was a problem hiding this comment.
Why two underscores are necessary here?
I didn't find any reference in rst docs
Could you please share me any related references?
Thanks
There was a problem hiding this comment.
Previous version (with one underscore) raises WARNING: Duplicate explicit target name: "..."., I found the solution here
There was a problem hiding this comment.
@MaximSmolskiy
It really helpful to me.
Thanks!
|
I think docs/developer/code_standard_and_dev_guide.rst should be included in the Files in hidden ( |
Would you like to update it in this PR? |
I will try to do it in this PR soon |
|
@you-n-g Now there are no warnings left with |
|
It looks great. |
4a3f228 to
7f221a5
Compare
docs/index.rst
Outdated
| Data Retrieval <start/getdata.rst> | ||
| Custom Model Integration <start/integration.rst> | ||
|
|
||
| .. toctree:: |
There was a problem hiding this comment.
Do you think it will be more reasonable to put it before REFERENCE: and after OTHER COMPONENTS/FEATURES/TOPICS:?
|
It looks great! |
…rosoft#1349) * Fix docs/advanced/alpha.rst * Fix docs/reference/api.rst * Fix docs/component/strategy.rst * Fix docs/start/integration.rst * Fix docs/component/report.rst * Fix docs/component/data.rst * Fix docs/component/rl/framework.rst * Fix docs/introduction/quick.rst * Fix docs/advanced/task_management.rst * Fix CHANGES.rst * Fix docs/developer/code_standard_and_dev_guide.rst * Fix docs/hidden/client.rst * Fix docs/component/online.rst * Fix docs/start/getdata.rst * Add docs/hidden to exclude patterns * Add docs/developer/code_standard_and_dev_guide.rst to index.rst * Change docs/developer/code_standard_and_dev_guide.rst place in index.rst
…rosoft#1349) * Fix docs/advanced/alpha.rst * Fix docs/reference/api.rst * Fix docs/component/strategy.rst * Fix docs/start/integration.rst * Fix docs/component/report.rst * Fix docs/component/data.rst * Fix docs/component/rl/framework.rst * Fix docs/introduction/quick.rst * Fix docs/advanced/task_management.rst * Fix CHANGES.rst * Fix docs/developer/code_standard_and_dev_guide.rst * Fix docs/hidden/client.rst * Fix docs/component/online.rst * Fix docs/start/getdata.rst * Add docs/hidden to exclude patterns * Add docs/developer/code_standard_and_dev_guide.rst to index.rst * Change docs/developer/code_standard_and_dev_guide.rst place in index.rst


Fix all warnings in
rstfiles.Description
Motivation and Context
Related to #1345.
How Has This Been Tested?
pytest qlib/tests/test_all_pipeline.pyunder upper directory ofqlib.Screenshots of Test Results (if appropriate):
Types of changes