From 8b9e9c71b975ac586796a1527ba4d88c83497d6c Mon Sep 17 00:00:00 2001 From: qijun Date: Fri, 9 Mar 2018 16:21:16 +0800 Subject: [PATCH] follow comments --- doc/v2/getstarted/index_cn.rst | 43 ++++------------------------------ 1 file changed, 4 insertions(+), 39 deletions(-) diff --git a/doc/v2/getstarted/index_cn.rst b/doc/v2/getstarted/index_cn.rst index 71259df6bb6..75af7354be9 100644 --- a/doc/v2/getstarted/index_cn.rst +++ b/doc/v2/getstarted/index_cn.rst @@ -1,8 +1,8 @@ -开始使用 +新手入门 ============ -如果需要快速了解PaddlePaddle的使用,可以参考以下指南: +如果需要快速了解PaddlePaddle的使用,可以参考以下指南。 .. toctree:: :maxdepth: 1 @@ -10,45 +10,10 @@ quickstart_cn.rst -这里以一个线性回归为例子,详细介绍了PaddlePaddle的基本概念。 +在使用PaddlePaddle构建应用时,需要了解一些基本概念。 +这里以一个线性回归为例子,详细介绍了PaddlePaddle的使用流程,包括数据格式,模型配置与训练等。 .. toctree:: :maxdepth: 1 concepts/use_concepts_cn.rst - -更详细的安装与编译文档在这里! - -.. toctree:: - :maxdepth: 1 - - ../build_and_install/index_cn.rst - - - -我们同时也提供了一些进阶的指南来帮助用户更好的使用PaddlePaddle提供的深度学习能力: - -.. toctree:: - :maxdepth: 1 - - ../howto/cmd_parameter/index_cn.rst - ../howto/cluster/index_cn.rst - ../howto/capi/index_cn.rst - ../howto/rnn/index_cn.rst - ../howto/optimization/gpu_profiling_cn.rst - - -我们非常欢迎大家给PaddlePaddle开源社区贡献代码,具体的贡献指南如下: - -.. toctree:: - :maxdepth: 1 - - ../dev/contribute_to_paddle_cn.rst - -FAQ ------------- - -.. toctree:: - :maxdepth: 1 - - ../faq/index_cn.rst -- GitLab