Pull Request已成功合入, 合并人@ascend-robot
(感谢 tanmengjie 的贡献)变更摘要
这是一个纯文档修正类 PR,目的是解决文档中中英文标点符号混用的问题。改动将两处文档中出现在中文语境下的英文逗号统一替换为对应的中文标点(顿号或逗号),不涉及任何代码逻辑、接口或配置变更,仅影响文档的可读性与排版规范性。
主要改动
examples/_kernel_extension_aclgraph/torch_library/README.md枚举标点修正:将中文语境下用于枚举的英文逗号,改为中文顿号、(共 2 处),使中文枚举表达更规范examples/_kernel_extension_aclgraph/torch_library/README.md句子分隔标点修正:将中文句子中用于分隔的英文逗号,改为中文逗号,(共 1 处)npugraph_ex/design_principles.md分隔标点修正:将代码引用与中文文档之间用于分隔的英文逗号,改为中文逗号,(共 2 处)


🤖 本次改动均为数据 / 生成 / 二进制文件(如测试用例、锁文件、媒体资源),没有可审查的代码逻辑,已跳过 AI 代码审查。


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 |
|---|---|---|
| repo-Ascend/torchair | ✅ fu-hao-huawei, dingdairong (2/2) | ✅ fu-hao-huawei (1/1) |
💡 Tip:
- Committer can comment
/approveor/lgtm- Commenting
/approveimplies both code review (lgtm) and intent to merge (approve)
CLA Signature Pass
tmj1128, thanks for your pull request. All authors of the commits have signed the CLA. 👍


ascend docs pipeline is running...


| 阶段 | 任务名 | 状态 | 详情 |
|---|---|---|---|
| 编译构建 | Build_x86 | ✅ | >>> |
| Build_ARM | ✅ | >>> | |
| 开发者测试 | smoke_npugraph_ex | ❌ | >>> |
| 流水线 | PR-pipeline_torchair_smoke | ❌ | >>> |
- smoke : 运行流水线


ascend docs pipeline is running...


/lgtm


The following users do not have permission to comment /lgtm or /approve on any module in this PR:
lyz0328


/approve


The following users do not have permission to comment /lgtm or /approve on any module in this PR:
lyz0328


/lgtm


The following users do not have permission to comment /lgtm or /approve on any module in this PR:
lyz0328


compile


| 阶段 | 任务名 | 状态 | 详情 |
|---|---|---|---|
| 编译构建 | Build_x86 | 🛑 | >>> |
| Build_ARM | 🛑 | >>> | |
| 恶意代码检查 | Antipoison | 🛑 | >>> |
| 编码安全与规范检查 | codecheck_pre-commit | 🛑 | >>> |
| pre-commit | 🛑 | >>> | |
| 开源片段检查 | SCA | 🛑 | >>> |
| 流水线 | PR-pipeline_torchair | ✅ | >>> |
- compile : 运行流水线
- retry : 重试流水线所有失败子任务
- retry <任务名> : 仅重试指定失败子任务
- stop : 停止流水线


ascend docs pipeline is running...


✅ 跳过 docs ci 检查,没有需要检查的文档文件


问题描述
文档中存在中英文标点符号混用问题。
修改内容
1. examples/_kernel_extension_aclgraph/torch_library/README.md
,-> 中文顿号、(2 处,用于中文语境下的枚举),-> 中文逗号,(1 处,用于中文句子中的分隔)2. npugraph_ex/design_principles.md
,-> 中文逗号,(2 处,用于代码引用与中文文档之间的分隔)修改统计