Skip to content

Commit ddca9ba

Browse files
committed
fix api docs bugs test=document_fix
1 parent 513f84d commit ddca9ba

33 files changed

+9
-23
lines changed

docs/dev_guides/index_cn.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
- `Git 操作指南 <./git_guides/index_cn.html>`_ : Git 操作相关说明与Paddle CI 手册。
1212
- `编译安装 <https://www.paddlepaddle.org.cn/documentation/docs/zh/install/compile/fromsource.html>`_ : 如何从源码编译安装Paddle。
1313
- `API开发指南 <./api_contributing_guides/api_contributing_guides_cn.html>`_ : API开发相关说明。
14+
- `Kernel Primitives API <./kernel_primitive_api/index_cn.html>`_ : 介绍 PaddlePaddle 为加快算子开发提供的 Block 级 CUDA 函数。
1415
- `曙光开发指南 <./sugon/index_cn.html>`_ : 曙光开发相关说明。
1516
- `自定义新硬件接入指南 <./custom_device_docs/index_cn.html>`_: 介绍如何通过自定义硬件功能为飞桨接入新硬件后端。
1617
- `文档贡献指南 <./docs_contributing_guides_cn.html>`_ : 飞桨文档贡献指南。
@@ -22,6 +23,7 @@
2223
style_guides_cn.md
2324
git_guides/index_cn.rst
2425
api_contributing_guides/api_contributing_guides_cn.rst
26+
kernel_primitive_api/index_cn.rst
2527
sugon/index_cn.rst
2628
custom_device_docs/index_cn.rst
2729
docs_contributing_guides_cn.md

docs/dev_guides/index_en.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,13 @@ We very much welcome you to participate in the construction of the paddle. The f
66

77
Similarly, if you feel that this document is missing, or that the description is unclear, we also welcome you to contribute to this series of documents.
88

9+
- `Kernel Primitives API <./kernel_primitive_api/index_cn.html>`_ : Introduce the block-level CUDA functions provided by PaddlePaddle to speed up operator development.
910
- `custom_device_docs <./custom_device_docs/index_en.html>`_ : Contribution guidelines overview.
1011

1112

1213
.. toctree::
1314
:hidden:
1415

16+
17+
kernel_primitive_api/index_en.rst
1518
custom_device_docs/index_en.rst
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)