From d74bb49166ccdf5d3a2228e68f6d2188477bae6b Mon Sep 17 00:00:00 2001 From: Cheerego <35982308+shanyi15@users.noreply.github.com> Date: Tue, 14 May 2019 14:06:13 +0800 Subject: [PATCH] hotfix FAQ doc (#860) * Delete book_cnls * Update install_cn.md * Rename inferense_cn.md to inference_cn.md * Update index_cn.rst --- doc/fluid/book_cnls | 0 doc/fluid/faq/index_cn.rst | 2 +- doc/fluid/faq/{inferense_cn.md => inference_cn.md} | 0 doc/fluid/faq/install_cn.md | 2 +- 4 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 doc/fluid/book_cnls rename doc/fluid/faq/{inferense_cn.md => inference_cn.md} (100%) diff --git a/doc/fluid/book_cnls b/doc/fluid/book_cnls deleted file mode 100644 index e69de29bb..000000000 diff --git a/doc/fluid/faq/index_cn.rst b/doc/fluid/faq/index_cn.rst index b8db76665..f44fc1474 100644 --- a/doc/fluid/faq/index_cn.rst +++ b/doc/fluid/faq/index_cn.rst @@ -7,4 +7,4 @@ FAQ install_cn.rst train_cn.rst - inferense_cn.rst + inference_cn.rst diff --git a/doc/fluid/faq/inferense_cn.md b/doc/fluid/faq/inference_cn.md similarity index 100% rename from doc/fluid/faq/inferense_cn.md rename to doc/fluid/faq/inference_cn.md diff --git a/doc/fluid/faq/install_cn.md b/doc/fluid/faq/install_cn.md index 1d5278bfc..1fb153fdd 100644 --- a/doc/fluid/faq/install_cn.md +++ b/doc/fluid/faq/install_cn.md @@ -1,4 +1,4 @@ - # 安装与编译 +# 安装与编译 ## Linux安装PaddlePaddle ### Q:Ubuntu18.10、CPU版本、Python3.6编译错误如何解决? -- GitLab