Skip to content

Commit

Permalink
Adjust catalog for chinese doc.
Browse files Browse the repository at this point in the history
ISSUE=4610105

git-svn-id: https://svn.baidu.com/idl/trunk/paddle@1463 1ad973e4-5ce8-4261-8a94-b56d1f490c56
  • Loading branch information
qingqing01 committed Aug 31, 2016
1 parent ed67165 commit 3cfc1b2
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ See [Installation Guide](http://paddlepaddle.org/doc/build/) to install from pre

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

- [Distributed Training](http://paddlepaddle.org/doc/cluster) <br>
This system supports training deep learning models on multiple machines
Expand Down
2 changes: 1 addition & 1 deletion doc/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PaddlePaddle Documentation
===================
==========================

User Guide
----------
Expand Down
7 changes: 7 additions & 0 deletions doc_cn/algorithm/rnn/rnn.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
RNN 配置
========

.. toctree::
:maxdepth: 3

* `RNN配置 <../../../doc/algorithm/rnn/rnn.html>`_
4 changes: 4 additions & 0 deletions doc_cn/dev/new_layer/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
新写Layer
=========

* `新写Layer <../../../doc/dev/new_layer/index.html>`_
13 changes: 12 additions & 1 deletion doc_cn/index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
PaddlePaddle文档
===================
================

使用指南
--------
* [快速入门](demo/quick_start/index.md)
* [编译与安装](build_and_install/index.rst)
* [用户接口](ui/index.rst)
* [使用示例](demo/index.rst)
* [模型配置](ui/model.rst)
* [集群训练](cluster/index.rst)

开发指南
--------
* [新写Layer](dev/new_layer/index.rst)

算法教程
--------
* [RNN配置](algorithm/rnn/rnn.rst)
4 changes: 0 additions & 4 deletions doc_cn/ui/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@

data_provider/index.rst

API参考
'''''''

`Trainer Config Helper <http://paddlepaddle.org/doc/ui/api/trainer_config_helpers/index.html>`_

命令行参数
''''''''''
Expand Down
4 changes: 4 additions & 0 deletions doc_cn/ui/model.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
模型配置
========

* `Model Config Interface <../../doc/ui/api/trainer_config_helpers/index.html>`_

0 comments on commit 3cfc1b2

Please sign in to comment.