Pull Request已成功合入, 合并人@CANN-robot
(感谢 sakuraqqz 的贡献)Thanks for your pull-request.
The full list of commands accepted by me can be found at here。
You can get sig-info at here
PR Approval Progress
✅ Congratulations! All modules have met the lgtm and approve requirements.
Module Approval Details
| module | lgtm status | approve status |
|---|---|---|
| */*/README.md | ✅ gitcode-chenjiao, rxtfeng, songkai111, gitee-yanglulu (4/2) | ✅ gitcode-chenjiao (1/1) |
| */*/docs/acl*.md | ✅ gitcode-chenjiao, gitee-yanglulu, rxtfeng, songkai111 (4/2) | ✅ gitcode-chenjiao (1/1) |
| experimental | ✅ rxtfeng, songkai111, FelixTang7 (3/2) | ✅ rxtfeng (1/1) |
| repo-cann/ops-math | ✅ rxtfeng, songkai111 (2/2) | ✅ rxtfeng (1/1) |
💡 Tip:
- Committer can comment
/approveor/lgtm- Commenting
/approveimplies both code review (lgtm) and intent to merge (approve)


🔵 source code change are detected, tasks labels is removed in this pull request!


问题/功能描述
本次PR是一个大规模的文档维护性更新,旨在系统性修复算子接口文档中存在的链接路径错误问题。主要解决了因项目目录结构调整或文档引用不规范导致的内部超链接失效、指向错误或冗余条目残留等问题。这些问题影响了用户查阅相关技术文档(如两段式接口说明、返回码、编译运行样例等)和示例代码的体验,降低了文档的准确性和可用性。
修改方案描述
修改方案集中在对大量Markdown文档进行纯文本修正。核心操作是统一并更正了指向公共上下文文档(如docs/zh/context/目录下的文件)和示例代码的相对路径链接。具体包括:将错误的common/、../../../docs/zh/context/等路径统一修正为正确的相对路径(如../../../../docs/zh/context/或../../docs/zh/context/);修正了部分样例代码文件的错误名称;移除了已不存在的接口条目和冗余注释;更新了部分算子间交叉引用的链接。所有修改均不涉及任何源代码、接口定义或功能逻辑的变更,属于低风险的文档质量提升工作。


流水线任务触发成功 [流水线指导]
任务链接 [f977fa25fe0940ea931ee7751d6050ad]
| 任务名称 | 状态 | 日志 | 下载链接 |
|---|---|---|---|
| codecheck | ✅ SUCCESS | >>>>> | |
| SCA | ✅ SUCCESS | >>>>> | |
| anti_virus | ✅ SUCCESS | >>>>> | |
| Check_Pr | ✅ SUCCESS | >>>>> | |
| Compile_Ascend_X86 | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_X86_mobile_station | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_ARM | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_X86_experimental | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_ARM_experimental | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_single | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_X86_A5 | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_ARM_A5 | ✅ SUCCESS | >>>>> | >>>>> |
| API_Check | ✅ SUCCESS | >>>>> | |
| pre_comment | ✅ SUCCESS | >>>>> | |
| UT_Test | ✅ SUCCESS | ||
| UT_Test_experimental | ✅ SUCCESS | ||
| Smoke_A900_npupool | ✅ SUCCESS | >>>>> |
[2026-02-11 09:25:56] CI执行结束


🔵 source code change are detected, tasks labels is removed in this pull request!


流水线任务触发成功 [流水线指导]
任务链接 [d833f294adc34fe0ac28d646b5071bf5]
| 任务名称 | 状态 | 日志 | 下载链接 |
|---|---|---|---|
| 执行shell | ✅ SUCCESS | ||
| codecheck | ✅ SUCCESS | >>>>> | |
| SCA | ✅ SUCCESS | >>>>> | |
| anti_virus | ✅ SUCCESS | >>>>> | |
| Check_Pr | ✅ SUCCESS | >>>>> | |
| Compile_Ascend_X86 | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_X86_mobile_station | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_ARM | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_X86_experimental | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_ARM_experimental | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_single | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_X86_A5 | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_ARM_A5 | ✅ SUCCESS | >>>>> | >>>>> |
| API_Check | ✅ SUCCESS | >>>>> | |
| pre_comment | ✅ SUCCESS | >>>>> | |
| UT_Test | ✅ SUCCESS | ||
| UT_Test_experimental | ✅ SUCCESS | ||
| Smoke_A900_npupool | ✅ SUCCESS | >>>>> |
[2026-02-11 17:25:04] CI执行结束


/lgtm


/lgtm


/lgtm


Review Guide
This pull-request passes review.
Committers who wrote a comment of /approve are: rxtfeng, gitcode-chenjiao.
Reviewers who wrote a comment of /lgtm are: rxtfeng, songkai111, FelixTang7, gitcode-chenjiao, gitee-yanglulu.


描述
修改math仓失效链接
关联的Issue
https://gitcode.com/cann/ops-math/issues/718
测试
文档更新
类型标签