Skip to content

Commit 8f4c488

Browse files
committed
* Add symbolic link from Paddle/CONTRIBUTING.md to doc/howto/dev/contribute_to_paddle_en.md so sphinx can generate the document
* Update CONTRIBUTING.md links so sphinx does not add these links to the TOC * Removed dev/contribute_to_paddle_cn.md from documentation, since this document is not in sync with Paddle/CONTRIBUTING.md
1 parent a186b53 commit 8f4c488

File tree

3 files changed

+5
-10
lines changed

3 files changed

+5
-10
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -151,12 +151,7 @@ python \
151151

152152
This will enable VLOG messages generated by `buddy_allocator.{h,cc}` and in the verbose range of 0 to 3, so you will see above example VLOG message, which is in level 3. This suggests that we output overall messages in lower verbose levels, so they display with higher probability. When coding C++, please follow the verbose level convention as follows:
153153

154-
- verbose level 1:
155-
- [framework](https://github.com/PaddlePaddle/Paddle/tree/develop/paddle/framework)
156-
- verbose level 3:
157-
- [operators](https://github.com/PaddlePaddle/Paddle/tree/develop/paddle/operators)
158-
- verbose level 5:
159-
- [memory](https://github.com/PaddlePaddle/Paddle/tree/develop/paddle/memory)
160-
- [platform](https://github.com/PaddlePaddle/Paddle/tree/develop/paddle/platform)
161-
- verbose level 7:
162-
- [math](https://github.com/PaddlePaddle/Paddle/tree/develop/paddle/math)
154+
- verbose level 1: [framework](https://github.com/PaddlePaddle/Paddle/tree/develop/paddle/framework)
155+
- verbose level 3: [operators](https://github.com/PaddlePaddle/Paddle/tree/develop/paddle/operators)
156+
- verbose level 5: [memory](https://github.com/PaddlePaddle/Paddle/tree/develop/paddle/memory), [platform](https://github.com/PaddlePaddle/Paddle/tree/develop/paddle/platform)
157+
- verbose level 7: [math](https://github.com/PaddlePaddle/Paddle/tree/develop/paddle/math)
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../CONTRIBUTING.md

doc/howto/index_cn.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121

2222
dev/build_cn.rst
2323
dev/write_docs_cn.rst
24-
dev/contribute_to_paddle_cn.md
2524

2625
模型配置
2726
--------

0 commit comments

Comments
 (0)