提交 11b80c90 authored 作者: abalkin's avatar abalkin

Added a few more sections to the compatibility guide.

上级 eecd12bf
...@@ -11,9 +11,13 @@ Installation (2to3 and setup.py) ...@@ -11,9 +11,13 @@ Installation (2to3 and setup.py)
-------------------------------- --------------------------------
Compatibility package (theano.compat) Python code compatibility
------------------------------------- -------------------------------------
Compatibility package (theano.compat)
.....................................
Compatibility between 2.x and 3.x is implemented using six_, a Python Compatibility between 2.x and 3.x is implemented using six_, a Python
2 and 3 compatibility library by Benjamin Peterson. A copy of six_ 2 and 3 compatibility library by Benjamin Peterson. A copy of six_
library is included in theano.compat package, but it should not be library is included in theano.compat package, but it should not be
...@@ -35,6 +39,20 @@ Incorrect: ...@@ -35,6 +39,20 @@ Incorrect:
from six import b from six import b
Strings, bytes and unicode
..........................
C code compatibility
--------------------
Module initialization
.....................
PyCapsule and PyCObject
.......................
References References
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论