提交 3d8d8107 编写于 作者: T tink2123

add api_guides in index.rst

上级 6103aca7
...@@ -3,11 +3,13 @@ ...@@ -3,11 +3,13 @@
Paddle目前有2套API接口: Paddle目前有2套API接口:
- Low-level(底层) API: - Low-level(底层) API:
- 灵活性强并且已经相对成熟,使用它训练的模型,能直接支持C++预测上线。
- 提供了大量的模型作为使用示例,包括[Book](https://github.com/PaddlePaddle/book)中的第7和8章, - 灵活性强并且已经相对成熟,使用它训练的模型,能直接支持C++预测上线。
以及[models](https://github.com/PaddlePaddle/models)中的所有章节。 - 提供了大量的模型作为使用示例,包括[Book](https://github.com/PaddlePaddle/book)中的第7和8章,以及[models](https://github.com/PaddlePaddle/models)中的所有章节。
- 适用人群:对深度学习有一定了解,需要自定义网络进行训练/预测/上线部署的用户。 - 适用人群:对深度学习有一定了解,需要自定义网络进行训练/预测/上线部署的用户。
- High-level(高层)API: - High-level(高层)API:
- 使用简单,[Book](https://github.com/PaddlePaddle/book)中前六章提供了示例。
- 尚未成熟,接口暂时在[paddle.fluid.contrib](https://github.com/PaddlePaddle/Paddle/tree/develop/python/paddle/fluid/contrib)下面。 - 使用简单,[Book](https://github.com/PaddlePaddle/book)中前六章提供了示例。
- 适用人群:想通过Book课程进行深度学习基础知识学习的初级用户。 - 尚未成熟,接口暂时在[paddle.fluid.contrib](https://github.com/PaddlePaddle/Paddle/tree/develop/python/paddle/fluid/contrib)下面。
- 适用人群:想通过Book课程进行深度学习基础知识学习的初级用户。
API Guides
=========
.. toctree::
:maxdepth: 1
high_low_level_api.md
\ No newline at end of file
.. PaddlePaddle Fluid documentation master file, created by .. PaddlePaddle Fluid documentation master file, created by
sphinx-quickstart on Thu Jun 7 17:04:53 2018. sphinx-quickstart on Thu Jun 7 17:04:53 2018.
You can adapt this file completely to your liking, but it should at least You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive. contain the root `toctree` directive.
...@@ -14,3 +14,4 @@ ...@@ -14,3 +14,4 @@
user_guides/index.rst user_guides/index.rst
advanced_usage/index.rst advanced_usage/index.rst
faq/index_cn.rst faq/index_cn.rst
api_guides/index_cn.rst
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册