Skip to content

Commit

Permalink
[Typing] Rewrite type annotations specification (PaddlePaddle#6836)
Browse files Browse the repository at this point in the history
---------

Co-authored-by: megemini <megemini@outlook.com>
  • Loading branch information
2 people authored and molly committed Sep 4, 2024
1 parent a5d167e commit 293f474
Show file tree
Hide file tree
Showing 3 changed files with 603 additions and 252 deletions.

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

0 comments on commit 293f474

Please sign in to comment.