Skip to content

Commit 3cfc1b2

Browse files
committed
Adjust catalog for chinese doc.
ISSUE=4610105 git-svn-id: https://svn.baidu.com/idl/trunk/paddle@1463 1ad973e4-5ce8-4261-8a94-b56d1f490c56
1 parent ed67165 commit 3cfc1b2

File tree

7 files changed

+29
-7
lines changed

7 files changed

+29
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ See [Installation Guide](http://paddlepaddle.org/doc/build/) to install from pre
5555

5656
- [Example and Demo](http://paddlepaddle.org/doc/demo/) <br>
5757
We provide five demos, including: image classification, sentiment analysis,
58-
sequence to sequence model, recommendation, semantic role labelling.
58+
sequence to sequence model, recommendation, semantic role labeling.
5959

6060
- [Distributed Training](http://paddlepaddle.org/doc/cluster) <br>
6161
This system supports training deep learning models on multiple machines

doc/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PaddlePaddle Documentation
2-
===================
2+
==========================
33

44
User Guide
55
----------

doc_cn/algorithm/rnn/rnn.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
RNN 配置
2+
========
3+
4+
.. toctree::
5+
:maxdepth: 3
6+
7+
* `RNN配置 <../../../doc/algorithm/rnn/rnn.html>`_

doc_cn/dev/new_layer/index.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
新写Layer
2+
=========
3+
4+
* `新写Layer <../../../doc/dev/new_layer/index.html>`_

doc_cn/index.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,19 @@
11
PaddlePaddle文档
2-
===================
2+
================
33

4+
使用指南
5+
--------
46
* [快速入门](demo/quick_start/index.md)
57
* [编译与安装](build_and_install/index.rst)
68
* [用户接口](ui/index.rst)
79
* [使用示例](demo/index.rst)
10+
* [模型配置](ui/model.rst)
811
* [集群训练](cluster/index.rst)
12+
13+
开发指南
14+
--------
15+
* [新写Layer](dev/new_layer/index.rst)
16+
17+
算法教程
18+
--------
19+
* [RNN配置](algorithm/rnn/rnn.rst)

doc_cn/ui/index.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@
88

99
data_provider/index.rst
1010

11-
API参考
12-
'''''''
13-
14-
`Trainer Config Helper <http://paddlepaddle.org/doc/ui/api/trainer_config_helpers/index.html>`_
1511

1612
命令行参数
1713
''''''''''

doc_cn/ui/model.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
模型配置
2+
========
3+
4+
* `Model Config Interface <../../doc/ui/api/trainer_config_helpers/index.html>`_

0 commit comments

Comments
 (0)