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

[Typing] Rewrite type annotations specification #6836

Merged
merged 9 commits into from
Aug 19, 2024

This file was deleted.

4 changes: 2 additions & 2 deletions docs/dev_guides/style_guide_and_references/index_cn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
- `代码风格检查指南 <../git_guides/codestyle_check_guide_cn.html>`_ : Paddle 进行代码风格检查相关工具和说明。
- `Paddle CI 测试详解 <../git_guides/paddle_ci_manual_cn.html>`_ : Paddle CI 测试流水线中的测试项的详细介绍,以及 CI 失败的处理方法。
- `Python 文档示例代码书写规范 <./code_example_writing_specification_cn.html>`_ : Python 文档示例代码书写规范。
- `Paddle 中的类型提示与 Q&A <./code_typing_writing_specification_cn.html>`_ : Python 文档示例代码书写规范
- `Python 类型提示标注规范 <./type_annotations_specification_cn.html>`_ : Python 类型提示信息标注规范

.. toctree::
:hidden:
Expand All @@ -19,4 +19,4 @@
../git_guides/codestyle_check_guide_cn.md
../git_guides/paddle_ci_manual_cn.md
code_example_writing_specification_cn.md
code_typing_writing_specification_cn.md
type_annotations_specification_cn.md
Loading