diff --git a/doc/fluid/api_guides/high_low_level_api.md b/doc/fluid/api_guides/high_low_level_api.md index 7d8bbbdeba9f2e46695c2745a6576b8adc7ea48d..8ce2695737c45306c9a0944c35b2e865ce380f05 100644 --- a/doc/fluid/api_guides/high_low_level_api.md +++ b/doc/fluid/api_guides/high_low_level_api.md @@ -3,11 +3,13 @@ Paddle目前有2套API接口: - Low-level(底层) API: - - 灵活性强并且已经相对成熟,使用它训练的模型,能直接支持C++预测上线。 - - 提供了大量的模型作为使用示例,包括[Book](https://github.com/PaddlePaddle/book)中的第7和8章, - 以及[models](https://github.com/PaddlePaddle/models)中的所有章节。 - - 适用人群:对深度学习有一定了解,需要自定义网络进行训练/预测/上线部署的用户。 + + - 灵活性强并且已经相对成熟,使用它训练的模型,能直接支持C++预测上线。 + - 提供了大量的模型作为使用示例,包括[Book](https://github.com/PaddlePaddle/book)中的第7和8章,以及[models](https://github.com/PaddlePaddle/models)中的所有章节。 + - 适用人群:对深度学习有一定了解,需要自定义网络进行训练/预测/上线部署的用户。 + - High-level(高层)API: - - 使用简单,[Book](https://github.com/PaddlePaddle/book)中前六章提供了示例。 - - 尚未成熟,接口暂时在[paddle.fluid.contrib](https://github.com/PaddlePaddle/Paddle/tree/develop/python/paddle/fluid/contrib)下面。 - - 适用人群:想通过Book课程进行深度学习基础知识学习的初级用户。 + + - 使用简单,[Book](https://github.com/PaddlePaddle/book)中前六章提供了示例。 + - 尚未成熟,接口暂时在[paddle.fluid.contrib](https://github.com/PaddlePaddle/Paddle/tree/develop/python/paddle/fluid/contrib)下面。 + - 适用人群:想通过Book课程进行深度学习基础知识学习的初级用户。 diff --git a/doc/fluid/api_guides/index_cn.rst b/doc/fluid/api_guides/index_cn.rst new file mode 100644 index 0000000000000000000000000000000000000000..9873d55c2e71225e1334477556c1c74380955da3 --- /dev/null +++ b/doc/fluid/api_guides/index_cn.rst @@ -0,0 +1,9 @@ +API Guide +========= + +.. toctree:: + + + :maxdepth: 1 + + high_low_level_api.md diff --git a/doc/fluid/index_cn.rst b/doc/fluid/index_cn.rst index 3321fa8eed3ac0bbb60cd56542baa39ee2931f50..c7dcec85886ef29ae7bf9f6018f98cdd21c8d854 100644 --- a/doc/fluid/index_cn.rst +++ b/doc/fluid/index_cn.rst @@ -1,4 +1,4 @@ -.. PaddlePaddle Fluid documentation master file, created by +.. PaddlePaddle Fluid documentation master file, created by sphinx-quickstart on Thu Jun 7 17:04:53 2018. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. @@ -14,3 +14,4 @@ user_guides/index.rst advanced_usage/index.rst faq/index_cn.rst + api_guides/index_cn.rst