-
Notifications
You must be signed in to change notification settings - Fork 750
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
[Docathon][Add API Legend No.37]+给unbind API文档增加图例并修改了中文文档 #6773
Closed
Conversation
This file contains 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
* add decimals for round * fix
* fix resoure path * Update docs/dev_guides/index_en.rst Co-authored-by: zachary sun <70642955+sunzhongkai588@users.noreply.github.com> --------- Co-authored-by: zachary sun <70642955+sunzhongkai588@users.noreply.github.com>
* add doc of docathon 19-21 * fix some issues
* add table 'not implemented' in pytorch_api_mapping_cn.md * update pytorch_api_mapping_cn with REFERENCE-MAPPING-TABLE * upgrade apply_reference_from_api_difference to auto generate from api_difference/
* Update AvgPool3D_cn.rst 更改了 stride 描述上的问题 * Update AvgPool3D_cn.rst * Update docs/api/paddle/nn/AvgPool3D_cn.rst --------- Co-authored-by: ooo oo <106524776+ooooo-create@users.noreply.github.com>
* rename mapping type "仅 paddle 参数更多" * rename mapping type "仅参数默认值不一致" * update torch.Tensor.scatter
* add_docs * fix * fix_all * fix_typo * fix * fix * fix * fix_typo * fix_typo * remove * fix_typo * move
感谢你贡献飞桨文档,文档预览构建中,Docs-New 跑完后即可预览,预览链接:http://preview-pr-6773.paddle-docs-preview.paddlepaddle.org.cn/documentation/docs/zh/api/index_cn.html |
基于最新的分支重新提一个 PR 吧,这个commit看着有点乱 |
基于develop那个分支提交吗 |
对的,开发基本都是基于develop分支提的 |
ok 明白了🫡 |
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.
新增了unbind API文档的图例,中文文档链接为https://github.com/struim/docs/blob/my-cool-stuff/docs/api/paddle/unbind_cn.rst
@zhiqiu @sunzhongkai588