File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 1
1
# API注释撰写标准
2
2
3
- - [ API注释模块] ( #API注释模块 )
4
- - [ 格式及示例] ( #格式及示例 )
5
- - [ 完整示例] ( #完整示例 )
3
+ - [ API注释撰写标准] ( #api )
4
+ - [ API注释模块] ( #api )
5
+ - [ 格式及示例] ( # )
6
+ - [ 完整示例] ( # )
6
7
7
8
8
9
## API注释模块
@@ -217,4 +218,4 @@ API文档须使用reStructuredText格式撰写,该格式详情请参考[链接
217
218
218
219
## 完整示例
219
220
220
- fc 的完整注释见[示例](src/fc.py)。
221
+ fc 的完整注释见[示例](https://github.com/PaddlePaddle/Paddle/blob/develop/doc/fluid/dev/ src/fc.py)。
Original file line number Diff line number Diff line change 1
1
# API Doc Standard
2
2
3
- - [ API Doc Structure] (#API Doc Structure)
4
- - [ Format and Examples] (#Format and Examples)
5
- - [ Complete Example] (#Complete Example)
3
+ - [ API Doc Standard] ( #api-doc-standard )
4
+ - [ API Doc Structure] ( #api-doc-structure )
5
+ - [ Format and Examples] ( #format-and-examples )
6
+ - [ Complete Example] ( #complete-example )
6
7
7
8
8
9
## API Doc Structure
@@ -223,4 +224,4 @@ Format and examples of each part of API documantation are as follows: (take fc f
223
224
224
225
## Complete Example
225
226
226
- Complete Example of fc please see [here](src/fc.py)。
227
+ Complete Example of fc please see [here](https://github.com/PaddlePaddle/Paddle/blob/develop/doc/fluid/dev/ src/fc.py)。
You can’t perform that action at this time.
0 commit comments