-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Fix paddle.t doc en and the annotation display on 4 en docs #40984
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
Conversation
python/paddle/tensor/linalg.py
Outdated
@@ -1050,32 +1050,29 @@ def t(input, name=None): | |||
|
|||
For Example: |
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.
应该改成
Examples:
保证官网样式显示正常
(Examples 前后都需要空一行)
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.
另外参数input (Tensor)的data types中英文不一致,需要修改
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.
@Ligoml 已修改
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.
LGTM for docs
Sorry to inform you that 5b45873's CIs have passed for more than 7 days. To prevent PR conflicts, you need to re-run all CIs manually. |
PR types
Others
PR changes
Docs
Describe
修正了4篇文档中的输出示例展示,修正了paddle.t 的示例代码