Skip to content
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][Update Doc No.22、24-26、30、32、34] remove the related files,update program.rst and program_en.rst #7083

Closed
wants to merge 4 commits into from

Conversation

Abosite
Copy link

@Abosite Abosite commented Mar 6, 2025

remove related files
delate sparse_update ref in docs/templates/common_docs.py

@DrRyanHuang@sunzhongkai588

Copy link

paddle-bot bot commented Mar 6, 2025

感谢你贡献飞桨文档,文档预览构建中,Docs-New 跑完后即可预览,预览链接:http://preview-pr-7083.paddle-docs-preview.paddlepaddle.org.cn/documentation/docs/zh/api/index_cn.html
预览工具的更多说明,请参考:飞桨文档预览工具

@@ -31,7 +31,7 @@
grad_clip (GradientClipBase, optional): Gradient cliping strategy, it's an instance of some derived class of ``GradientClipBase`` . There are three cliping strategies ( :ref:`api_fluid_clip_GradientClipByGlobalNorm` , :ref:`api_fluid_clip_GradientClipByNorm` , :ref:`api_fluid_clip_GradientClipByValue` ). Default is None, meaning there is no gradient clipping.
num_filters (int): The number of filter. It is as same as the output channals numbers.
dim (int, optional): A dimension along which to operate. Default is 0.
is_sparse (bool, optional): Whether use sparse updating. For more information, please refer to :ref:`api_guide_sparse_update_en` . If it's True, it will ues sparse updating.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

稀疏更新这部分先不用删了,docs/templates/common_docs.py 这个文件存着文档生成的一些模板,可能会影响一部分API

@@ -1,58 +0,0 @@
.. _api_guide_control_flow:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个文档被 docs/api_guides/low_level/program.rst 所引用

* 在 Fluid 中,Block 内部执行顺序由控制流决定,如 :ref:`cn_api_fluid_layers_IfElse` , :ref:`cn_api_fluid_layers_While`, :ref:`cn_api_fluid_layers_Switch` 等,更多内容可参考: :ref:`api_guide_control_flow`

@@ -1,45 +0,0 @@
.. _api_guide_sparse_update:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

稀疏更新先不删除了, docs/templates/common_docs.py 这个文件存着文档生成的一些模板,可能会影响一部分API

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

好的,我立刻进行修改

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

我重新提交一个PR

@Abosite Abosite changed the title [Docathon][Update Doc No.22、24-26、30、32-34] remove the related files,update docs/templates/common_docs.py [Docathon][Update Doc No.22、24-26、30、32、34] remove the related files,update docs/templates/common_docs.py Mar 6, 2025
@Abosite Abosite changed the title [Docathon][Update Doc No.22、24-26、30、32、34] remove the related files,update docs/templates/common_docs.py [Docathon][Update Doc No.22、24-26、30、32、34] remove the related files,update program.rst and program_en.rst Mar 6, 2025
@Abosite Abosite closed this Mar 6, 2025
@Abosite Abosite deleted the removeFiles branch March 6, 2025 05:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants