From a95ffa0348542c094551172530e2e4532b288261 Mon Sep 17 00:00:00 2001 From: zhupengyang Date: Thu, 28 May 2020 09:18:25 +0800 Subject: [PATCH] enable armlinux doc (#3716) --- docs/demo_guides/linux_arm_demo.md | 2 +- docs/index.rst | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/demo_guides/linux_arm_demo.md b/docs/demo_guides/linux_arm_demo.md index ac16f4fa6f..18bf2c5220 100644 --- a/docs/demo_guides/linux_arm_demo.md +++ b/docs/demo_guides/linux_arm_demo.md @@ -18,7 +18,7 @@ Paddle-Lite提供的物体检测demo ,在移动端上提供了检测多个物 ## Linux(ARM) demo部署方法 -下面我们以**目标检测(object_detection_demo)**为例讲解如何部署iOS工程。 +下面我们以**目标检测(object_detection_demo)**为例讲解如何部署Linux(ARM)工程。 **目的**:将基于Paddle-Lite的预测库部署到Linux(ARM)设备,实现物体检测的目标。 diff --git a/docs/index.rst b/docs/index.rst index 37a5b7e265..c241f091ed 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -50,6 +50,7 @@ Welcome to Paddle-Lite's documentation! demo_guides/python_demo demo_guides/android_app_demo demo_guides/ios_app_demo + demo_guides/linux_arm_demo demo_guides/x86 demo_guides/cuda demo_guides/opencl -- GitLab