Skip to content

Commit fc7bde2

Browse files
committed
Update readme
1 parent e2c1ab7 commit fc7bde2

3 files changed

Lines changed: 19 additions & 5 deletions

File tree

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,10 @@
1+
# 目录
2+
13
* [Python 爬虫:把廖雪峰的教程转换成 PDF 电子书](./pdf/README.md)
2-
* [用Python 写“爱心”](./heart/README.md)
4+
* [用Python 写“爱心”](./heart/README.md)
5+
6+
### Contact me
7+
8+
>作者:liuzhijun
9+
>微信: lzjun567
10+
>公众号:一个程序员的微站(id:VTtalk)

heart/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,10 @@ pip install scipy-0.18.0-cp27-cp27m-win_amd64.whl
1717
pip install numpy-1.11.3+mkl-cp27-cp27m-win_amd64.whl
1818
pip install matplotlib-1.5.3-cp27-cp27m-win_amd64.whl
1919
```
20-
其他平台可根据错误提示 Google 解决。
20+
其他平台可根据错误提示 Google 解决。也可以通过 [issue](https://github.com/lzjun567/crawler_html2pdf/issues) 在 GitHub 提交问题。
21+
22+
### Contact me
23+
24+
>作者:liuzhijun
25+
>微信: lzjun567
26+
>公众号:一个程序员的微站(id:VTtalk)

pdf/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ python crawler.py
3838
2. 如果是使用PyCharm开发, 那么运行的时候要在shell/cmd 窗口执行脚本, 直接在Pycharm中运行会找不到 wkhtmltopdf命令
3939

4040

41-
### contact me
41+
### Contact me
4242

4343
>作者:liuzhijun
44-
>微信号: lzjun567
45-
>公众号:一个程序员的微站(VTtalk)
44+
>微信: lzjun567
45+
>公众号:一个程序员的微站(id:VTtalk)
4646
4747

0 commit comments

Comments
 (0)