Skip to content

Commit 05e453f

Browse files
committed
更正笔误,使用新版 pandoc 重新渲染
1 parent 832502c commit 05e453f

56 files changed

Lines changed: 1010 additions & 1064 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Pipfile

Lines changed: 0 additions & 20 deletions
This file was deleted.

md2rst.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
blog_path = 'E:\\MING-Git\\python-guide\\source'
1212
index_path = 'E:\\MING-Git\\python-guide\\README.md'
1313
elif (osName == 'Darwin'):
14-
repo_path = '/Users/MING/Github/python-guide/'
15-
blog_path = '/Users/MING/Github/python-guide/source'
16-
index_path = '/Users/MING/Github/python-guide/README.md'
14+
repo_path = '/Users/iswbm/Documents/Github/python-guide/'
15+
blog_path = '/Users/iswbm/Documents/Github/python-guide/source'
16+
index_path = '/Users/iswbm/Documents/Github/python-guide/README.md'
1717

18-
base_link = "http://python.iswbm.com/en/latest/"
18+
base_link = "https://python.iswbm.com/en/latest/"
1919
readme_header = '''
2020
![](http://image.iswbm.com/20200607120940.png)
2121
@@ -27,9 +27,9 @@
2727
<a href='http://image.iswbm.com/20200607114246.png'><img src='http://img.shields.io/badge/%E5%85%AC%E4%BC%97%E5%8F%B7-30k+-brightgreen'></a>
2828
</p>
2929
30-
## [项目主页](http://python.iswbm.com/)
30+
## [项目主页](https://python.iswbm.com/)
3131
32-
在线阅读:[Python 编程时光](http://python.iswbm.com/)
32+
在线阅读:[Python 编程时光](https://python.iswbm.com/)
3333
3434
![](http://image.iswbm.com/20200607130051.png)
3535

0 commit comments

Comments
 (0)