提交 d209a196 编写于 作者: D dangqingqing

Adjust catalog for documentation.

ISSUE=4603671

git-svn-id: https://svn.baidu.com/idl/trunk/paddle@1456 1ad973e4-5ce8-4261-8a94-b56d1f490c56
上级 a965935c
../../demo/sentiment_analysis/bi_lstm.jpg
\ No newline at end of file
../../demo/text_generation/encoder-decoder-attention-model.png
\ No newline at end of file
# PaddlePaddle Quick Start Tutorial
# Quick Start Tutorial
This tutorial will teach the basics of deep learning (DL), including how to implement many different models in PaddlePaddle. You will learn how to:
- Prepare data into the standardized format that PaddlePaddle accepts.
......
Writing New Layers
==================
.. toctree::
:maxdepth: 3
new_layer.rst
......@@ -7,8 +7,16 @@ User Guide
* [Build and Installation](build/index.rst)
* [Contribute Code](build/contribute_to_paddle.md)
* [User Interface](ui/index.md)
* [Source Code Documents](source/index.md)
* [Layer Documents](layer.md)
* [Trainer Config Helpers](ui/api/trainer_config_helpers/index.md)
* [Model Config Interface](ui/api/trainer_config_helpers/index.md)
* [Example and Demo](demo/index.md)
* [Cluster Train](cluster/index.md)
Development Guide
-----------------
* [Layer Documents](layer.md)
* [Writing New Layers](dev/new_layer/index.rst)
* [Source Code Documents](source/index.md)
Algorithm Tutorial
------------------
* [RNN Configuration](algorithm/rnn/rnn.rst)
../../../demo/sentiment_analysis/bi_lstm.jpg
\ No newline at end of file
../../../demo/text_generation/encoder-decoder-attention-model.png
\ No newline at end of file
# Trainer Config Helpers
# Model Config Interface
* [Optimizer](optimizers_index.rst)
* [Data Source](data_sources.rst)
......@@ -7,4 +7,4 @@
* [Poolings](poolings_index.rst)
* [Networks](networks_index.rst)
* [Evaluators](evaluators_index.rst)
* [Parameter and Extra Layer Attribute](attrs.rst)
* [Parameter and Extra Layer Attribute](attrs.rst)
......@@ -9,13 +9,12 @@
* [PyDataProviderWrapper](api/py_data_provider_wrapper.rst)
* [Trainer Config Helpers](api/trainer_config_helpers/index.md)
* [Recurrent Neural Network Configuration](api/rnn/index.rst)
## Command Line Argument
* [Use Case](cmd_argument/use_case.md)
* [Argument Outline](cmd_argument/argument_outline.md)
* [Detailed Descriptions of All Command Line Arguments](cmd_argument/detail_introduction.md)
* [Detailed Descriptions](cmd_argument/detail_introduction.md)
## Predict
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册