Skip to content

Commit c240036

Browse files
author
Xiong Neng
committed
update readme
1 parent 874c6d9 commit c240036

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

README.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11

2+
[![GitHub issues](https://img.shields.io/github/issues/yidao620c/python3-cookbook.svg)](https://github.com/yidao620c/python3-cookbook/issues)
3+
[![License][licensesvg]][license]
4+
[![Github downloads](https://img.shields.io/github/downloads/yidao620c/python3-cookbook/total.svg)](https://github.com/yidao620c/python3-cookbook/releases/latest)
5+
[![GitHub release](https://img.shields.io/github/release/yidao620c/python3-cookbook.svg)](https://github.com/yidao620c/python3-cookbook/releases)
6+
7+
28
# 《Python Cookbook》 3rd Edition 翻译
39

410
《Python Cookbook》3rd 中文版3.0.0正式发布啦 ^_^! ——2017/12/07
@@ -74,10 +80,10 @@ if not on_rtd: # only import and set the theme if we're building docs locally
7480
有网友提问怎样通过源码生成PDF文件,由于这个步骤介绍有点长,不适合放在README里面,
7581
我专门写了篇博客专门介绍怎样通过ReadtheDocs托管文档,怎样自己生成PDF文件,大家可以参考一下。
7682

77-
https://www.xncoding.com/2017/01/22/fullstack/readthedoc.html
83+
<https://www.xncoding.com/2017/01/22/fullstack/readthedoc.html>
7884

79-
另外关于生成的PDF文件中会自动生成标题编号的问题,
80-
有热心网友 [CarlKing5019](https://github.com/CarlKing5019)提出了解决方案,请参考issues108的解放方案:
85+
另外关于生成的PDF文件中会自动生成标题编号的问题,有热心网友 [CarlKing5019](https://github.com/CarlKing5019)提出了解决方案,
86+
请参考issues108的解放方案:
8187

8288
<https://github.com/yidao620c/python3-cookbook/issues/108>
8389

@@ -102,12 +108,11 @@ Meanwhile you'd better follow the rules below
102108
* Follow common Python coding conventions
103109
* Add the following [license] in each source file
104110

105-
106111
## License
107112

108113
(The Apache License)
109114

110-
Copyright (c) 2014-2015 [Xiong Neng](<https://www.xncoding.com/>) and other contributors
115+
Copyright (c) 2014-2018 [Xiong Neng](<https://www.xncoding.com/>) and other contributors
111116

112117
Licensed under the Apache License, Version 2.0 (the "License");
113118
you may not use this file except in compliance with the License. You may obtain a copy of the License at
@@ -118,3 +123,7 @@ Unless required by applicable law or agreed to in writing,
118123
software distributed under the License is distributed on an "AS IS" BASIS,
119124
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
120125
See the License for the specific language governing permissions and limitations under the License.
126+
127+
128+
[licensesvg]: https://img.shields.io/hexpm/l/plug.svg
129+
[license]: http://www.apache.org/licenses/LICENSE-2.0

0 commit comments

Comments
 (0)