Skip to content

Commit d209a19

Browse files
committed
Adjust catalog for documentation.
ISSUE=4603671 git-svn-id: https://svn.baidu.com/idl/trunk/paddle@1456 1ad973e4-5ce8-4261-8a94-b56d1f490c56
1 parent a965935 commit d209a19

File tree

12 files changed

+24
-10
lines changed

12 files changed

+24
-10
lines changed

doc/algorithm/rnn/bi_lstm.jpg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../demo/sentiment_analysis/bi_lstm.jpg
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../demo/text_generation/encoder-decoder-attention-model.png
File renamed without changes.

doc/demo/quick_start/index_en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# PaddlePaddle Quick Start Tutorial
1+
# Quick Start Tutorial
22

33
This tutorial will teach the basics of deep learning (DL), including how to implement many different models in PaddlePaddle. You will learn how to:
44
- Prepare data into the standardized format that PaddlePaddle accepts.

doc/dev/new_layer/index.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Writing New Layers
2+
==================
3+
4+
.. toctree::
5+
:maxdepth: 3
6+
7+
new_layer.rst
File renamed without changes.

doc/index.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,16 @@ User Guide
77
* [Build and Installation](build/index.rst)
88
* [Contribute Code](build/contribute_to_paddle.md)
99
* [User Interface](ui/index.md)
10-
* [Source Code Documents](source/index.md)
11-
* [Layer Documents](layer.md)
12-
* [Trainer Config Helpers](ui/api/trainer_config_helpers/index.md)
10+
* [Model Config Interface](ui/api/trainer_config_helpers/index.md)
1311
* [Example and Demo](demo/index.md)
1412
* [Cluster Train](cluster/index.md)
13+
14+
Development Guide
15+
-----------------
16+
* [Layer Documents](layer.md)
17+
* [Writing New Layers](dev/new_layer/index.rst)
18+
* [Source Code Documents](source/index.md)
19+
20+
Algorithm Tutorial
21+
------------------
22+
* [RNN Configuration](algorithm/rnn/rnn.rst)

doc/ui/api/rnn/bi_lstm.jpg

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/ui/api/rnn/encoder-decoder-attention-model.png

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)