1
1
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
+
2
8
# 《Python Cookbook》 3rd Edition 翻译
3
9
4
10
《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
74
80
有网友提问怎样通过源码生成PDF文件,由于这个步骤介绍有点长,不适合放在README里面,
75
81
我专门写了篇博客专门介绍怎样通过ReadtheDocs托管文档,怎样自己生成PDF文件,大家可以参考一下。
76
82
77
- https://www.xncoding.com/2017/01/22/fullstack/readthedoc.html
83
+ < https://www.xncoding.com/2017/01/22/fullstack/readthedoc.html >
78
84
79
- 另外关于生成的PDF文件中会自动生成标题编号的问题,
80
- 有热心网友 [ CarlKing5019 ] ( https://github.com/CarlKing5019 ) 提出了解决方案, 请参考issues108的解放方案:
85
+ 另外关于生成的PDF文件中会自动生成标题编号的问题,有热心网友 [ CarlKing5019 ] ( https://github.com/CarlKing5019 ) 提出了解决方案,
86
+ 请参考issues108的解放方案:
81
87
82
88
< https://github.com/yidao620c/python3-cookbook/issues/108 >
83
89
@@ -102,12 +108,11 @@ Meanwhile you'd better follow the rules below
102
108
* Follow common Python coding conventions
103
109
* Add the following [ license] in each source file
104
110
105
-
106
111
## License
107
112
108
113
(The Apache License)
109
114
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
111
116
112
117
Licensed under the Apache License, Version 2.0 (the "License");
113
118
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,
118
123
software distributed under the License is distributed on an "AS IS" BASIS,
119
124
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
120
125
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