Skip to content

Commit cde50ef

Browse files
author
rivern yuan
committed
wiki-en version update
1 parent f268110 commit cde50ef

31 files changed

+123
-169
lines changed

README.md

+11-13
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

+8-11
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,16 @@
33
<!-- * [**QuecPython**](/) -->
44
<!-- * [](/) -->
55

6-
* [**中文**](/zh-cn/)
76
* [视频教程](https://space.bilibili.com/491326023/channel/detail?cid=150963)
87
* [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/)
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

-1
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

+3-11
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

+7-4
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22

33
* [Video tutorial](https://space.bilibili.com/491326023/channel/detail?cid=150963)
44
* [Python Basis](/en-us/python/)
5-
* [QuecPython API](/en-us/api/)
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)
69
* [QuecPython FAQ](/en-us/faq/)
7-
* [**Wiki HomePage**](/en-us/)
8-
* [**Official Website**](//qpy.quectel.com)
9-
* [**Download**](//qpy.quectel.com/down.html)
10+
* [**Official Website**](//python.quectel.com)
11+
* [**Official Doc**](//python.quectel.com/doc/en/)
12+
* [**Download**](//python.quectel.com/down.html)

en-us/api/_navbar.md

+3-11
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/api/_sidebar.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<!-- docs/_sidebar.md -->
2+
23
* [Video tutorial](https://space.bilibili.com/491326023/channel/detail?cid=150963)
34
* [Python Basis](/en-us/python/)
4-
* [**QuecPython API**](/en-us/api/)
5-
* [python Basic](/en-us/api/pythonBasic.md)
6-
* [python Stdlib](/en-us/api/pythonStdlib.md)
7-
* [QuecPython Classlib](/en-us/api/QuecPythonClasslib.md)
8-
* [QuecPython Thirdlib](/en-us/api/QuecPythonThirdlib.md)
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)
99
* [QuecPython FAQ](/en-us/faq/)
10-
* [**Wiki HomePage**](/en-us/)
11-
* [**Official Website**](//qpy.quectel.com)
12-
* [**Download**](//qpy.quectel.com/down.html)
10+
* [**Official Website**](//python.quectel.com)
11+
* [**Official Doc**](//python.quectel.com/doc/en/)
12+
* [**Download**](//python.quectel.com/down.html)

en-us/api/pythonStdlib.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#### uos - Basic "operating system" Services
1+
#### uos - Basic Operating System Services
22

33
This module contains functions for file system access and mount. This module implements a subset of the corresponding [CPython](https://docs.micropython.org/en/latest/reference/glossary.html#term-CPython) module, as described below. For more information, refer to the original CPython documentation: [os](https://docs.python.org/3.5/library/os.html#module-os)
44

en-us/faq/_navbar.md

+3-11
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/faq/_sidebar.md

+8-5
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22

33
* [Video tutorial](https://space.bilibili.com/491326023/channel/detail?cid=150963)
44
* [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)
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)

en-us/python/_navbar.md

+3-11
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/python/_sidebar.md

+8-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
<!-- docs/_sidebar.md -->
22

33
* [Video tutorial](https://space.bilibili.com/491326023/channel/detail?cid=150963)
4-
* [**Python Basis**](/en-us/python/)
5-
* [QuecPython API](/en-us/api/)
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)
69
* [QuecPython FAQ](/en-us/faq/)
7-
* [**Wiki HomePage**](/en-us/)
8-
* [**Official Website**](//qpy.quectel.com)
9-
* [**Download**](//qpy.quectel.com/down.html)
10+
* [**Official Website**](//python.quectel.com)
11+
* [**Official Doc**](//python.quectel.com/doc/en/)
12+
* [**Download**](//python.quectel.com/down.html)

en-us/python/images/1240.jpg

-27.6 KB
Binary file not shown.

en-us/python/images/1241.jpg

-13.9 KB
Binary file not shown.

en-us/python/images/1242.jpg

-9.11 KB
Binary file not shown.

en-us/python/images/1243.jpg

-8.56 KB
Binary file not shown.

en-us/python/images/1244.jpg

-26.9 KB
Binary file not shown.

en-us/python/images/1245.jpg

-11.9 KB
Binary file not shown.

en-us/python/images/1246.jpg

-6.36 KB
Binary file not shown.

en-us/python/images/1247.jpg

-172 KB
Binary file not shown.

en-us/python/images/1248.jpg

-250 KB
Binary file not shown.

index.html

+14-7
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
<!-- <link rel="stylesheet" href="static/css/pure.css" title="vue"> -->
2121
<link rel="stylesheet" href="static/css/sidebar.min.css" />
2222
<link rel="stylesheet" href="static/css/main.css" />
23+
2324
<style>
2425
nav.app-nav li ul {
2526
min-width: 100px;
@@ -32,22 +33,29 @@
3233
</head>
3334

3435
<body>
35-
<div id="app">Loading ...</div>
36+
<div id="app">QuecPython Loading ...</div>
3637
<script>
3738
window.$docsify = {
3839

39-
auto2top: true,
40+
<!-- auto2top: true, -->
4041
coverpage: false,
4142
executeScript: true,
43+
autoHeader: true,
4244
search: 'auto',
4345
loadSidebar: true,
4446
loadNavbar: true,
4547
mergeNavbar: true,
4648
themeColor: 'red',
4749
maxLevel: 7,
4850
subMaxLevel: 8,
49-
sidebarDisplayLevel: 1,
50-
name: 'QuecPython',
51+
<!-- sidebarDisplayLevel: 1, -->
52+
name: '<span>QuecPython</span>',
53+
nameLink: {
54+
'zh-cn/': '/',
55+
'en-us/': '#/en-us/',
56+
'/':'/'
57+
},
58+
hideSidebar: false,
5159
repo: 'https://github.com/quecpython/wiki',
5260
search : [
5361
'/zh-cn/api/', // => /zh-cn/README.md
@@ -68,8 +76,8 @@
6876
'/': 'Search'
6977
},
7078
alias: {
71-
'/zh-cn/sbs/.*/_sidebar.md': '/zh-cn/sbs/_sidebar.md',
72-
'/zh-cn/sbs/.*/_navbar.md': '/zh-cn/sbs/_navbar.md',
79+
'/zh-cn/.*/_sidebar.md': '/zh-cn/_sidebar.md',
80+
'/en-us/.*/_navbar.md': '/en-us/_navbar.md',
7381
},
7482
depth: 6
7583
}
@@ -93,7 +101,6 @@
93101
<!-- https://unpkg.com/[email protected]/dist/docsify-copy-code.min.js -->
94102
<!-- unpkg.com/prismjs/components/prism-bash.js -->
95103
<script src="static/js/docsify-copy-code.min.js"></script>
96-
97104
<!-- <script src="//unpkg.com/docsify-scroll-to-top/dist/docsify-scroll-to-top.min.js"></script> -->
98105
<script src="static/js/docsify-scroll-to-top.min.js"></script>
99106

zh-cn/_navbar.md

+3-13
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,4 @@
1-
* 入门
1+
<!-- _navbar.md -->
22

3-
* [手把手教程](/zh-cn/sbs/)
4-
* [视频教程](https://space.bilibili.com/491326023/channel/detail?cid=150963)
5-
6-
7-
* 资料
8-
* [API类库](/zh-cn/api/)
9-
* [资料下载](//qpy.quectel.com/down.html)
10-
11-
12-
* 语言
13-
* [中文](/zh-cn/)
14-
* [EN](/en-us/)
3+
* [中文](/zh-cn/)
4+
* [En](/en-us/)

zh-cn/_sidebar.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@
44
<!-- * [**视频教程**](https://space.bilibili.com/491326023/channel/detail?cid=150963) -->
55
* [视频教程](https://space.bilibili.com/491326023/channel/detail?cid=150963)
66
* [python基础](/zh-cn/python/)
7-
* [QuecPython API说明](/zh-cn/api/)
7+
8+
* [python 基本属性](/zh-cn/api/pythonBasic.md)
9+
* [QuecPython 标准库](/zh-cn/api/pythonStdlib.md)
10+
* [QuecPython 类库](/zh-cn/api/QuecPythonClasslib.md)
11+
* [QuecPython 第三方库](/zh-cn/api/QuecPythonThirdlib.md)
812
* [QuecPython 异常处理](/zh-cn/faq/)
913
<!-- * [**资料下载**](//qpy.quectel.com/down.html) -->
1014

zh-cn/api/README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
# Quectel QuecPython 类库API说明
1+
!> [入门请参考文档中心](https://python.quectel.com/doc/)
22

33
[python 基本属性](/zh-cn/api/pythonBasic.md)
44

55
[python 标准库](/zh-cn/api/pythonStdlib.md)
66

77
[QuecPython 类库](/zh-cn/api/QuecPythonClasslib.md)
88

9-
[QuecPython 第三方库](/zh-cn/api/QuecPythonThirdlib.md)
9+
[QuecPython 第三方库](/zh-cn/api/QuecPythonThirdlib.md)
10+

zh-cn/api/_navbar.md

+3-13
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,4 @@
1-
* 入门
1+
<!-- _navbar.md -->
22

3-
* [手把手教程](/zh-cn/sbs/)
4-
* [视频教程](https://space.bilibili.com/491326023/channel/detail?cid=150963)
5-
6-
7-
* 资料
8-
* [API类库](/zh-cn/api/)
9-
* [资料下载](//qpy.quectel.com/down.html)
10-
11-
12-
* 语言
13-
* [中文](/zh-cn/)
14-
* [EN](/en-us/)
3+
* [中文](/zh-cn/)
4+
* [En](/en-us/)

zh-cn/api/_sidebar.md

+5-6
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,11 @@
44
<!-- * [**视频教程**](https://space.bilibili.com/491326023/channel/detail?cid=150963) -->
55
* [视频教程](https://space.bilibili.com/491326023/channel/detail?cid=150963)
66
* [python基础](/zh-cn/python/)
7-
* [**QuecPython API说明**](/zh-cn/api/)
8-
9-
* [python 基本属性](/zh-cn/api/pythonBasic.md)
10-
* [python 标准库](/zh-cn/api/pythonStdlib.md)
11-
* [QuecPython 类库](/zh-cn/api/QuecPythonClasslib.md)
12-
* [QuecPython 第三方库](/zh-cn/api/QuecPythonThirdlib.md)
7+
8+
* [python 基本属性](/zh-cn/api/pythonBasic.md)
9+
* [QuecPython 标准库](/zh-cn/api/pythonStdlib.md)
10+
* [QuecPython 类库](/zh-cn/api/QuecPythonClasslib.md)
11+
* [QuecPython 第三方库](/zh-cn/api/QuecPythonThirdlib.md)
1312
* [QuecPython 异常处理](/zh-cn/faq/)
1413
<!-- * [**资料下载**](//qpy.quectel.com/down.html) -->
1514

zh-cn/faq/_navbar.md

+3-13
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,4 @@
1-
* 入门
1+
<!-- _navbar.md -->
22

3-
* [手把手教程](/zh-cn/sbs/)
4-
* [视频教程](https://space.bilibili.com/491326023/channel/detail?cid=150963)
5-
6-
7-
* 资料
8-
* [API类库](/zh-cn/api/)
9-
* [资料下载](//qpy.quectel.com/down.html)
10-
11-
12-
* 语言
13-
* [中文](/zh-cn/)
14-
* [EN](/en-us/)
3+
* [中文](/zh-cn/)
4+
* [En](/en-us/)

0 commit comments

Comments
 (0)