Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
pytensor
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
testgroup
pytensor
Commits
3f8c79ed
提交
3f8c79ed
authored
9月 13, 2011
作者:
David Warde-Farley
浏览文件
操作
浏览文件
下载
差异文件
Merge remote-tracking branch 'nouiz/doc_update'
上级
982d2659
f0e99c61
全部展开
显示空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
26 行增加
和
11 行删除
+26
-11
index.txt
doc/index.txt
+4
-1
dev_start_guide.txt
doc/internal/dev_start_guide.txt
+17
-2
index.txt
doc/library/sparse/index.txt
+2
-5
basic.txt
doc/library/tensor/basic.txt
+3
-3
sp.py
theano/sparse/sandbox/sp.py
+0
-0
没有找到文件。
doc/index.txt
浏览文件 @
3f8c79ed
...
@@ -100,11 +100,13 @@ Community
...
@@ -100,11 +100,13 @@ Community
(theano-users, Aug 2, 2010)
(theano-users, Aug 2, 2010)
* Register to `theano-announce`_ if you want to be kept informed on important change on theano(low volume).
* Register and post to `theano-users`_ if you want to talk to all Theano users.
* Register and post to `theano-users`_ if you want to talk to all Theano users.
* Register and post to `theano-dev`_ if you want to talk to the developers.
* Register and post to `theano-dev`_ if you want to talk to the developers.
* Register to `theano-
announce`_ if you want to be kept informed on important change on theano(low volume)
.
* Register to `theano-
github`_ if you want to receive an email for all change to the github repository
.
* Register to `theano-buildbot`_ if you want to receive our daily buildbot email.
* Register to `theano-buildbot`_ if you want to receive our daily buildbot email.
...
@@ -136,6 +138,7 @@ Community
...
@@ -136,6 +138,7 @@ Community
.. _theano-dev: http://groups.google.com/group/theano-dev
.. _theano-dev: http://groups.google.com/group/theano-dev
.. _theano-users: http://groups.google.com/group/theano-users
.. _theano-users: http://groups.google.com/group/theano-users
.. _theano-announce: http://groups.google.com/group/theano-announce
.. _theano-announce: http://groups.google.com/group/theano-announce
.. _theano-github: http://groups.google.com/group/theano-github
.. _theano-buildbot: http://groups.google.com/group/theano-buildbot
.. _theano-buildbot: http://groups.google.com/group/theano-buildbot
.. _tickets: http://pylearn.org/theano/trac/query?status=accepted&status=assigned&status=new&status=reopened&group=milestone&max=200&col=id&col=summary&col=status&col=owner&col=type&col=priority&col=component&col=time&report=9&order=priority
.. _tickets: http://pylearn.org/theano/trac/query?status=accepted&status=assigned&status=new&status=reopened&group=milestone&max=200&col=id&col=summary&col=status&col=owner&col=type&col=priority&col=component&col=time&report=9&order=priority
...
...
doc/internal/dev_start_guide.txt
浏览文件 @
3f8c79ed
...
@@ -37,6 +37,12 @@ except that we don't use the numpy docstring standard.
...
@@ -37,6 +37,12 @@ except that we don't use the numpy docstring standard.
We do not plan to change all existing code to follow this coding
We do not plan to change all existing code to follow this coding
style, but as we modify the code, we update it accordingly.
style, but as we modify the code, we update it accordingly.
Mailing list
------------
See the theano main page for the theano-dev, theano-buildbot and
theano-github mailing list. They are usefull to Theano contributor's.
Typical development workflow
Typical development workflow
----------------------------
----------------------------
...
@@ -145,7 +151,7 @@ circumvent circular dependencies might make it so you have to import files in
...
@@ -145,7 +151,7 @@ circumvent circular dependencies might make it so you have to import files in
a certain order, which is best handled by the package's own ``__init__.py``.
a certain order, which is best handled by the package's own ``__init__.py``.
More instructions
More instructions
=================
-----------------
Once you have completed these steps, you should run the tests like this:
Once you have completed these steps, you should run the tests like this:
...
@@ -181,7 +187,7 @@ Keep in mind that this branch should be "read-only": if you want to patch
...
@@ -181,7 +187,7 @@ Keep in mind that this branch should be "read-only": if you want to patch
Theano, do it in another branch like described above.
Theano, do it in another branch like described above.
Nightly test
Nightly test
============
------------
Each night we execute all the unit tests automatically. The result is sent by
Each night we execute all the unit tests automatically. The result is sent by
email to the `theano-buildbot`_ mailing list.
email to the `theano-buildbot`_ mailing list.
...
@@ -190,3 +196,12 @@ email to the `theano-buildbot`_ mailing list.
...
@@ -190,3 +196,12 @@ email to the `theano-buildbot`_ mailing list.
For more detail, see :ref:`see <metadocumentation_nightly_build>`.
For more detail, see :ref:`see <metadocumentation_nightly_build>`.
To run all the test with the same configuration as the buildbot, run this script:
.. code-block:: bash
theano/misc/do_nightly_build
This function accept argument that it forward to nosetests. So you can
run only some tests or enable pdb by giving the equivalent nosetests
parameters.
doc/library/sparse/index.txt
浏览文件 @
3f8c79ed
...
@@ -55,17 +55,14 @@ Some documentation for sparse has been written
...
@@ -55,17 +55,14 @@ Some documentation for sparse has been written
===================================================================
===================================================================
:mod:`sparse
.sandbox
` -- Sparse Op
:mod:`sparse` -- Sparse Op
===================================================================
===================================================================
.. module:: sparse
.sandbox
.. module:: sparse
:platform: Unix, Windows
:platform: Unix, Windows
:synopsis: Sparse Op
:synopsis: Sparse Op
.. moduleauthor:: LISA
.. moduleauthor:: LISA
API
===
.. automodule:: theano.sparse.basic
.. automodule:: theano.sparse.basic
:members:
:members:
doc/library/tensor/basic.txt
浏览文件 @
3f8c79ed
...
@@ -924,15 +924,15 @@ The bitwise operators possess this interface:
...
@@ -924,15 +924,15 @@ The bitwise operators possess this interface:
.. function:: bitwise_and(a, b)
.. function:: bitwise_and(a, b)
Alias for
and_
. bitwise_and is the numpy name.
Alias for
`and_`
. bitwise_and is the numpy name.
.. function:: bitwise_or(a, b)
.. function:: bitwise_or(a, b)
Alias for
or_
. bitwise_or is the numpy name.
Alias for
`or_`
. bitwise_or is the numpy name.
.. function:: bitwise_xor(a, b)
.. function:: bitwise_xor(a, b)
Alias for
xor_
. bitwise_xor is the numpy name.
Alias for
`xor_`
. bitwise_xor is the numpy name.
.. function:: bitwise_not(a, b)
.. function:: bitwise_not(a, b)
...
...
theano/sparse/sandbox/sp.py
浏览文件 @
3f8c79ed
差异被折叠。
点击展开。
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论