docs: refactor documentation homepage with categorization#105
docs: refactor documentation homepage with categorization#105zheliuyu merged 2 commits intoAscend:mainfrom
Conversation
zheliuyu
left a comment
There was a problem hiding this comment.
Thanks for your contribution. Here are some review comments. I hope they are helpful.
sources/verl/ascend_consistency.rst
Outdated
| @@ -0,0 +1,50 @@ | |||
| Align the Inference results of the verl and vLLM frameworks on Ascend devices(zh) | |||
There was a problem hiding this comment.
With #96's new approach, we can avoid keeping an extra copy since files for LLaMA-Factory, ms-swift, VeOmni, and verl are available directly via git submodule.
index.rst
Outdated
| :caption: 原生支持的AI项目 | ||
| :caption: 🏗️ 基础设施与框架 | ||
|
|
||
| sources/pytorch/index.rst |
There was a problem hiding this comment.
Open-source libraries within the same category should be sorted in alphabetical order.
index.rst
Outdated
| :hidden: | ||
| :caption: 🧠 训练与微调框架 | ||
|
|
||
| sources/verl/index.rst |
| </div> | ||
| </div> | ||
| </div> | ||
| sources/Diffusers/index.rst |
CLA Signature Guide@1k77 , thanks for your pull request. The following commit(s) are not associated with a signed Contributor License Agreement (CLA).
To sign CLA, click here. To check if your email is configured correctly, refer to the FAQs. Once you've signed the CLA or updating your email, please comment |
b803456 to
61e20aa
Compare
CLA Signature Passjustbin-coder, thanks for your pull request. All authors of the commits have signed the CLA. 👍 |
| 'sphinx_copybutton', | ||
| 'sphinx_markdown_tables' | ||
| 'sphinx_markdown_tables', | ||
| "sphinx_design", |
There was a problem hiding this comment.
Sorry I missed that last time. sphinx_design should be included in requirements.txt so that it gets installed.
sources/verl/index.rst
Outdated
| ../_generated/sources/verl/ascend_profiling_en | ||
| ../_generated/sources/verl/ascend_profiling_zh | ||
| ../_generated/sources/verl/ascend_consistency | ||
| ascend_quick_start.rst |
CLA Signature Pass1k77, thanks for your pull request. All authors of the commits have signed the CLA. 👍 |
|
Thanks for your contribution. Let's merge this PR to proceed with the follow-up work. |


Description
本 PR 对昇腾开源文档首页 (index.rst) 进行了深度重构。
从“项目平铺”转向“场景应用导向”:将原本杂乱分布的 27 个组件按“基础框架、训练/微调、推理/部署、多模态应用/评测/对齐”四大功能定位进行重新分类。
Verification
本地通过 make html 编译通过。
在 Chrome/Edge 等主流浏览器下完成布局比例及响应式验证。
Fixes #103