-
Notifications
You must be signed in to change notification settings - Fork 876
[API Compatibility No.11、16、69、86] Add param alias to gcd and lcm #7670
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Conversation
|
感谢你贡献飞桨文档,文档预览构建中,Docs-New 跑完后即可预览,预览链接:http://preview-pr-7670.paddle-docs-preview.paddlepaddle.org.cn/documentation/docs/zh/api/index_cn.html |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
本 PR 为 paddle.gcd 和 paddle.lcm API 文档添加参数别名支持,使其与上游 PR #76486 中的代码变更保持一致。主要变更是在中文 API 文档中添加了参数别名的说明。
关键变更:
- 为
gcd和lcm的参数x和y分别添加别名input和other的文档说明 - 不幸的是,PR 中包含了
asin_cn.rst文件的未解决合并冲突
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| docs/api/paddle/gcd_cn.rst | 为参数 x 和 y 添加了别名 input 和 other 的说明 |
| docs/api/paddle/lcm_cn.rst | 为参数 x 和 y 添加了别名 input 和 other 的说明 |
| docs/api/paddle/asin_cn.rst | 包含未解决的 Git 合并冲突标记,必须在合并前修复 |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Add param alias support for docs in gcd and lcm
Related PR: #76486