From 458ffbf4fe7fe6da5e2ea133c027d560815cc3cc Mon Sep 17 00:00:00 2001 From: Thuan Nguyen Date: Tue, 5 Dec 2017 14:42:17 -0800 Subject: [PATCH] Refer to https://github.com/PaddlePaddle/Paddle/issues/6305 (#6306) This pull request adds "Build using Docker" documentation to the "Getting Started > Install and Build" menu on PaddlePaddle.org --- doc/getstarted/build_and_install/index_cn.rst | 2 +- doc/getstarted/build_and_install/index_en.rst | 1 + doc/howto/dev/build_cn.md | 2 +- doc/howto/dev/build_en.md | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/getstarted/build_and_install/index_cn.rst b/doc/getstarted/build_and_install/index_cn.rst index 88c5142dd..c9ba84c84 100644 --- a/doc/getstarted/build_and_install/index_cn.rst +++ b/doc/getstarted/build_and_install/index_cn.rst @@ -13,7 +13,7 @@ PaddlePaddle提供pip和Docker的安装方式: pip_install_cn.rst docker_install_cn.rst - + ../../howto/dev/build_cn.md 编译流程 ++++++++ diff --git a/doc/getstarted/build_and_install/index_en.rst b/doc/getstarted/build_and_install/index_en.rst index c8b60d035..32d66d63d 100644 --- a/doc/getstarted/build_and_install/index_en.rst +++ b/doc/getstarted/build_and_install/index_en.rst @@ -13,6 +13,7 @@ You can choose either pip or Docker to complete your install: pip_install_en.rst docker_install_en.rst + ../../howto/dev/build_en.md Build from Source diff --git a/doc/howto/dev/build_cn.md b/doc/howto/dev/build_cn.md index 0b911f7b7..4a80a5245 100644 --- a/doc/howto/dev/build_cn.md +++ b/doc/howto/dev/build_cn.md @@ -1,4 +1,4 @@ -# 编译PaddlePaddle和运行单元测试 +# 用Docker编译和测试PaddlePaddle ## 需要的软硬件 diff --git a/doc/howto/dev/build_en.md b/doc/howto/dev/build_en.md index d0048e371..91c41ef8c 100644 --- a/doc/howto/dev/build_en.md +++ b/doc/howto/dev/build_en.md @@ -1,4 +1,4 @@ -# Build PaddlePaddle from Source Code and Run Unit Test +# Build using Docker ## What Developers Need -- GitLab