-
Notifications
You must be signed in to change notification settings - Fork 823
[Docathon][Add Inplace CN Doc No.19-22] #7131
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
…an_, i0_, lcm_中文文档;更新Overview.rst中对应的补充,修正Overvi.rst中equal_api的位置。
感谢你贡献飞桨文档,文档预览构建中,Docs-New 跑完后即可预览,预览链接:http://preview-pr-7131.paddle-docs-preview.paddlepaddle.org.cn/documentation/docs/zh/api/index_cn.html |
docs/api/paddle/Overview_cn.rst
Outdated
" :ref:`paddle.greater_equal_ <_cn_api_paddle_greater_equal_>` ", "Inplace 版本的 greater_equal API,对输入 x 采用 Inplace 策略" | ||
" :ref:`paddle.greater_than_ <_cn_api_paddle_greater_than_>` ", "Inplace 版本的 greater_than API,对输入 x 采用 Inplace 策略" |
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.
" :ref:`paddle.greater_equal_ <_cn_api_paddle_greater_equal_>` ", "Inplace 版本的 greater_equal API,对输入 x 采用 Inplace 策略" | |
" :ref:`paddle.greater_than_ <_cn_api_paddle_greater_than_>` ", "Inplace 版本的 greater_than API,对输入 x 采用 Inplace 策略" | |
" :ref:`paddle.greater_equal_ <cn_api_paddle_greater_equal_>` ", "Inplace 版本的 greater_equal API,对输入 x 采用 Inplace 策略" | |
" :ref:`paddle.greater_than_ <cn_api_paddle_greater_than_>` ", "Inplace 版本的 greater_than API,对输入 x 采用 Inplace 策略" |
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.
统一一下 inplace 文档的描述,可以参考其他 PR 的写法。如 #7151
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.
已修正并推送,望您查阅。
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.
另外,Overview 少了 i0_
lcm_
@@ -0,0 +1,12 @@ | |||
.. _cn_api_paddle_greater_equal_: | |||
|
|||
greater_equal_ |
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.
greater_equal_ | |
greater\_equal\_ |
需要加\
转义,下同
|
||
Inplace 版本的 ``greater_equal`` API,对输入 ``x`` 采用 Inplace 策略。 | ||
|
||
更多信息请参见 :ref:`_cn_api_paddle_greater_equal` 。 |
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.
更多信息请参见 :ref:`_cn_api_paddle_greater_equal` 。 | |
更多信息请参见 :ref:`cn_api_paddle_greater_equal` 。 |
引用时最前面的下划线去掉,下同
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
新增 greater_equal_, greater_than_, i0_, lcm_中文文档;
更新Overview.rst中对应的补充,修正Overvi.rst中equal_api的位置(至逻辑(inplace)下)。
issue: https://github.com/PaddlePaddle/docs/issues/7090
英文文档链接:
greater_equal_ : https://www.paddlepaddle.org.cn/documentation/docs/en/develop/api/paddle/greater_equal__en.html
greater_than_ : https://www.paddlepaddle.org.cn/documentation/docs/en/develop/api/paddle/greater_than__en.html
i0_ :https://www.paddlepaddle.org.cn/documentation/docs/en/develop/api/paddle/i0__en.html
lcm_ : https://www.paddlepaddle.org.cn/documentation/docs/en/develop/api/paddle/lcm__en.html
@sunzhongkai588