Skip to content

Commit

Permalink
Merge pull request PaddlePaddle#5 from NHZlX/add_trt_doc
Browse files Browse the repository at this point in the history
refine c++ python api title
  • Loading branch information
NHZlX committed May 14, 2020
2 parents 86a9dff + 9cd95af commit a29b10e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ Welcome to Paddle-Inference's documentation!
:name: sec-user-guides

user_guides/tutorial
user_guides/inference_python_api
user_guides/source_compile
user_guides/inference_python_api
user_guides/cxx_api

.. toctree::
Expand Down
2 changes: 1 addition & 1 deletion docs/user_guides/cxx_api.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 使用C++API
# 使用C++预测
为了简单方便地进行推理部署,飞桨提供了一套高度优化的C++ API推理接口。下面对各主要API使用方法进行详细介绍。

[使用流程](./tutorial)一节中,我们了解到Paddle Inference预测包含了以下几个方面:
Expand Down
2 changes: 1 addition & 1 deletion docs/user_guides/inference_python_api.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Python 预测 API介绍
# 使用Python预测

Paddle Inference提供了高度优化的Python 和C++ API预测接口,本篇文档主要介绍Python API,使用C++ API进行预测的文档可以参考[这里](./cxx_api.md)
下面是详细的使用说明。
Expand Down

0 comments on commit a29b10e

Please sign in to comment.