提交 ea093c2c authored 作者: James Bergstra's avatar James Bergstra

added shared and __src_version__ to library doc

上级 85b6de00
...@@ -32,6 +32,10 @@ There are also some top-level imports that you might find more convenient: ...@@ -32,6 +32,10 @@ There are also some top-level imports that you might find more convenient:
Alias for :func:`function.function` Alias for :func:`function.function`
.. function:: shared(...)
Alias for :func:`shared.shared`
.. class:: Param .. class:: Param
Alias for :class:`function.Param` Alias for :class:`function.Param`
...@@ -40,3 +44,12 @@ There are also some top-level imports that you might find more convenient: ...@@ -40,3 +44,12 @@ There are also some top-level imports that you might find more convenient:
Works like :func:`tensor.dot` for both sparse and dense matrix products Works like :func:`tensor.dot` for both sparse and dense matrix products
.. function:: __src_version__()
Returns the mercurial (hg) identifier of the current tip.
If there are uncommitted modifications, this function raises an Exception.
If the theano package is not under mercurial control, then again this function
raises an Exception.
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论