提交 212c1dac authored 作者: Olivier Delalleau's avatar Olivier Delalleau

Typo fixes and removed some tabs in doc

上级 d4ea47c1
...@@ -29,7 +29,7 @@ instructions below for detailed installation steps): ...@@ -29,7 +29,7 @@ instructions below for detailed installation steps):
Not technically required but *highly* recommended, in order to compile Not technically required but *highly* recommended, in order to compile
generated C code. Theano `can` fall back on a NumPy-based Python execution generated C code. Theano `can` fall back on a NumPy-based Python execution
model, but a C compiler allows for vastly faster execution. model, but a C compiler allows for vastly faster execution.
g++ >= 4.2 (for openmp that is currently always used) g++ >= 4.2 (for openmp that is currently always used)
more recent version recommended! more recent version recommended!
`NumPy <http://numpy.scipy.org/>`_ >= 1.5.0 `NumPy <http://numpy.scipy.org/>`_ >= 1.5.0
...@@ -41,7 +41,7 @@ instructions below for detailed installation steps): ...@@ -41,7 +41,7 @@ instructions below for detailed installation steps):
>=0.8 if you are using sparse matrices, because ``scipy.sparse`` >=0.8 if you are using sparse matrices, because ``scipy.sparse``
is buggy in 0.6 (the ``scipy.csc_matrix`` version of ``dot()`` has a is buggy in 0.6 (the ``scipy.csc_matrix`` version of ``dot()`` has a
bug with singleton dimensions, there may be more bugs) and we do not bug with singleton dimensions, there may be more bugs) and we do not
tests with 0.7*. run tests with 0.7.
A `BLAS`_ installation (with Level 3 functionality) A `BLAS`_ installation (with Level 3 functionality)
Including the development headers (``-dev``, ``-devel``, depending on Including the development headers (``-dev``, ``-devel``, depending on
......
...@@ -15,7 +15,7 @@ Note that you want SciPy >= 0.8.0. ...@@ -15,7 +15,7 @@ Note that you want SciPy >= 0.8.0.
dimensions. There may be more bugs. It also has inconsistent dimensions. There may be more bugs. It also has inconsistent
implementation of sparse matrices. implementation of sparse matrices.
We do not test again SciPy 0.7.*. We do not test against SciPy 0.7.*.
We describe the details of the compressed sparse matrix types. We describe the details of the compressed sparse matrix types.
``scipy.sparse.csc_matrix`` ``scipy.sparse.csc_matrix``
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论