From 727e4b1a0b9cdcd5d6aed40b1720f8de80c9a93c Mon Sep 17 00:00:00 2001 From: yidao620 Date: Thu, 7 Dec 2017 12:00:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=833.0.0=20PDF=E6=96=B0=E7=89=88?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.rst | 14 +++++++++++--- source/conf.py | 15 +++++++++------ 2 files changed, 20 insertions(+), 9 deletions(-) diff --git a/README.rst b/README.rst index 913e7db1..846090b7 100644 --- a/README.rst +++ b/README.rst @@ -4,12 +4,20 @@ ------------------------------------------------------------- -《Python Cookbook》3rd 中文版2.0.0正式发布啦 ^_^! ——2016/03/31 +《Python Cookbook》3rd 中文版3.0.0正式发布啦 ^_^! ——2017/12/07 -* 在线阅读地址: http://python3-cookbook.readthedocs.org/zh_CN/latest/ +在线阅读地址: http://python3-cookbook.readthedocs.org/zh_CN/latest/ -* 中文简体版PDF下载地址: http://pan.baidu.com/s/1i4Jypff +* 中文简体版PDF下载地址: https://pan.baidu.com/s/1sl3av3f +* 中文繁体版PDF下载地址: https://pan.baidu.com/s/1hsnJEpm + +------------------------------------------------------------- +旧版本(2.0.0)下载 + +《Python Cookbook》3rd 中文版2.0.0正式发布啦 ^_^! ——2016/03/31 + +* 中文简体版PDF下载地址: http://pan.baidu.com/s/1i4Jypff * 中文繁体版PDF下载地址: http://pan.baidu.com/s/1i5k2CjN ------------------------------------------------------------- diff --git a/source/conf.py b/source/conf.py index e6feb35e..50753aad 100644 --- a/source/conf.py +++ b/source/conf.py @@ -44,16 +44,16 @@ # General information about the project. project = u'python3-cookbook' -copyright = u'2015, 熊能' +copyright = u'2017, 熊能' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. # # The short X.Y version. -version = '2.0' +version = '3.0' # The full version, including alpha/beta/rc tags. -release = '2.0.0' +release = '3.0.0' exclude_patterns = [] @@ -67,11 +67,14 @@ # -- Options for LaTeX output --------------------------------------------- +# 注:在生成html的时候这句话要注释 +# latex_engine = 'xelatex' + latex_elements={# The paper size ('letterpaper' or 'a4paper'). 'papersize':'a4paper',# The font size ('10pt', '11pt' or '12pt'). -'pointsize':'12pt','classoptions':',oneside','babel':'',#必須 -'inputenc':'',#必須 -'utf8extra':'',#必須 +'pointsize':'12pt','classoptions':',oneside','babel':'',#必须 +'inputenc':'',#必须 +'utf8extra':'',#必须 # Additional stuff for the LaTeX preamble. 'preamble': r""" \usepackage{xeCJK}