提交 400775e5 authored 作者: Pascal Lamblin's avatar Pascal Lamblin

Fix documentation formatting.

上级 4ef7c99e
...@@ -171,6 +171,7 @@ import theano and print the config variable, as in: ...@@ -171,6 +171,7 @@ import theano and print the config variable, as in:
is a work-in-progress), and thus you should consider it as experimental. is a work-in-progress), and thus you should consider it as experimental.
At the moment it behaves differently from numpy in the following At the moment it behaves differently from numpy in the following
situations: situations:
* Depending on the value of ``config.int_division``, the resulting type * Depending on the value of ``config.int_division``, the resulting type
of a division of integer types with the ``/`` operator may not match of a division of integer types with the ``/`` operator may not match
that of numpy. that of numpy.
...@@ -365,10 +366,11 @@ import theano and print the config variable, as in: ...@@ -365,10 +366,11 @@ import theano and print the config variable, as in:
.. attribute:: config.DebugMode.check_preallocated_output .. attribute:: config.DebugMode.check_preallocated_output
Default: 'ALL' Default: ``'ALL'``
A list of kinds of preallocated memory to use as output buffers for A list of kinds of preallocated memory to use as output buffers for
each Op's computations, separated by ``:``. Implemented modes are: each Op's computations, separated by ``:``. Implemented modes are:
* ``"previous"``: reuse previously-returned memory, * ``"previous"``: reuse previously-returned memory,
* ``"c_contiguous"``: newly-allocated C-contiguous memory, * ``"c_contiguous"``: newly-allocated C-contiguous memory,
* ``"f_contiguous"``: newly-allocated Fortran-contiguous memory, * ``"f_contiguous"``: newly-allocated Fortran-contiguous memory,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论