Skip to content

Commit 672f7f2

Browse files
authored
Merge pull request #216 from PaddlePaddle/jason
update docs
2 parents 3851b68 + 9c74995 commit 672f7f2

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -48,21 +48,20 @@ PaddleX提供两种开发模式,满足不同场景和用户需求:
4848
```
4949
pip install paddlex -i https://mirror.baidu.com/pypi/simple
5050
```
51-
安装的相关问题参考[PaddleX安装](https://paddlex.readthedocs.io/zh_CN/latest/install.html)
51+
安装的相关问题参考[PaddleX安装](https://paddlex.readthedocs.io/zh_CN/develop/install.html)
5252

5353
### PaddleX-GUI安装
5454

5555
进入PaddleX官网[下载使用](https://www.paddlepaddle.org.cn/paddle/paddlex),申请下载绿色安装包,开箱即用。
56-
Paddle-GUI的使用教程可参考[PaddleX-GUI模式使用教程](https://paddlex.readthedocs.io/zh_CN/latest/paddlex_gui/index.html)
56+
Paddle-GUI的使用教程可参考[PaddleX-GUI模式使用教程](https://paddlex.readthedocs.io/zh_CN/develop/paddlex_gui/index.html)
5757

5858
## 使用文档
5959

60-
推荐访问[PaddleX在线使用文档](https://paddlex.readthedocs.io/zh_CN/latest/index.html),快速查阅读使用教程和API文档说明。
60+
推荐访问[PaddleX在线使用文档](https://paddlex.readthedocs.io/zh_CN/develop/index.html),快速查阅读使用教程和API文档说明。
6161

62-
- [10分钟快速上手使用](https://paddlex.readthedocs.io/zh_CN/latest/quick_start.html)
63-
- [PaddleX全流程开发教程](https://paddlex.readthedocs.io/zh_CN/latest/tutorials/index.html)
64-
- [PaddleX视觉方案介绍](https://paddlex.readthedocs.io/zh_CN/latest/cv_solutions.html)
65-
- [PaddleX API参考文档](https://paddlex.readthedocs.io/zh_CN/latest/apis/index.html)
62+
- [10分钟快速上手使用](https://paddlex.readthedocs.io/zh_CN/develop/quick_start.html)
63+
- [PaddleX模型训练教程集合](https://paddlex.readthedocs.io/zh_CN/develop/train/index.html)
64+
- [PaddleX API参考文档](https://paddlex.readthedocs.io/zh_CN/develop/apis/index.html)
6665

6766
## 在线教程
6867

@@ -81,10 +80,11 @@ Paddle-GUI的使用教程可参考[PaddleX-GUI模式使用教程](https://paddle
8180
## FAQ
8281

8382
## 更新日志
84-
* 2020.05.20
83+
> [历史版本及更新内容](https://paddlex.readthedocs.io/zh_CN/develop/change_log.html)
8584
86-
**`v1.0.0`**
87-
* 正式版本发布。
85+
- 2020.07.12 v1.0.8
86+
- 2020.05.20 v1.0.0
87+
- 2020.05.17 v0.1.8
8888

8989
## 贡献代码
9090

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
setuptools.setup(
2121
name="paddlex",
22-
version='1.0.7',
22+
version='1.0.8',
2323
author="paddlex",
2424
author_email="[email protected]",
2525
description=long_description,

0 commit comments

Comments
 (0)