From 456788ba5a59077449c6ce765c37d0f8dc639c2e Mon Sep 17 00:00:00 2001
From: Travis CI
Date: Tue, 5 Dec 2017 05:24:04 +0000
Subject: [PATCH] Deploy to GitHub Pages:
1b6804fb8df986b2e207b19d9f90ede583a6b398
---
.../getstarted/build_and_install/pip_install_en.rst.txt | 2 +-
develop/doc/getstarted/build_and_install/pip_install_en.html | 2 +-
.../getstarted/build_and_install/pip_install_cn.rst.txt | 4 ++--
.../doc_cn/getstarted/build_and_install/pip_install_cn.html | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/develop/doc/_sources/getstarted/build_and_install/pip_install_en.rst.txt b/develop/doc/_sources/getstarted/build_and_install/pip_install_en.rst.txt
index 113790e4e4c..70f601a11c6 100644
--- a/develop/doc/_sources/getstarted/build_and_install/pip_install_en.rst.txt
+++ b/develop/doc/_sources/getstarted/build_and_install/pip_install_en.rst.txt
@@ -37,7 +37,7 @@ If the links below shows up the login form, just click "Log in as guest" to star
:align: center
.. csv-table:: whl package of each version
- :header: "version", "cp27-cp27mu", "cp27-cp27mu", "C-API"
+ :header: "version", "cp27-cp27mu", "cp27-cp27m", "C-API"
:widths: 1, 3, 3, 3
"cpu_avx_mkl", "`paddlepaddle-0.10.0-cp27-cp27mu-linux_x86_64.whl `_", "`paddlepaddle-0.10.0-cp27-cp27m-linux_x86_64.whl `_", "`paddle.tgz `_"
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 de22cd29733..42787fff45b 100644
--- a/develop/doc/getstarted/build_and_install/pip_install_en.html
+++ b/develop/doc/getstarted/build_and_install/pip_install_en.html
@@ -247,7 +247,7 @@ tab, you’ll find the download link of whl packages.
version |
cp27-cp27mu |
-cp27-cp27mu |
+cp27-cp27m |
C-API |
diff --git a/develop/doc_cn/_sources/getstarted/build_and_install/pip_install_cn.rst.txt b/develop/doc_cn/_sources/getstarted/build_and_install/pip_install_cn.rst.txt
index b26bf4c95cb..b270e2c2f0b 100644
--- a/develop/doc_cn/_sources/getstarted/build_and_install/pip_install_cn.rst.txt
+++ b/develop/doc_cn/_sources/getstarted/build_and_install/pip_install_cn.rst.txt
@@ -34,7 +34,7 @@ PaddlePaddle可以使用常用的Python包管理工具
:align: center
.. csv-table:: 各个版本最新的whl包
- :header: "版本说明", "cp27-cp27mu", "cp27-cp27mu", "C-API"
+ :header: "版本说明", "cp27-cp27mu", "cp27-cp27m", "C-API"
:widths: 1, 3, 3, 3
"cpu_avx_mkl", "`paddlepaddle-0.10.0-cp27-cp27mu-linux_x86_64.whl `_", "`paddlepaddle-0.10.0-cp27-cp27m-linux_x86_64.whl `_", "`paddle.tgz `_"
@@ -83,4 +83,4 @@ PaddlePaddle发布的安装包会尽量对齐 `manylinux1 `_ 链接中找到。
- 如果系统支持的是 linux_x86_64 而安装包是 manylinux1_x86_64 ,需要升级pip版本到最新; 如果系统支持 manylinux1_x86_64 而安装包(本地)是 linux_x86_64 ,可以重命名这个whl包为 manylinux1_x86_64 再安装。
\ No newline at end of file
+ 如果系统支持的是 linux_x86_64 而安装包是 manylinux1_x86_64 ,需要升级pip版本到最新; 如果系统支持 manylinux1_x86_64 而安装包(本地)是 linux_x86_64 ,可以重命名这个whl包为 manylinux1_x86_64 再安装。
diff --git a/develop/doc_cn/getstarted/build_and_install/pip_install_cn.html b/develop/doc_cn/getstarted/build_and_install/pip_install_cn.html
index e5575d5a301..22051c6b3be 100644
--- a/develop/doc_cn/getstarted/build_and_install/pip_install_cn.html
+++ b/develop/doc_cn/getstarted/build_and_install/pip_install_cn.html
@@ -244,7 +244,7 @@
版本说明 |
cp27-cp27mu |
-cp27-cp27mu |
+cp27-cp27m |
C-API |
--
GitLab