Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update getstarted doc #8833

Merged
merged 5 commits into from
Mar 9, 2018
Merged
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 47 additions & 1 deletion doc/v2/getstarted/index_cn.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,54 @@
新手入门
开始使用
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

标题请不要修改。

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

============


如果需要快速了解PaddlePaddle的使用,可以参考以下指南:

.. toctree::
:maxdepth: 1

quickstart_cn.rst


这里以一个线性回归为例子,详细介绍了PaddlePaddle的基本概念。
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

第5行和第13行可以稍微再扩充一点介绍。

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done


.. toctree::
:maxdepth: 1

concepts/use_concepts_cn.rst

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

19行以后的都可以删掉,因为toctree中新增的rst都会显示在左侧导航栏。这部分我们只准备显示
image

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

更详细的安装与编译文档在这里!

.. 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