-
Notifications
You must be signed in to change notification settings - Fork 777
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.10、20] Remove fluid APIs and update APIs in program.rst and program_en.rst #7077
base: develop
Are you sure you want to change the base?
Conversation
Update the document to align with the latest API changes
感谢你贡献飞桨文档,文档预览构建中,Docs-New 跑完后即可预览,预览链接:http://preview-pr-7077.paddle-docs-preview.paddlepaddle.org.cn/documentation/docs/zh/api/index_cn.html |
@Abosite 同学好,先按照如下指令修一下代码风格 2025-03-05 09:17:32 ************************************************************************************
2025-03-05 09:17:32 Your PR code style check failed.
2025-03-05 09:17:32 Please install pre-commit locally and set up git hook scripts:
2025-03-05 09:17:32
2025-03-05 09:17:32 pip install pre-commit==2.17.0
2025-03-05 09:17:32 pre-commit install
2025-03-05 09:17:32
2025-03-05 09:17:32 Then, run pre-commit to check codestyle issues in your PR:
2025-03-05 09:17:32
2025-03-05 09:17:32 pre-commit run --files docs/api_guides/low_level/program.rst docs/api_guides/low_level/program_en.rst
2025-03-05 09:17:32
2025-03-05 09:17:32 For more information, please refer to our codestyle check guide:
2025-03-05 09:17:32 https://www.paddlepaddle.org.cn/documentation/docs/zh/develop/dev_guides/git_guides/codestyle_check_guide_cn.html
2025-03-05 09:17:32 ************************************************************************************ |
感谢您的回复!我将进行修改 |
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.
这里很多概念的描述在 PIR 下已经过时,相关内容可能需要根据 https://github.com/PaddlePaddle/community/tree/master/pfcc/paddle-code-reading/IR_Dialect 修改下
Remove all fluid API references
Update the document to align with the latest API changes
@DrRyanHuang 和 @sunzhongkai588