提交 93d7f6a3 authored 作者: Pierre Luc Carrier's avatar Pierre Luc Carrier

Changed the format of the some references to external documentation

上级 c8e581ad
...@@ -260,19 +260,17 @@ along with pointers to the relevant documentation. ...@@ -260,19 +260,17 @@ along with pointers to the relevant documentation.
every element in the list has the same Theano type). Variables of this every element in the list has the same Theano type). Variables of this
Theano type are represented in C as objects of class Theano type are represented in C as objects of class
`PyListObject <https://docs.python.org/2/c-api/list.html>`_. The `PyListObject <https://docs.python.org/2/c-api/list.html>`_. The
documentation for TypedList can be found :ref:`TypedList documentation <libdoc_typed_list>`.
:ref:`here <libdoc_typed_list>`.
* Scalar : Theano type that represents a C primitive type. The C type * Scalar : Theano type that represents a C primitive type. The C type
associated with this Theano type is the represented C primitive associated with this Theano type is the represented C primitive
itself. The documentation for the Scalar type can be itself. The :ref:`Scalar documentation <libdoc_scalar>`.
found :ref:`here <libdoc_scalar>`.
* SparseType : Theano type used to represent sparse tensors. There is no * SparseType : Theano type used to represent sparse tensors. There is no
equivalent C type for this Theano Type but you can split a sparse equivalent C type for this Theano Type but you can split a sparse
variable into its parts as TensorVariables. Those can then be used as variable into its parts as TensorVariables. Those can then be used as
inputs to an op with C code. The documentation for ops that rely on inputs to an op with C code. The
SparseType can be found :ref:`here <sparse_ops>`. :ref:`Sparse Ops documentation <sparse_ops>`.
* Generic : Theano type that represents a simple Python Object. * Generic : Theano type that represents a simple Python Object.
Variables of this Theano type are represented in C as objects of class Variables of this Theano type are represented in C as objects of class
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论