From d13ca96781d17bcf99b0ae443a433bcd72812381 Mon Sep 17 00:00:00 2001 From: tangwei12 Date: Wed, 11 Apr 2018 21:05:05 +0800 Subject: [PATCH] fix rst error #9660 --- doc/fluid/getstarted/quickstart_cn.rst | 2 +- doc/fluid/getstarted/quickstart_en.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/fluid/getstarted/quickstart_cn.rst b/doc/fluid/getstarted/quickstart_cn.rst index 5644911b0..ecd6ed016 100644 --- a/doc/fluid/getstarted/quickstart_cn.rst +++ b/doc/fluid/getstarted/quickstart_cn.rst @@ -17,7 +17,7 @@ PaddlePaddle支持使用pip快速安装,目前支持CentOS 6以上, Ubuntu 14. pip install paddlepaddle-gpu -更详细的安装和编译方法参考::ref:`install_steps` 。 +更详细的安装和编译方法参考: `安装与编译 `_ 。 快速使用 -------- diff --git a/doc/fluid/getstarted/quickstart_en.rst b/doc/fluid/getstarted/quickstart_en.rst index bb751b91d..400cf6d29 100644 --- a/doc/fluid/getstarted/quickstart_en.rst +++ b/doc/fluid/getstarted/quickstart_en.rst @@ -18,7 +18,7 @@ If you need to install GPU version (cuda7.5_cudnn5_avx_openblas), run: pip install paddlepaddle-gpu -For more details about installation and build: :ref:`install_steps` . +For more details about installation and build: `install and Compile `_ . Quick Use --------- -- GitLab