forked from pyecharts/pyecharts
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 格式化 setup.py * Fix: pyecharts#504 修复 markpoint 标记点标注不显示的 bug * Update: changelog 文档更新 * Update: docs update for v0.5.0 * Update release note * Update datasets docs * Update: micro docs update * 🐛 fix a typo
- Loading branch information
1 parent
ad2b2be
commit 02db99a
Showing
12 changed files
with
95 additions
and
98 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -94,4 +94,4 @@ ENV/ | |
.DS_store | ||
|
||
# for vscode | ||
.vscode/ | ||
.vscode/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
- [v0.5.0](zh-cn/release-note/v050) | ||
- [v0.3.2](zh-cn/release-note/v032) | ||
- [v0.3.0](zh-cn/release-note/v030) | ||
- [v0.3.0](zh-cn/release-note/v030) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
> 技术文档篇:介绍 pyecharts 开发过程中所使用的工具、实践规范。 | ||
## 开发工具 | ||
|
||
- [Travis CI](https://travis-ci.org) :在线构建工具 | ||
- [AppVeyor CI](https://www.appveyor.com/) :Windows 构建工具 | ||
- [Codecov](https://codecov.io):代码覆盖率 | ||
- [nose](http://nose.readthedocs.io/en/latest/index.html) :单元测试工具 | ||
- [flake8](http://flake8.pycqa.org/en/latest/index.html) :静态代码检查 | ||
- [McCabe](https://pypi.org/project/mccabe/) :复杂度检测工具 | ||
|
||
## 文档构建工具 | ||
|
||
主网站 [pyechart.org](http://pyecharts.org) 由 [docsify](https://docsify.js.org/) 构建。 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters