From edc3b742def68229b8c547e9ab9e5011a3b148b3 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Wed, 31 Jan 2018 07:25:49 +0000 Subject: [PATCH] Deploy to GitHub Pages: 75a739913a12e563f94e17719e13b30d8027d143 --- .../getstarted/build_and_install/build_from_source_en.rst.txt | 2 +- .../doc/getstarted/build_and_install/build_from_source_en.html | 2 +- .../getstarted/build_and_install/build_from_source_cn.rst.txt | 2 +- .../getstarted/build_and_install/build_from_source_cn.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/develop/doc/_sources/getstarted/build_and_install/build_from_source_en.rst.txt b/develop/doc/_sources/getstarted/build_and_install/build_from_source_en.rst.txt index 27f73b2e2c..718fb869c2 100644 --- a/develop/doc/_sources/getstarted/build_and_install/build_from_source_en.rst.txt +++ b/develop/doc/_sources/getstarted/build_and_install/build_from_source_en.rst.txt @@ -126,7 +126,7 @@ You can add :code:`-D` argument to pass such options, like: "WITH_AVX", "Build with AVX support", "ON" "WITH_PYTHON", "Build with integrated Python interpreter", "ON" "WITH_STYLE_CHECK", "Check code style when building", "ON" - "WITH_TESTING", "Build unit tests", "ON" + "WITH_TESTING", "Build unit tests", "OFF" "WITH_DOC", "Build documentations", "OFF" "WITH_SWIG_PY", "Build Python SWIG interface for V2 API", "Auto" "WITH_GOLANG", "Build fault-tolerant parameter server written in go", "ON" 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 266fd5b93b..9e9f14cae2 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 @@ -378,7 +378,7 @@ For detailed cmake tutorial please refer to WITH_TESTING Build unit tests -ON +OFF WITH_DOC Build documentations diff --git a/develop/doc_cn/_sources/getstarted/build_and_install/build_from_source_cn.rst.txt b/develop/doc_cn/_sources/getstarted/build_and_install/build_from_source_cn.rst.txt index 71904dc41e..ff904b1022 100644 --- a/develop/doc_cn/_sources/getstarted/build_and_install/build_from_source_cn.rst.txt +++ b/develop/doc_cn/_sources/getstarted/build_and_install/build_from_source_cn.rst.txt @@ -115,7 +115,7 @@ PaddlePaddle的编译选项,包括生成CPU/GPU二进制文件、链接何种B "WITH_AVX", "是否编译含有AVX指令集的PaddlePaddle二进制文件", "ON" "WITH_PYTHON", "是否内嵌PYTHON解释器", "ON" "WITH_STYLE_CHECK", "是否编译时进行代码风格检查", "ON" - "WITH_TESTING", "是否开启单元测试", "ON" + "WITH_TESTING", "是否开启单元测试", "OFF" "WITH_DOC", "是否编译中英文文档", "OFF" "WITH_SWIG_PY", "是否编译PYTHON的SWIG接口,该接口可用于预测和定制化训练", "Auto" "WITH_GOLANG", "是否编译go语言的可容错parameter server", "ON" diff --git a/develop/doc_cn/getstarted/build_and_install/build_from_source_cn.html b/develop/doc_cn/getstarted/build_and_install/build_from_source_cn.html index ac43546300..b25f54a2bc 100644 --- a/develop/doc_cn/getstarted/build_and_install/build_from_source_cn.html +++ b/develop/doc_cn/getstarted/build_and_install/build_from_source_cn.html @@ -389,7 +389,7 @@ ctest -R test_mul_op WITH_TESTING 是否开启单元测试 -ON +OFF WITH_DOC 是否编译中英文文档 -- GitLab