|
2 | 2 |
|
3 | 3 |
|
4 | 4 | [](https://travis-ci.org/PaddlePaddle/Paddle) |
5 | | -[](http://www.paddlepaddle.org/) |
6 | | -[](http://www.paddlepaddle.org/cn/index.html) |
| 5 | +[](http://www.paddlepaddle.org/develop/doc/) |
| 6 | +[](http://www.paddlepaddle.org/doc_cn/) |
7 | 7 | [](https://coveralls.io/github/PaddlePaddle/Paddle?branch=develop) |
8 | 8 | [](https://github.com/PaddlePaddle/Paddle/releases) |
9 | 9 | [](LICENSE) |
@@ -59,36 +59,36 @@ Please refer to our [release announcement](https://github.com/PaddlePaddle/Paddl |
59 | 59 | the capability of PaddlePaddle to make a huge impact for your product. |
60 | 60 |
|
61 | 61 | ## Installation |
62 | | -Check out the [Install Guide](http://paddlepaddle.org/doc/build/) to install from |
63 | | -pre-built packages (**docker image**, **deb package**) or |
64 | | -directly build on **Linux** and **Mac OS X** from the source code. |
| 62 | + |
| 63 | +It is recommended to check out the |
| 64 | +[Docker installation guide](http://www.paddlepaddle.org/develop/doc/getstarted/build_and_install/docker_install_en.html) |
| 65 | +before looking into the |
| 66 | +[build from source guide](http://www.paddlepaddle.org/develop/doc/getstarted/build_and_install/build_from_source_en.html) |
65 | 67 |
|
66 | 68 | ## Documentation |
67 | | -Both [English Docs](http://paddlepaddle.org/doc/) and [Chinese Docs](http://paddlepaddle.org/doc_cn/) are provided for our users and developers. |
68 | 69 |
|
69 | | -- [Quick Start](http://paddlepaddle.org/doc/demo/quick_start/index_en) <br> |
70 | | - You can follow the quick start tutorial to learn how use PaddlePaddle |
71 | | - step-by-step. |
| 70 | +We provide [English](http://www.paddlepaddle.org/develop/doc/) and |
| 71 | +[Chinese](http://www.paddlepaddle.org/doc_cn/) documentation. |
| 72 | + |
| 73 | +- [Deep Learning 101](http://book.paddlepaddle.org/index.en.html) |
| 74 | + |
| 75 | + You might want to start from the this online interactive book that can run in Jupyter Notebook. |
| 76 | + |
| 77 | +- [Distributed Training](http://www.paddlepaddle.org/develop/doc/howto/usage/cluster/cluster_train_en.html) |
| 78 | + |
| 79 | + You can run distributed training jobs on MPI clusters. |
| 80 | + |
| 81 | +- [Distributed Training on Kubernetes](http://www.paddlepaddle.org/develop/doc/howto/usage/k8s/k8s_en.html) |
72 | 82 |
|
73 | | -- [Example and Demo](http://paddlepaddle.org/doc/demo/) <br> |
74 | | - We provide five demos, including: image classification, sentiment analysis, |
75 | | - sequence to sequence model, recommendation, semantic role labeling. |
| 83 | + You can also run distributed training jobs on Kubernetes clusters. |
76 | 84 |
|
77 | | -- [Distributed Training](http://paddlepaddle.org/doc/cluster) <br> |
78 | | - This system supports training deep learning models on multiple machines |
79 | | - with data parallelism. |
| 85 | +- [Python API](http://www.paddlepaddle.org/develop/doc/api/index_en.html) |
80 | 86 |
|
81 | | -- [Python API](http://paddlepaddle.org/doc/ui/) <br> |
82 | | - PaddlePaddle supports using either Python interface or C++ to build your |
83 | | - system. We also use SWIG to wrap C++ source code to create a user friendly |
84 | | - interface for Python. You can also use SWIG to create interface for your |
85 | | - favorite programming language. |
| 87 | + Our new API enables much shorter programs. |
86 | 88 |
|
87 | | -- [How to Contribute](http://paddlepaddle.org/doc/build/contribute_to_paddle.html) <br> |
88 | | - We sincerely appreciate your interest and contributions. If you would like to |
89 | | - contribute, please read the contribution guide. |
| 89 | +- [How to Contribute](http://www.paddlepaddle.org/develop/doc/howto/dev/contribute_to_paddle_en.html) |
90 | 90 |
|
91 | | -- [Source Code Documents](http://paddlepaddle.org/doc/source/) <br> |
| 91 | + We appreciate your contributions! |
92 | 92 |
|
93 | 93 | ## Ask Questions |
94 | 94 |
|
|
0 commit comments