Merge pull request #212 from cclauss/patch-2

Upgrade from Python 3.4 to Python 3.6?
This commit is contained in:
XiongNeng
2017-12-10 22:58:49 +08:00
committed by GitHub

View File

@@ -46,7 +46,7 @@
* 当前文档生成托管在 [readthedocs](https://readthedocs.org/) 上 * 当前文档生成托管在 [readthedocs](https://readthedocs.org/) 上
* 生成的文档预览地址: [python3-cookbook](http://python3-cookbook.readthedocs.org/zh_CN/latest/) * 生成的文档预览地址: [python3-cookbook](http://python3-cookbook.readthedocs.org/zh_CN/latest/)
* 使用了python官方文档主题 [sphinx-rtd-theme](https://github.com/snide/sphinx_rtd_theme) 也是默认的主题default. * 使用了python官方文档主题 [sphinx-rtd-theme](https://github.com/snide/sphinx_rtd_theme) 也是默认的主题default.
* 书中所有代码均在python 3.4版本下面运行通过所有源码放在cookbook包下面 * 书中所有代码均在python 3.6版本下面运行通过所有源码放在cookbook包下面
``` ```
# on_rtd is whether we are on readthedocs.org, this line of code grabbed from docs.readthedocs.org # on_rtd is whether we are on readthedocs.org, this line of code grabbed from docs.readthedocs.org