Skip to content

Commit 6af7981

Browse files
authored
Merge pull request #3 from QuecPython/main
update by server
2 parents 965d156 + 6d10502 commit 6af7981

38 files changed

+5011
-2434
lines changed

README.md

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,25 @@
11
# QuecPython
22
> 一种全新的物联网开发方式
3-
> A new way of IoT development.
4-
53
64
## 概述 Overview
75
使用QuecPython,你可以使用Python快速实现各种物联网应用,简单、高效、可靠。
8-
With QuecPython, you can develop any IoT application much esaier. It's easy, efficient and reliable.
6+
97

108

119
## 特性 Feature
12-
* 无需编译,随写随测  No need complie anymore
13-
* 轻松入门,易于上手  Easy to use
14-
* 完整API  More API
15-
* 丰富用例  More API Demo
16-
* 垂直行业方案  IoT industry Solutions
17-
* 代码加密,安全可靠  Code encrypt
10+
* 无需编译,随写随测
11+
* 轻松入门,易于上手
12+
* 完整API
13+
* 丰富用例
14+
* 垂直行业方案
15+
* 代码加密,安全可靠
1816

1917
## 立即开始 Getting started
2018

21-
* 如果您是python新手,对python语法尚不熟悉,可以先从[python基础](/zh-cn/python/)开始阅读
22-
* 为了便于开发者更快上手QuecPython,我们提供了[文档中心](https://python.quectel.com/doc),您可以按照文档中心学习顺序来进行学习和实践
23-
* 开发过程中遇到的问题可以从[QuecPython FAQ&DEBUG](https://python.quectel.com/doc/doc/FAQ/zh/index.html)中获取解决办法,如果您还有其他问题,可以在我们的[工单系统](https://workorder.quectel.com/)提交您的问题以获取帮助
19+
+ 如果您是python新手,对python语法尚不熟悉,可以先从[python基础](/zh-cn/python/)开始阅读
20+
+ 为了便于开发者更快上手QuecPython,我们提供了[文档中心](https://python.quectel.com/doc),文档中心有着有丰富的代码和案例等,您可以按照文档中心的文档顺序来进行学习和实践
21+
+ 开发过程中遇到的问题可以从[QuecPython FAQ&DEBUG](https://python.quectel.com/doc/doc/FAQ/zh/index.html)中获取解决办法
22+
+ 如果您还有其他问题,可以在我们的[工单系统](https://workorder.quectel.com/)提交您的问题以获取帮助
2423

2524
## 了解更多 More
2625
请访问我们的 [官网](//qpy.quectel.com)
27-
Please visit our official website.

_sidebar.md

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,16 @@
33
<!-- * [**QuecPython**](/) -->
44
<!-- * [](/) -->
55

6-
* [**中文**](/zh-cn/)
7-
* [视频教程](https://space.bilibili.com/491326023/channel/detail?cid=150963)
8-
* [python基础](/zh-cn/python/)
9-
* [QuecPython API说明](/zh-cn/api/)
10-
* [QuecPython 异常处理](/zh-cn/faq/)
11-
* [**English**](/en-us/)
12-
* [Video tutorial](https://space.bilibili.com/491326023/channel/detail?cid=150963)
13-
* [Python Basis](/en-us/python/)
14-
* [QuecPython API](/en-us/api/)
15-
* [QuecPython FAQ](/en-us/faq/)
6+
* [**视频教程**](https://space.bilibili.com/491326023/channel/detail?cid=150963)
7+
* [**python基础**](/zh-cn/python/)
168

9+
* [**python 基本属性**](/zh-cn/api/pythonBasic.md)
10+
* [**QuecPython 标准库**](/zh-cn/api/pythonStdlib.md)
11+
* [**QuecPython 类库**](/zh-cn/api/QuecPythonClasslib.md)
12+
* [**QuecPython 第三方库**](/zh-cn/api/QuecPythonThirdlib.md)
13+
* [**QuecPython 异常处理**](/zh-cn/faq/)
1714

1815
<!-- * [**Wiki 首页 Home**](/) -->
19-
* [**官方网站 Official Website**](//python.quectel.com)
20-
* [**文档中心 Community Document**](//python.quectel.com/doc/)
21-
* [**资料下载 Download**](//python.quectel.com/download)
16+
* [**官方网站**](//python.quectel.com)
17+
* [**文档中心**](//python.quectel.com/doc/)
18+
* [**资料下载**](//python.quectel.com/download)

en-us/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ Easy, Fast, Efficient, Reliable, Safe
66
</br>
77

88
# Start
9-
* Step By Step [Manual](en-us/sbs/), everything you need here
109
* **Video Lesson** Comming Soon...
1110

1211
</br>

en-us/_navbar.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,4 @@
1-
* Start
1+
<!-- _navbar.md -->
22

3-
* [StepByStep Manual](/en-us/sbs/)
4-
5-
6-
* Download
7-
* [Download](//qpy.quectel.com/down.html)
8-
9-
10-
* Language
11-
* [中文](/zh-cn/)
12-
* [EN](/en-us/)
3+
* [中文](/zh-cn/)
4+
* [En](/en-us/)

en-us/_sidebar.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
<!-- docs/_sidebar.md -->
22

3-
* [Video tutorial](https://space.bilibili.com/491326023/channel/detail?cid=150963)
4-
* [Python Basis](/en-us/python/)
5-
* [QuecPython API](/en-us/api/)
6-
* [QuecPython FAQ](/en-us/faq/)
7-
* [**Wiki HomePage**](/en-us/)
8-
* [**Official Website**](//qpy.quectel.com)
9-
* [**Download**](//qpy.quectel.com/down.html)
3+
* [**Video Tutorial**](https://space.bilibili.com/491326023/channel/detail?cid=150963)
4+
* [**Python Basis**](/en-us/python/)
5+
* [**Python Attributes**](/en-us/api/pythonBasic.md)
6+
* [**QuecPython Standardlib**](/en-us/api/pythonStdlib.md)
7+
* [**QuecPython Classlib**](/en-us/api/QuecPythonClasslib.md)
8+
* [**QuecPython Third-partylib**](/en-us/api/QuecPythonThirdlib.md)
9+
* [**QuecPython FAQ**](/en-us/faq/)
10+
* [**Official Website**](//python.quectel.com)
11+
* [**Official Doc**](//python.quectel.com/doc/en/)
12+
* [**Download**](//python.quectel.com/down.html)
13+

0 commit comments

Comments
 (0)