提交 ee473459 编写于 作者: X xuwei06

Update README.md and remove internl doc links

ISSUE=4586877

git-svn-id: https://svn.baidu.com/idl/trunk/paddle@1421 1ad973e4-5ce8-4261-8a94-b56d1f490c56
上级 e6dfcddc
# PaddlePaddle # PaddlePaddle
[![Documentation Status](https://readthedocs.org/projects/ctcspeechrecognition/badge/?version=latest)](http://ctcspeechrecognition.readthedocs.io/en/latest/?badge=latest)
PaddlePaddle (PArallel Distributed Deep LEarning) is an easy-to-use, PaddlePaddle (PArallel Distributed Deep LEarning) is an easy-to-use,
efficient, flexible and scalable deep learning platform, which is originally efficient, flexible and scalable deep learning platform, which is originally
developed by Baidu scientists and engineers for the purpose of applying deep developed by Baidu scientists and engineers for the purpose of applying deep
...@@ -46,33 +44,34 @@ learning to many products at Baidu. ...@@ -46,33 +44,34 @@ learning to many products at Baidu.
the capability of PaddlePaddle to make a huge impact for your product. the capability of PaddlePaddle to make a huge impact for your product.
## Installation ## Installation
See [installation guide]() to build and install from the source code or install See [Installation Guide](http://paddlepaddle.org/doc/build/) to install from pre-built package or build from the source code.
the Docker Image.
## Documentation ## Documentation
- [Quick Start]() <br> - [Chinese Documentation](http://paddlepaddle.org/doc_cn/) <br>
- [Quick Start](http://paddlepaddle.org/doc/demo/quick_start/) <br>
You can follow the quick start tutorial to learn how use PaddlePaddle You can follow the quick start tutorial to learn how use PaddlePaddle
step-by-step. step-by-step.
- [Example and Demo]() <br> - [Example and Demo](http://paddlepaddle.org/doc/demo/) <br>
We provide five demos, including: image classification, sentiment analysis, We provide five demos, including: image classification, sentiment analysis,
sequence to sequence model, recommendation, semantic role labelling. sequence to sequence model, recommendation, semantic role labelling.
- [Distributed Training]() <br> - [Distributed Training](http://paddlepaddle.org/doc/cluster) <br>
This system supports training deep learning models on multiple machines This system supports training deep learning models on multiple machines
with data parallelism. with data parallelism.
- [Python API]() <br> - [Python API](http://paddlepaddle.org/doc/ui/) <br>
PaddlePaddle supports using either Python interface or C++ to build your PaddlePaddle supports using either Python interface or C++ to build your
system. We also use SWIG to wrap C++ source code to create a user friendly system. We also use SWIG to wrap C++ source code to create a user friendly
interface for Python. You can also use SWIG to create interface for your interface for Python. You can also use SWIG to create interface for your
favorite programming language. favorite programming language.
- [How to Contribute]() <br> - [How to Contribute](http://paddlepaddle.org/doc/build/contribute_to_paddle.html) <br>
We sincerely appreciate your interest and contributions. If youd like to We sincerely appreciate your interest and contributions. If you would like to
contribute, please read the contribution guide. contribute, please read the contribution guide.
- [Source Code Documents]() <br> - [Source Code Documents](http://paddlepaddle.org/doc/source/) <br>
## Ask Questions ## Ask Questions
......
...@@ -18,7 +18,6 @@ If you want to hack and contribute PaddlePaddle source code, following guides ca ...@@ -18,7 +18,6 @@ If you want to hack and contribute PaddlePaddle source code, following guides ca
:glob: :glob:
build_from_source.md build_from_source.md
internal/contribute_code.md
contribute_to_paddle.md contribute_to_paddle.md
Build Docker Images Build Docker Images
......
...@@ -4,5 +4,4 @@ Cluster Train ...@@ -4,5 +4,4 @@ Cluster Train
.. toctree:: .. toctree::
:glob: :glob:
internal/index.md
opensource/cluster_train.md opensource/cluster_train.md
...@@ -13,7 +13,7 @@ TBD ...@@ -13,7 +13,7 @@ TBD
API参考 API参考
======= =======
TBD `Trainer Config Helper <http://paddlepaddle.org/doc/ui/api/trainer_config_helpers/index.html>`_
命令行参数 命令行参数
========== ==========
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册