diff --git a/develop/doc/_sources/howto/usage/cluster/cluster_train_en.md.txt b/develop/doc/_sources/howto/usage/cluster/cluster_train_en.md.txt
index f9819470c0c622b4bc0ea064303d742385603230..915405ca5b446981515e301ca4b7ee065a82a9ff 100644
--- a/develop/doc/_sources/howto/usage/cluster/cluster_train_en.md.txt
+++ b/develop/doc/_sources/howto/usage/cluster/cluster_train_en.md.txt
@@ -1,4 +1,4 @@
-# PaddlePaddle Distributed Training
+# Distributed Training
## Introduction
@@ -188,5 +188,4 @@ These cluster platforms provide API or environment variables for training proces
- [fabric](fabric_en.md)
- [openmpi](openmpi_en.md)
- [kubernetes](k8s_en.md)
- - kubernetes distributed
- [kubernetes on AWS](k8s_aws_en.md)
diff --git a/develop/doc/_sources/howto/usage/cluster/k8s_en.md.txt b/develop/doc/_sources/howto/usage/cluster/k8s_en.md.txt
index 0c3ab05b708e7a924577c26496b8c55126e76c62..5a3ebfd8dcd144785769d43f9bc75135b5f9b0bd 100644
--- a/develop/doc/_sources/howto/usage/cluster/k8s_en.md.txt
+++ b/develop/doc/_sources/howto/usage/cluster/k8s_en.md.txt
@@ -1,13 +1,13 @@
-# Paddle On Kubernetes
+# PaddlePaddle On Kubernetes
->In this article, we will introduce how to run Paddle training job on single CPU machine using Kubernetes. In next article, we will introduce how to run Paddle training job on distributed cluster.
+In this article, we will introduce how to run PaddlePaddle training job on single CPU machine using Kubernetes. In next article, we will introduce how to run PaddlePaddle training job on distributed cluster.
## Build Docker Image
-In distributed Kubernetes cluster, we will use Ceph or other shared storage system for storing training related data so that all processes in Paddle training can retrieve data from Ceph. In this example, we will only demo training job on single machine. In order to simplify the requirement of the environment, we will directly put training data into Paddle's Docker Image, so we need to create a Paddle Docker image that already includes the training data.
+In distributed Kubernetes cluster, we will use Ceph or other shared storage system for storing training data so that all processes in the training job can retrieve data from Ceph. In this example, we will only demo training job on single machine. In order to simplify the requirement of the environment, we will directly put training data into PaddlePaddle's Docker Image, so we need to create a PaddlePaddle Docker image that already includes the training data.
-Paddle's [Quick Start Tutorial](http://www.paddlepaddle.org/doc/demo/quick_start/index_en.html) introduces how to download and train data by using script from Paddle's source code.
-And `paddledev/paddle:cpu-demo-latest` image has the Paddle source code and demo. (Caution: Default Paddle image `paddledev/paddle:cpu-latest` doesn't include the source code, Paddle's different versions of image can be referred here: [Docker installation guide](http://www.paddlepaddle.org/doc/build/docker_install.html)), so we run this container and download the training data, and then commit the whole container to be a new Docker image.
+PaddlePaddle's [Quick Start Tutorial](http://www.paddlepaddle.org/docs/develop/documentation/en/getstarted/index_en.html) introduces how to download and train data by using script from PaddlePaddle's source code.
+And `paddledev/paddle:cpu-demo-latest` image has the PaddlePaddle source code and demo. (Caution: Default PaddlePaddle image `paddledev/paddle:cpu-latest` doesn't include the source code, PaddlePaddle's different versions of image can be referred here: [Docker installation guide](http://www.paddlepaddle.org/doc/build/docker_install.html)), so we run this container and download the training data, and then commit the whole container to be a new Docker image.
### Run Docker Container
@@ -67,7 +67,7 @@ $ docker commit quick_start_data mypaddle/paddle:quickstart
## Use Kubernetes For Training
->We will use Kubernetes job for training process, following steps shows how to do the training with Kubernetes.
+We will use Kubernetes job for training process, following steps shows how to do the training with Kubernetes.
### Create Yaml Files
@@ -99,7 +99,7 @@ spec:
restartPolicy: Never
```
-### Start Paddle Job
+### Start PaddlePaddle Job
Using the above yaml file to start the Kubernetes job.
diff --git a/develop/doc/api/index_en.html b/develop/doc/api/index_en.html
index a02a372ca4cd99e66f317ca10d17bba534cdd2fe..e1a03198e13600894490f473c29e4ebbab537aaf 100644
--- a/develop/doc/api/index_en.html
+++ b/develop/doc/api/index_en.html
@@ -125,7 +125,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
diff --git a/develop/doc/api/v1/data_provider/dataprovider_en.html b/develop/doc/api/v1/data_provider/dataprovider_en.html
index 03373c2002b4e8b78940f52fb7f4b76324f03ced..63a6898525fd65eaf368c923d7a444b242cf02cc 100644
--- a/develop/doc/api/v1/data_provider/dataprovider_en.html
+++ b/develop/doc/api/v1/data_provider/dataprovider_en.html
@@ -123,7 +123,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
diff --git a/develop/doc/api/v1/data_provider/pydataprovider2_en.html b/develop/doc/api/v1/data_provider/pydataprovider2_en.html
index 07d0d5ef649667e418489f2e40fb10ec507e33a8..7bc3efde56474599550ef3557d0d0cfffb6815f7 100644
--- a/develop/doc/api/v1/data_provider/pydataprovider2_en.html
+++ b/develop/doc/api/v1/data_provider/pydataprovider2_en.html
@@ -123,7 +123,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
diff --git a/develop/doc/api/v1/index_en.html b/develop/doc/api/v1/index_en.html
index 4cde416a1438cd654a310671ffec5ec9a39c47a2..fd72077634f824b20acd604d2b5bf8bf778154c7 100644
--- a/develop/doc/api/v1/index_en.html
+++ b/develop/doc/api/v1/index_en.html
@@ -123,7 +123,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
diff --git a/develop/doc/api/v1/predict/swig_py_paddle_en.html b/develop/doc/api/v1/predict/swig_py_paddle_en.html
index 96c1a5757921d4388652e73b2046cfa19659b4fd..4ed1ed2d1d5fc1ebbcdd93e64b3c2f3fd4eebb13 100644
--- a/develop/doc/api/v1/predict/swig_py_paddle_en.html
+++ b/develop/doc/api/v1/predict/swig_py_paddle_en.html
@@ -123,7 +123,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
diff --git a/develop/doc/api/v2/config/activation.html b/develop/doc/api/v2/config/activation.html
index e6bd8da81c1cc855cc8880ed44235b95c872cb07..3d26c1d812619632f49f4af0d13747ab8448a866 100644
--- a/develop/doc/api/v2/config/activation.html
+++ b/develop/doc/api/v2/config/activation.html
@@ -126,7 +126,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
diff --git a/develop/doc/api/v2/config/attr.html b/develop/doc/api/v2/config/attr.html
index 12e100529f9565153a0b7f5e07001beaba666535..334ab373abe8972f00655101db191837640e4fe7 100644
--- a/develop/doc/api/v2/config/attr.html
+++ b/develop/doc/api/v2/config/attr.html
@@ -126,7 +126,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
diff --git a/develop/doc/api/v2/config/evaluators.html b/develop/doc/api/v2/config/evaluators.html
index acc8646dd343c2c3ce410ef057c58e79c6d2d4ad..621bf25acb3d8a9aef2c45439f0755f2c175b6ba 100644
--- a/develop/doc/api/v2/config/evaluators.html
+++ b/develop/doc/api/v2/config/evaluators.html
@@ -126,7 +126,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
diff --git a/develop/doc/api/v2/config/layer.html b/develop/doc/api/v2/config/layer.html
index 75dedb6447df1758e8ee7c1894d6df3bd23ded44..dcbe994d336f62067d5697a48a7ac6b985387afc 100644
--- a/develop/doc/api/v2/config/layer.html
+++ b/develop/doc/api/v2/config/layer.html
@@ -126,7 +126,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
diff --git a/develop/doc/api/v2/config/networks.html b/develop/doc/api/v2/config/networks.html
index 740e9c4a79cf32dafb5f08ca827a5ad5fe69e4e4..24abf3595a8dc7a307d4352ff4edd41df671e251 100644
--- a/develop/doc/api/v2/config/networks.html
+++ b/develop/doc/api/v2/config/networks.html
@@ -126,7 +126,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
diff --git a/develop/doc/api/v2/config/optimizer.html b/develop/doc/api/v2/config/optimizer.html
index 783db1c3850aae39c18f7813b390d587c9e6ae58..f42707cbb9fb6cfb27ab1e399dadb7e6e4677b4a 100644
--- a/develop/doc/api/v2/config/optimizer.html
+++ b/develop/doc/api/v2/config/optimizer.html
@@ -126,7 +126,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
diff --git a/develop/doc/api/v2/config/pooling.html b/develop/doc/api/v2/config/pooling.html
index 1651875b20887d2c19da3b74b88da6ce2f82c30e..5f9171f376742540ae3c94263d3cec61602c67b3 100644
--- a/develop/doc/api/v2/config/pooling.html
+++ b/develop/doc/api/v2/config/pooling.html
@@ -126,7 +126,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
diff --git a/develop/doc/api/v2/data.html b/develop/doc/api/v2/data.html
index 40d56b7fc58a53a87b88d367c6cfc27980309f68..ca8bb46cbde7176c138b8009666cb260c5b9ac0e 100644
--- a/develop/doc/api/v2/data.html
+++ b/develop/doc/api/v2/data.html
@@ -126,7 +126,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
diff --git a/develop/doc/api/v2/data/data_reader.html b/develop/doc/api/v2/data/data_reader.html
index 23685b38286983d5d419a79a94f3bd5ce404c15e..3de4c80d4fbca83c5dd0465092f9afe666b2c927 100644
--- a/develop/doc/api/v2/data/data_reader.html
+++ b/develop/doc/api/v2/data/data_reader.html
@@ -126,7 +126,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
diff --git a/develop/doc/api/v2/data/dataset.html b/develop/doc/api/v2/data/dataset.html
index d0bdfb626814cdc7e6090694977f14e50feace9e..d675faf84936950e9d847b705d918673470fc1aa 100644
--- a/develop/doc/api/v2/data/dataset.html
+++ b/develop/doc/api/v2/data/dataset.html
@@ -126,7 +126,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
diff --git a/develop/doc/api/v2/data/image.html b/develop/doc/api/v2/data/image.html
index 1bbabb181939a9c7153742862bf40104b28883bb..be6209ad3600a0198982dc81f757e7590b7106b6 100644
--- a/develop/doc/api/v2/data/image.html
+++ b/develop/doc/api/v2/data/image.html
@@ -126,7 +126,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
diff --git a/develop/doc/api/v2/fluid.html b/develop/doc/api/v2/fluid.html
index 3bd068716f0feedb67bf41e8e6c6ef83978c129b..2a773ef7c4d5d9ad5dc7891c7bd47d815e7c2c3c 100644
--- a/develop/doc/api/v2/fluid.html
+++ b/develop/doc/api/v2/fluid.html
@@ -126,7 +126,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
diff --git a/develop/doc/api/v2/fluid/data_feeder.html b/develop/doc/api/v2/fluid/data_feeder.html
index 295d0cc8ca4bd6e0463fe59c20f0d6fe41d2203a..2117408e248984fe50c8bf3374ecefd29112916e 100644
--- a/develop/doc/api/v2/fluid/data_feeder.html
+++ b/develop/doc/api/v2/fluid/data_feeder.html
@@ -126,7 +126,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
diff --git a/develop/doc/api/v2/fluid/evaluator.html b/develop/doc/api/v2/fluid/evaluator.html
index 0836e942a267cf268cc338dd61840f442b156123..fb7b13b8056cdc323eaa52654e3edbaba23e95e8 100644
--- a/develop/doc/api/v2/fluid/evaluator.html
+++ b/develop/doc/api/v2/fluid/evaluator.html
@@ -126,7 +126,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
diff --git a/develop/doc/api/v2/fluid/executor.html b/develop/doc/api/v2/fluid/executor.html
index d1d743daa67ccc91569ff9ad3c2ae41a5ac329d2..2f432c5d6fe8313c26b8a512b6a7910c66382101 100644
--- a/develop/doc/api/v2/fluid/executor.html
+++ b/develop/doc/api/v2/fluid/executor.html
@@ -126,7 +126,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
diff --git a/develop/doc/api/v2/fluid/initializer.html b/develop/doc/api/v2/fluid/initializer.html
index e13fad6c70f8c75712d206b4ad9bb2ab5e28577d..f73d6ebddd27824965ea1263ff7372bcd36a3707 100644
--- a/develop/doc/api/v2/fluid/initializer.html
+++ b/develop/doc/api/v2/fluid/initializer.html
@@ -126,7 +126,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
diff --git a/develop/doc/api/v2/fluid/layers.html b/develop/doc/api/v2/fluid/layers.html
index 786a530e2eb6be189e1d0c96f43335359436ba01..f337e96be37bc96387ef0702517c5c123c745fd0 100644
--- a/develop/doc/api/v2/fluid/layers.html
+++ b/develop/doc/api/v2/fluid/layers.html
@@ -126,7 +126,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
diff --git a/develop/doc/api/v2/fluid/nets.html b/develop/doc/api/v2/fluid/nets.html
index a5ffd3ebcf4029cf1c5e96c78e18c799efb1edc5..f6dfcda1e7fa8e9d2cec896986a46ec0784c220f 100644
--- a/develop/doc/api/v2/fluid/nets.html
+++ b/develop/doc/api/v2/fluid/nets.html
@@ -126,7 +126,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
diff --git a/develop/doc/api/v2/fluid/optimizer.html b/develop/doc/api/v2/fluid/optimizer.html
index caaba1355607977e1e9837cf5a35a179c83c1090..ec1111528b20ee24c6ee2b701908831c906509d6 100644
--- a/develop/doc/api/v2/fluid/optimizer.html
+++ b/develop/doc/api/v2/fluid/optimizer.html
@@ -126,7 +126,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
diff --git a/develop/doc/api/v2/fluid/param_attr.html b/develop/doc/api/v2/fluid/param_attr.html
index 2d815110ad9d06e742f483899dd48096d7b0fadd..4ac96bf93b94ea0b772024ead64f1045216a6ae9 100644
--- a/develop/doc/api/v2/fluid/param_attr.html
+++ b/develop/doc/api/v2/fluid/param_attr.html
@@ -126,7 +126,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
diff --git a/develop/doc/api/v2/fluid/profiler.html b/develop/doc/api/v2/fluid/profiler.html
index 01b792d3c8380f79c06aff997821e0b902c873d0..58bd8dde67571520ad4de4f694523d21b6d8d1db 100644
--- a/develop/doc/api/v2/fluid/profiler.html
+++ b/develop/doc/api/v2/fluid/profiler.html
@@ -126,7 +126,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
diff --git a/develop/doc/api/v2/fluid/regularizer.html b/develop/doc/api/v2/fluid/regularizer.html
index 0b55de772ad67a31ef839163f8b0bcd12b8cf9c8..3596a2553a48b5685fba1e7d051d6f83ebed5639 100644
--- a/develop/doc/api/v2/fluid/regularizer.html
+++ b/develop/doc/api/v2/fluid/regularizer.html
@@ -126,7 +126,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
diff --git a/develop/doc/api/v2/model_configs.html b/develop/doc/api/v2/model_configs.html
index 2e818362ec956f6dd03316f9525c7d9c09b1c6e8..20e26d56465159b3dc13a0e07696c7d0c9b8e192 100644
--- a/develop/doc/api/v2/model_configs.html
+++ b/develop/doc/api/v2/model_configs.html
@@ -126,7 +126,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
diff --git a/develop/doc/api/v2/run_logic.html b/develop/doc/api/v2/run_logic.html
index 0c7d0293ec167bfa7501a80f1ee206dda3657078..aafd8211aa20f856183d58726186d822d4daa4b4 100644
--- a/develop/doc/api/v2/run_logic.html
+++ b/develop/doc/api/v2/run_logic.html
@@ -126,7 +126,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
diff --git a/develop/doc/design/api.html b/develop/doc/design/api.html
index cef9301920d9509984673044d94a890aac38a9ed..398e1b2d8dd240c1f487f5e5b394ec258b99bbbb 100644
--- a/develop/doc/design/api.html
+++ b/develop/doc/design/api.html
@@ -123,7 +123,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
diff --git a/develop/doc/design/auto_gradient_check.html b/develop/doc/design/auto_gradient_check.html
index 9e5a5446322f79deee9c20bbe6215f3aeaa2fa99..b3c6b4a98e7f56ca51caf424dca4ccf5475c28b2 100644
--- a/develop/doc/design/auto_gradient_check.html
+++ b/develop/doc/design/auto_gradient_check.html
@@ -123,7 +123,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
diff --git a/develop/doc/design/block.html b/develop/doc/design/block.html
index 8d9969f8ec5e4a571642529a254436f01cb5009f..be070626e86b77ccab6b730d0f5895b5a77ef33f 100644
--- a/develop/doc/design/block.html
+++ b/develop/doc/design/block.html
@@ -123,7 +123,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
diff --git a/develop/doc/design/build_system/README.html b/develop/doc/design/build_system/README.html
index ca4b5e57f02583e3cd2b74ed7267f102c21da2fd..121d8a22adadebec2b38a1cbc9bf560330ef37e3 100644
--- a/develop/doc/design/build_system/README.html
+++ b/develop/doc/design/build_system/README.html
@@ -123,7 +123,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
diff --git a/develop/doc/design/cluster_train/README.html b/develop/doc/design/cluster_train/README.html
index 12a2f93a937a75662dd1722ec00de5c43949dff8..1655bb8cbcbb6666ad5c3910b0e68eb0cd8f37d0 100644
--- a/develop/doc/design/cluster_train/README.html
+++ b/develop/doc/design/cluster_train/README.html
@@ -123,7 +123,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
diff --git a/develop/doc/design/cluster_train/checkpointing.html b/develop/doc/design/cluster_train/checkpointing.html
index b2c2e9ee0196b5d44fc9f051db7a510dd4c95874..4c38ae250446427cb9a0d030bc7d45df647086f2 100644
--- a/develop/doc/design/cluster_train/checkpointing.html
+++ b/develop/doc/design/cluster_train/checkpointing.html
@@ -123,7 +123,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
diff --git a/develop/doc/design/cluster_train/data_dispatch.html b/develop/doc/design/cluster_train/data_dispatch.html
index 133b3aa73aa06f05a881c3bb51fa06be29d406a0..35e4d5532c78302f96cbf2ecdb5202bbbf31fdba 100644
--- a/develop/doc/design/cluster_train/data_dispatch.html
+++ b/develop/doc/design/cluster_train/data_dispatch.html
@@ -123,7 +123,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
diff --git a/develop/doc/design/cluster_train/large_model_dist_train.html b/develop/doc/design/cluster_train/large_model_dist_train.html
index ad49ee22e7207d0e080326557168b0716fe14358..f2d2ed18d9f4f706b4037af69f369526cb948ddf 100644
--- a/develop/doc/design/cluster_train/large_model_dist_train.html
+++ b/develop/doc/design/cluster_train/large_model_dist_train.html
@@ -123,7 +123,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
diff --git a/develop/doc/design/cluster_train/master_server.html b/develop/doc/design/cluster_train/master_server.html
index 713a4187ce39f53048128363c3742dadf2989594..e74c4a7649ada3e4dc421606f39dd3ebbf280389 100644
--- a/develop/doc/design/cluster_train/master_server.html
+++ b/develop/doc/design/cluster_train/master_server.html
@@ -123,7 +123,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
diff --git a/develop/doc/design/cluster_train/pserver_client.html b/develop/doc/design/cluster_train/pserver_client.html
index e48f22cc2f1304a8a6868fb789b2ab3d1ca77251..8e7b9a75bcf35f507b9d2e32954628cab8443d4c 100644
--- a/develop/doc/design/cluster_train/pserver_client.html
+++ b/develop/doc/design/cluster_train/pserver_client.html
@@ -123,7 +123,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
diff --git a/develop/doc/design/cluster_train/remote_parameter_updater.html b/develop/doc/design/cluster_train/remote_parameter_updater.html
index e18e81accc0cbc7c0385ca8b3ee083fa631c9d21..2d75a3fb8fced26e843a5a7bfe7588c397571998 100644
--- a/develop/doc/design/cluster_train/remote_parameter_updater.html
+++ b/develop/doc/design/cluster_train/remote_parameter_updater.html
@@ -123,7 +123,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
diff --git a/develop/doc/design/cluster_train/save_model.html b/develop/doc/design/cluster_train/save_model.html
index 32cfead0e8a1da285fa6e19df454be7e540ac3ae..ddd833bed6f5356a2ada93148cbe21154368b639 100644
--- a/develop/doc/design/cluster_train/save_model.html
+++ b/develop/doc/design/cluster_train/save_model.html
@@ -123,7 +123,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
diff --git a/develop/doc/design/cluster_train/submit-job.html b/develop/doc/design/cluster_train/submit-job.html
index 73d6acd29bde5ca33d4f2b13d629428b262be755..ffd434045b0c34933ea6e1cb1fbc2e399c2ad4aa 100644
--- a/develop/doc/design/cluster_train/submit-job.html
+++ b/develop/doc/design/cluster_train/submit-job.html
@@ -123,7 +123,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
diff --git a/develop/doc/design/evaluator.html b/develop/doc/design/evaluator.html
index 1bf81d1b4ecb2e99a26334f993451f707931d8c9..626d78628c1fe190d1e35d7543010e8c22eaad12 100644
--- a/develop/doc/design/evaluator.html
+++ b/develop/doc/design/evaluator.html
@@ -123,7 +123,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
diff --git a/develop/doc/design/executor.html b/develop/doc/design/executor.html
index cf2b7d01244b7be8b46484787d5d32908ea0dc6d..16e8f64b494bf8946a12e6cd8df0bf7c922e8919 100644
--- a/develop/doc/design/executor.html
+++ b/develop/doc/design/executor.html
@@ -123,7 +123,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
diff --git a/develop/doc/design/file_manager/README.html b/develop/doc/design/file_manager/README.html
index 800cb72a775c4b139da93f00279cd41117107688..31fa3f193a847df72cd157e14fb54808e83aa0e7 100644
--- a/develop/doc/design/file_manager/README.html
+++ b/develop/doc/design/file_manager/README.html
@@ -123,7 +123,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
diff --git a/develop/doc/design/file_manager/pfs/pfsclient.html b/develop/doc/design/file_manager/pfs/pfsclient.html
index 2daa24fe7647cb636e02451416246b56df2ef0b4..34757a49be1c95c81e4831e52b923729bb195363 100644
--- a/develop/doc/design/file_manager/pfs/pfsclient.html
+++ b/develop/doc/design/file_manager/pfs/pfsclient.html
@@ -123,7 +123,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
diff --git a/develop/doc/design/float16.html b/develop/doc/design/float16.html
index 403f0bb0acf5051352c847c69039d00760583372..c988ed8828d6441f462e2ae69fff30ba2bba9f86 100644
--- a/develop/doc/design/float16.html
+++ b/develop/doc/design/float16.html
@@ -123,7 +123,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
diff --git a/develop/doc/design/fluid.html b/develop/doc/design/fluid.html
index a574e17914dd012daab5fbc60bf70f17dc3c0ac5..5737dd965b793bbd7201dda2ec87cb2a7a7a93ae 100644
--- a/develop/doc/design/fluid.html
+++ b/develop/doc/design/fluid.html
@@ -123,7 +123,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
diff --git a/develop/doc/design/functions_operators_layers.html b/develop/doc/design/functions_operators_layers.html
index a431f591f50769ab2e5d48958cadd74dc19e967f..76c1d3fa1291b5570332455cf38b96270f7b0947 100644
--- a/develop/doc/design/functions_operators_layers.html
+++ b/develop/doc/design/functions_operators_layers.html
@@ -123,7 +123,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
diff --git a/develop/doc/design/gan_api.html b/develop/doc/design/gan_api.html
index 3870a8871180f69d5d6fe346127f0a8b64f15249..7280ca3c1c7e7e3cb2836fb288e3e375140333bf 100644
--- a/develop/doc/design/gan_api.html
+++ b/develop/doc/design/gan_api.html
@@ -123,7 +123,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
diff --git a/develop/doc/design/graph.html b/develop/doc/design/graph.html
index c42d12aec18745612abeca99ad2db76bdb48829d..0dfd6313bad57b8d6d69a837bba41f96358ce6eb 100644
--- a/develop/doc/design/graph.html
+++ b/develop/doc/design/graph.html
@@ -123,7 +123,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
diff --git a/develop/doc/design/graph_survey.html b/develop/doc/design/graph_survey.html
index a1acea3f58e2f42d9bcb86f99ff1d87674b157a2..17e34e7402be12a0a421cf6234b59ab27861cd11 100644
--- a/develop/doc/design/graph_survey.html
+++ b/develop/doc/design/graph_survey.html
@@ -123,7 +123,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
diff --git a/develop/doc/design/if_else_op.html b/develop/doc/design/if_else_op.html
index 2066078bb7b664d4fc18cf973a06da5b15d409f8..99b19382541a3788a292228c30d9ec263f8e60f1 100644
--- a/develop/doc/design/if_else_op.html
+++ b/develop/doc/design/if_else_op.html
@@ -123,7 +123,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
diff --git a/develop/doc/design/infer_var_type.html b/develop/doc/design/infer_var_type.html
index fd173c36aab4ae7907bd801d036049f5f5b868ea..4f9cd653e245831fab7922d4490b1ed1237cfb71 100644
--- a/develop/doc/design/infer_var_type.html
+++ b/develop/doc/design/infer_var_type.html
@@ -123,7 +123,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
diff --git a/develop/doc/design/mkl/mkl_packed.html b/develop/doc/design/mkl/mkl_packed.html
index 32639fe8801cc59ccbb0127c62d73d27ae4d0030..014d728dac8c772faa81bf518f597dfb61597a50 100644
--- a/develop/doc/design/mkl/mkl_packed.html
+++ b/develop/doc/design/mkl/mkl_packed.html
@@ -123,7 +123,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
diff --git a/develop/doc/design/mkl/mkldnn.html b/develop/doc/design/mkl/mkldnn.html
index 4c8553773739cc70276287337bfb65aaac6ce803..5e3cb9e81809d26b613593376532f9a9a08d258c 100644
--- a/develop/doc/design/mkl/mkldnn.html
+++ b/develop/doc/design/mkl/mkldnn.html
@@ -123,7 +123,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
diff --git a/develop/doc/design/model_format.html b/develop/doc/design/model_format.html
index f427d0e047904c3fc6fe703510569de7ca9834ea..3b096c8c345c9882f13319a82ed001d465ef7a76 100644
--- a/develop/doc/design/model_format.html
+++ b/develop/doc/design/model_format.html
@@ -123,7 +123,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
diff --git a/develop/doc/design/multi_language_interface/00.why_plain_c.html b/develop/doc/design/multi_language_interface/00.why_plain_c.html
index 5d71c07424acc367b62fe9cef2e4b4880d568a26..40470fd56d46812c4e0adfc8f575fd17b40b4b2e 100644
--- a/develop/doc/design/multi_language_interface/00.why_plain_c.html
+++ b/develop/doc/design/multi_language_interface/00.why_plain_c.html
@@ -123,7 +123,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
diff --git a/develop/doc/design/multi_language_interface/01.inference_implementation.html b/develop/doc/design/multi_language_interface/01.inference_implementation.html
index 53bce8d4ced458f1699bc09b5a56298fc2914243..7f5e5c9d3e872ae7ff0e0a8b89a71060ea7dd6d1 100644
--- a/develop/doc/design/multi_language_interface/01.inference_implementation.html
+++ b/develop/doc/design/multi_language_interface/01.inference_implementation.html
@@ -123,7 +123,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
diff --git a/develop/doc/design/ops/rnn.html b/develop/doc/design/ops/rnn.html
index d9e5f702f8ba6c4942df7b148aae597fdcf0f5ae..3556939d69d1b69d0cbb7ba5ca5d1cf16d2e4aac 100644
--- a/develop/doc/design/ops/rnn.html
+++ b/develop/doc/design/ops/rnn.html
@@ -123,7 +123,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
diff --git a/develop/doc/design/ops/sequence_decoder.html b/develop/doc/design/ops/sequence_decoder.html
index 288b982be472afba538c5848cdcee3b5f85fb413..db9c0c29722e602b1b93a73862f45fa94c0d4f37 100644
--- a/develop/doc/design/ops/sequence_decoder.html
+++ b/develop/doc/design/ops/sequence_decoder.html
@@ -123,7 +123,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
diff --git a/develop/doc/design/optimizer.html b/develop/doc/design/optimizer.html
index 1644d219dd195df7c958abdd34080627dac43391..e24a1dd703b82abf00f13c1f25eba051e3d0894d 100644
--- a/develop/doc/design/optimizer.html
+++ b/develop/doc/design/optimizer.html
@@ -123,7 +123,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
diff --git a/develop/doc/design/paddle_nccl.html b/develop/doc/design/paddle_nccl.html
index 807e6b5a564b7c3409b86b437fc94c49349a566a..159051e92753d9bfd80dd1b7371fc5f03641069c 100644
--- a/develop/doc/design/paddle_nccl.html
+++ b/develop/doc/design/paddle_nccl.html
@@ -123,7 +123,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
diff --git a/develop/doc/design/parameter_average.html b/develop/doc/design/parameter_average.html
index a633cbc837fb5daa26d037f533fc407faec07efa..2ee6e4862daaec76317c1ef274b7b673d3723162 100644
--- a/develop/doc/design/parameter_average.html
+++ b/develop/doc/design/parameter_average.html
@@ -123,7 +123,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
diff --git a/develop/doc/design/parameters_in_cpp.html b/develop/doc/design/parameters_in_cpp.html
index ee0cd8263b50e109cf5c932038c405a16665cd26..1b65ced69ae3d74e35d385f365b3a045e5379906 100644
--- a/develop/doc/design/parameters_in_cpp.html
+++ b/develop/doc/design/parameters_in_cpp.html
@@ -123,7 +123,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
diff --git a/develop/doc/design/program.html b/develop/doc/design/program.html
index ca0199419537ee3852e4928b2f6d12cf965c1bb8..8542b5486129a12cc9a8f11c4e6a0fd0f4df1919 100644
--- a/develop/doc/design/program.html
+++ b/develop/doc/design/program.html
@@ -123,7 +123,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
diff --git a/develop/doc/design/prune.html b/develop/doc/design/prune.html
index e3ac5e018f0184bff1e2ca88ea442dbf5924f675..70bc81b90dc281c72c5e4e797312536f42352593 100644
--- a/develop/doc/design/prune.html
+++ b/develop/doc/design/prune.html
@@ -123,7 +123,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
diff --git a/develop/doc/design/python_api.html b/develop/doc/design/python_api.html
index 6859c706c41c55d54059914b1806b943aa80c987..f8c978d56ba57d464890058cb948e0c79ab86acb 100644
--- a/develop/doc/design/python_api.html
+++ b/develop/doc/design/python_api.html
@@ -123,7 +123,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
diff --git a/develop/doc/design/reader/README.html b/develop/doc/design/reader/README.html
index 398d3bb1bdddf569fd38615beabda0fc683d8577..a3d656137bc5af3c1f595b36a34355d81892688b 100644
--- a/develop/doc/design/reader/README.html
+++ b/develop/doc/design/reader/README.html
@@ -123,7 +123,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
diff --git a/develop/doc/design/refactor/distributed_architecture.html b/develop/doc/design/refactor/distributed_architecture.html
index 1756bf1cc29131b1c39ce89c8e662a4a3b3526db..b753e8364898c4716ccae556d8702362500f79ba 100644
--- a/develop/doc/design/refactor/distributed_architecture.html
+++ b/develop/doc/design/refactor/distributed_architecture.html
@@ -123,7 +123,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
diff --git a/develop/doc/design/refactor/parameter_server.html b/develop/doc/design/refactor/parameter_server.html
index 6ce102c87a3d8487e4eb001c052e36add2077498..a3ec6926d310750f7d0abfa87a8c5c22ee71cce5 100644
--- a/develop/doc/design/refactor/parameter_server.html
+++ b/develop/doc/design/refactor/parameter_server.html
@@ -123,7 +123,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
diff --git a/develop/doc/design/refactor/session.html b/develop/doc/design/refactor/session.html
index ab767fe2cfec8fe04b123dd25cca9dce22a93fc7..d1f068870ed9f0ff275ed2ee31383c31a7253e9d 100644
--- a/develop/doc/design/refactor/session.html
+++ b/develop/doc/design/refactor/session.html
@@ -123,7 +123,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
diff --git a/develop/doc/design/refactorization.html b/develop/doc/design/refactorization.html
index 0b6e0684e1906354de78544d51d4da7ed4c66540..7edc5219e5373e7cd55ffc807306e1d56d6e4a8d 100644
--- a/develop/doc/design/refactorization.html
+++ b/develop/doc/design/refactorization.html
@@ -123,7 +123,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
diff --git a/develop/doc/design/register_grad_op.html b/develop/doc/design/register_grad_op.html
index a07eed0a8c7ea5fe69f07d3c641c348aba874632..f351d8b29755dcaf72f6ec80c1fbc00625893fba 100644
--- a/develop/doc/design/register_grad_op.html
+++ b/develop/doc/design/register_grad_op.html
@@ -123,7 +123,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
diff --git a/develop/doc/design/regularization.html b/develop/doc/design/regularization.html
index 82981e52f1fadbf6144628347574c68f90e72adf..b502292879dcb1e7f8166b8d08050a6b199bbb0b 100644
--- a/develop/doc/design/regularization.html
+++ b/develop/doc/design/regularization.html
@@ -123,7 +123,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
diff --git a/develop/doc/design/releasing_process.html b/develop/doc/design/releasing_process.html
index 98c6b95408a48f8b90c8589ba78eb6df8b9d1b39..d4dd9f5435e5552430d9df8777d662c6cabf99b5 100644
--- a/develop/doc/design/releasing_process.html
+++ b/develop/doc/design/releasing_process.html
@@ -123,7 +123,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
diff --git a/develop/doc/design/scope.html b/develop/doc/design/scope.html
index 9e38c5feb4326b7166d4f90890680130a61f584d..01402e95e1cc04e26df3792d6e8841b27c03341a 100644
--- a/develop/doc/design/scope.html
+++ b/develop/doc/design/scope.html
@@ -123,7 +123,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
diff --git a/develop/doc/design/selected_rows.html b/develop/doc/design/selected_rows.html
index d011ae1ed6d30736bdf51351c73c54f8f460b602..93a295153c05651df5eba3bddc0105693d1b41a3 100644
--- a/develop/doc/design/selected_rows.html
+++ b/develop/doc/design/selected_rows.html
@@ -123,7 +123,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
diff --git a/develop/doc/design/simple_op_design.html b/develop/doc/design/simple_op_design.html
index 09acc890256de64a96d4ea15bda9eac23e60ee60..d674f3c6aaa60d5dc494c3269e99145d9c478a3f 100644
--- a/develop/doc/design/simple_op_design.html
+++ b/develop/doc/design/simple_op_design.html
@@ -123,7 +123,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
diff --git a/develop/doc/design/support_new_device.html b/develop/doc/design/support_new_device.html
index 6845beb1bdecd9deeccacc457af115c046f5b5dc..08e7c29c51b952a8f93d0e7e0ac62a60357581d9 100644
--- a/develop/doc/design/support_new_device.html
+++ b/develop/doc/design/support_new_device.html
@@ -123,7 +123,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
diff --git a/develop/doc/design/tensor_array.html b/develop/doc/design/tensor_array.html
index 47bdec3a3285caabd4fa0361062984cee3c98882..c59a700cdc6548f7e5b02efddb60a3835b8202c1 100644
--- a/develop/doc/design/tensor_array.html
+++ b/develop/doc/design/tensor_array.html
@@ -123,7 +123,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
diff --git a/develop/doc/design/var_desc.html b/develop/doc/design/var_desc.html
index 25c017dd4fabbb0a9ffd0b19cfbade3f58a837dc..0e8c6613c304489ca6cfa3053662a7245b627658 100644
--- a/develop/doc/design/var_desc.html
+++ b/develop/doc/design/var_desc.html
@@ -123,7 +123,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
diff --git a/develop/doc/genindex.html b/develop/doc/genindex.html
index a398f0a057e3b4885eb6d0c61d49c1f1873bcead..26d825dcc62184c9977ad549b76d6bb5845dc8bb 100644
--- a/develop/doc/genindex.html
+++ b/develop/doc/genindex.html
@@ -124,7 +124,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
diff --git a/develop/doc/getstarted/build_and_install/build_from_source_en.html b/develop/doc/getstarted/build_and_install/build_from_source_en.html
index 82659f00ffb59b8af5715d563af7b168cf5e2253..9654ef05b40b5a8018e1ea2dc0f2767279b544eb 100644
--- a/develop/doc/getstarted/build_and_install/build_from_source_en.html
+++ b/develop/doc/getstarted/build_and_install/build_from_source_en.html
@@ -126,7 +126,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
diff --git a/develop/doc/getstarted/build_and_install/docker_install_en.html b/develop/doc/getstarted/build_and_install/docker_install_en.html
index 75529cf044d7cf89e617065d94b5be98155701fb..d0bb64618414141a48fcfa3c294dd01dfd127575 100644
--- a/develop/doc/getstarted/build_and_install/docker_install_en.html
+++ b/develop/doc/getstarted/build_and_install/docker_install_en.html
@@ -126,7 +126,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
diff --git a/develop/doc/getstarted/build_and_install/index_en.html b/develop/doc/getstarted/build_and_install/index_en.html
index b3fddb7d9b03735d7cf145825b53c37cf8d836ff..99b4936a17d429e9ab41d10cc29fda9a7cb3cdbc 100644
--- a/develop/doc/getstarted/build_and_install/index_en.html
+++ b/develop/doc/getstarted/build_and_install/index_en.html
@@ -126,7 +126,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
diff --git a/develop/doc/getstarted/build_and_install/pip_install_en.html b/develop/doc/getstarted/build_and_install/pip_install_en.html
index c5ebc3861d6fc16535b8ac2de1823ad7b4edfb2d..7b6b2381e261a19c4faedceae0a3f6e6eccff7bf 100644
--- a/develop/doc/getstarted/build_and_install/pip_install_en.html
+++ b/develop/doc/getstarted/build_and_install/pip_install_en.html
@@ -126,7 +126,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
diff --git a/develop/doc/getstarted/index_en.html b/develop/doc/getstarted/index_en.html
index dfcee181b601152b4833ae9720e82142319b6ab0..75fe40aa720154f4618f42b51850b72b4dc603fc 100644
--- a/develop/doc/getstarted/index_en.html
+++ b/develop/doc/getstarted/index_en.html
@@ -125,7 +125,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
diff --git a/develop/doc/howto/deep_model/rnn/index_en.html b/develop/doc/howto/deep_model/rnn/index_en.html
index 059e77c9d0ef0d56c2209a307813f2410c6d5a36..31d395027fa53bb869eb039877690c67331d1dc2 100644
--- a/develop/doc/howto/deep_model/rnn/index_en.html
+++ b/develop/doc/howto/deep_model/rnn/index_en.html
@@ -126,7 +126,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
diff --git a/develop/doc/howto/deep_model/rnn/rnn_config_en.html b/develop/doc/howto/deep_model/rnn/rnn_config_en.html
index 86e3e6293412c03c42a57549063019f78a6532aa..3e686ac54a52a8869aeba8201aac4818ad45dc9d 100644
--- a/develop/doc/howto/deep_model/rnn/rnn_config_en.html
+++ b/develop/doc/howto/deep_model/rnn/rnn_config_en.html
@@ -126,7 +126,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
diff --git a/develop/doc/howto/dev/build_en.html b/develop/doc/howto/dev/build_en.html
index c83e619e6309092766f27cb10b7b8d1ef5a238ef..9620bc19ed55327e5b957ace74a51cf4a464ff90 100644
--- a/develop/doc/howto/dev/build_en.html
+++ b/develop/doc/howto/dev/build_en.html
@@ -126,7 +126,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
diff --git a/develop/doc/howto/dev/contribute_to_paddle_en.html b/develop/doc/howto/dev/contribute_to_paddle_en.html
index b1571edfe95c531e3582a2d1bee06929700276f0..3c00f3a7bd10e08d49fda1b4e76a1a7af8e09f55 100644
--- a/develop/doc/howto/dev/contribute_to_paddle_en.html
+++ b/develop/doc/howto/dev/contribute_to_paddle_en.html
@@ -126,7 +126,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
diff --git a/develop/doc/howto/dev/new_layer_en.html b/develop/doc/howto/dev/new_layer_en.html
index 7cb93684b4ae3f26b44615dfcc2eab489229a797..abcbe801ee81c17a5f76f1045290a7543f3f3c62 100644
--- a/develop/doc/howto/dev/new_layer_en.html
+++ b/develop/doc/howto/dev/new_layer_en.html
@@ -35,7 +35,7 @@
-
+
@@ -126,7 +126,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
@@ -590,7 +596,7 @@ add_test( NAME test_FCGrad
Next
- Previous
+ Previous
diff --git a/develop/doc/howto/dev/new_op_en.html b/develop/doc/howto/dev/new_op_en.html
index 9749a02469b10a9e89efd1c8e90453127a96b278..f1ad5373880b9f43234a74929a4777bed04049d2 100644
--- a/develop/doc/howto/dev/new_op_en.html
+++ b/develop/doc/howto/dev/new_op_en.html
@@ -123,7 +123,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
diff --git a/develop/doc/howto/dev/use_eigen_en.html b/develop/doc/howto/dev/use_eigen_en.html
index 9054e67dc37d3052bdd0d45b3f80d8d8a6a4b919..926f35e6d22c465e69bc0f16e257c9157e5d9b71 100644
--- a/develop/doc/howto/dev/use_eigen_en.html
+++ b/develop/doc/howto/dev/use_eigen_en.html
@@ -123,7 +123,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
diff --git a/develop/doc/howto/dev/write_docs_en.html b/develop/doc/howto/dev/write_docs_en.html
index dd290495ddbbfd387e158f4debb5abd7457d4014..4617edd0530ed79e18799ac79bb1e3dfbfe7c578 100644
--- a/develop/doc/howto/dev/write_docs_en.html
+++ b/develop/doc/howto/dev/write_docs_en.html
@@ -126,7 +126,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
diff --git a/develop/doc/howto/index_en.html b/develop/doc/howto/index_en.html
index 44a0b3125be0857449746a760359c9a11cd7fca5..e4275181641ba16463f87bee5a8be008d6f4323d 100644
--- a/develop/doc/howto/index_en.html
+++ b/develop/doc/howto/index_en.html
@@ -125,7 +125,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
@@ -211,7 +217,7 @@
diff --git a/develop/doc/howto/optimization/cpu_profiling.html b/develop/doc/howto/optimization/cpu_profiling.html
index 7427ed812b194955531cd973caa33595128941bb..cd293e058cad79ebd368d94ba66bee27ebc7b274 100644
--- a/develop/doc/howto/optimization/cpu_profiling.html
+++ b/develop/doc/howto/optimization/cpu_profiling.html
@@ -123,7 +123,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
diff --git a/develop/doc/howto/optimization/gpu_profiling_en.html b/develop/doc/howto/optimization/gpu_profiling_en.html
index 825ece8fa23827f51700f9ff962cd3c9b4435870..0863fa7c506aa2f04b3ae051b86480dbd5940ad5 100644
--- a/develop/doc/howto/optimization/gpu_profiling_en.html
+++ b/develop/doc/howto/optimization/gpu_profiling_en.html
@@ -126,7 +126,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
diff --git a/develop/doc/howto/read_source.html b/develop/doc/howto/read_source.html
index e5addeb694c7c270b944bbeb63daba6e47188402..8dbd281acfbb437ea9a6343204a34045cab7c8a8 100644
--- a/develop/doc/howto/read_source.html
+++ b/develop/doc/howto/read_source.html
@@ -123,7 +123,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
diff --git a/develop/doc/howto/usage/cluster/cluster_train_en.html b/develop/doc/howto/usage/cluster/cluster_train_en.html
index 69dcb960fc9b0245d39a33c81b532c9a685e4ca1..6fa4fce92ba8819f92f12d79474b6337d0592d32 100644
--- a/develop/doc/howto/usage/cluster/cluster_train_en.html
+++ b/develop/doc/howto/usage/cluster/cluster_train_en.html
@@ -8,7 +8,7 @@
- PaddlePaddle Distributed Training — PaddlePaddle documentation
+ Distributed Training — PaddlePaddle documentation
@@ -34,7 +34,7 @@
-
+
@@ -126,7 +126,13 @@
Detail Description
-PaddlePaddle Distributed Training
+Distributed Training
+
Write New Layers
Contribute Code
Contribute Documentation
@@ -198,7 +204,7 @@
HOW TO >
- PaddlePaddle Distributed Training
+ Distributed Training
@@ -207,8 +213,8 @@
-
-
PaddlePaddle Distributed Training
+
+
Distributed Training
Introduction
In this article, we’ll explain how to run distributed training jobs with PaddlePaddle on different types of clusters. The diagram below shows the main architecture of a distributed trainning job:
@@ -382,14 +388,15 @@ python train.py
@@ -399,7 +406,7 @@ python train.py
+
+
diff --git a/develop/doc/howto/usage/cluster/k8s_aws_en.html b/develop/doc/howto/usage/cluster/k8s_aws_en.html
index 1f9f01878ca289376dd94c6195fd7e2e5bd89c82..e7827495fa2388a0660eaddd784f7661b9634cb4 100644
--- a/develop/doc/howto/usage/cluster/k8s_aws_en.html
+++ b/develop/doc/howto/usage/cluster/k8s_aws_en.html
@@ -32,7 +32,10 @@
-
+
+
+
+
@@ -80,9 +83,9 @@
+
+
diff --git a/develop/doc/howto/usage/cluster/k8s_en.html b/develop/doc/howto/usage/cluster/k8s_en.html
index 965d2bf3e6600df550497e5e90f02d3a632ee60d..64f86f505ce7054f07c2168a8135b9db3c358fe9 100644
--- a/develop/doc/howto/usage/cluster/k8s_en.html
+++ b/develop/doc/howto/usage/cluster/k8s_en.html
@@ -8,7 +8,7 @@
- Paddle On Kubernetes — PaddlePaddle documentation
+ PaddlePaddle On Kubernetes — PaddlePaddle documentation
@@ -32,7 +32,10 @@
-
+
+
+
+
@@ -80,9 +83,9 @@