[API Compatibility No.11、16、69、86] Add param alias to gcd and lcm#7670
Open
Manfredss wants to merge 11 commits intoPaddlePaddle:developfrom
Open
[API Compatibility No.11、16、69、86] Add param alias to gcd and lcm#7670Manfredss wants to merge 11 commits intoPaddlePaddle:developfrom
Manfredss wants to merge 11 commits intoPaddlePaddle:developfrom
Conversation
|
感谢你贡献飞桨文档,文档预览构建中,Docs-New 跑完后即可预览,预览链接:http://preview-pr-7670.paddle-docs-preview.paddlepaddle.org.cn/documentation/docs/zh/api/index_cn.html |
Contributor
There was a problem hiding this comment.
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add param alias support for docs in gcd and lcm
Related PR: #76486