-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ISSUE=4610105 git-svn-id: https://svn.baidu.com/idl/trunk/paddle@1463 1ad973e4-5ce8-4261-8a94-b56d1f490c56
- Loading branch information
1 parent
ed67165
commit 3cfc1b2
Showing
7 changed files
with
29 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
PaddlePaddle Documentation | ||
=================== | ||
========================== | ||
|
||
User Guide | ||
---------- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
RNN 配置 | ||
======== | ||
|
||
.. toctree:: | ||
:maxdepth: 3 | ||
|
||
* `RNN配置 <../../../doc/algorithm/rnn/rnn.html>`_ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
新写Layer | ||
========= | ||
|
||
* `新写Layer <../../../doc/dev/new_layer/index.html>`_ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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>`_ |