提交 53105ba7 authored 作者: Frederic Bastien's avatar Frederic Bastien

Fix documentation generation errors/warnings.

上级 7390fea8
...@@ -36,7 +36,7 @@ Why you can rely on Theano: ...@@ -36,7 +36,7 @@ Why you can rely on Theano:
- Used by everyone in our lab (\textasciitilde 30 people) - Used by everyone in our lab (\textasciitilde 30 people)
- Deep Learning Tutorials - Deep Learning Tutorials
- Unofficial RPMs for Mandriva - Unofficial RPMs for Mandriva
- Downloads (June 8 2011, since last January): Pypi 780, MLOSS: 483, Assembla (``bleeding edge'' repository): unknown - Downloads (June 8 2011, since last January): Pypi 780, MLOSS: 483, Assembla (`bleeding edge` repository): unknown
Why scripting for GPUs ? Why scripting for GPUs ?
------------------------ ------------------------
......
.. _sandbox_broadcasting: .. _sandbox_broadcasting:
============
Broadcasting
============
The following may go either in: The following may go either in:
a) numpy refresher. a) numpy refresher.
b) more details of broadcasting in the types section. b) more details of broadcasting in the types section.
......
.. _sandbox_elemwise: .. _sandbox_elemwise:
=================
Elemwise compiler
=================
'''Stale specification page. Upgrade this to provide useful developer doc. 2008.09.04''' '''Stale specification page. Upgrade this to provide useful developer doc. 2008.09.04'''
== Definitions == == Definitions ==
......
==========
Functional
==========
Want to know about Theano's `function design Want to know about Theano's `function design
<http://groups.google.com/group/theano-dev/browse_thread/thread/fd4c6947d8a20510>`? <http://groups.google.com/group/theano-dev/browse_thread/thread/fd4c6947d8a20510>`?
==============
Hosting Theano
==============
'''Historical Interest. This has been addressed for now. 20080904''' '''Historical Interest. This has been addressed for now. 20080904'''
There are several [http://en.wikipedia.org/wiki/Comparison_of_free_software_hosting_facilities project hosting services] online, but none is perfect for theano. There are several [http://en.wikipedia.org/wiki/Comparison_of_free_software_hosting_facilities project hosting services] online, but none is perfect for theano.
......
====================
Interactive Debugger
====================
'''Seed of discussion for what an interactive debugging tool might look like. 2009.03.27.''' '''Seed of discussion for what an interactive debugging tool might look like. 2009.03.27.'''
== Interactive debugger ( #352 ) == == Interactive debugger ( #352 ) ==
......
.. _sandbox_maxgotcha: .. _sandbox_maxgotcha:
==========
Max Gotcha
==========
Guillaume and I just found a bug in some experiment code that was Guillaume and I just found a bug in some experiment code that was
basically caused by confusing semantics of max(). The same sort of basically caused by confusing semantics of max(). The same sort of
thing applies to min. This is an FYI email to help others on the list thing applies to min. This is an FYI email to help others on the list
......
===========
Performance
===========
Theano uses several tricks to obtain good performance: Theano uses several tricks to obtain good performance:
* common sub-expression elimination * common sub-expression elimination
......
.. sandbox_randnb: .. sandbox_randnb:
==============
Random Numbers
==============
''' This has been implemented (#182). 20090327.''' ''' This has been implemented (#182). 20090327.'''
= Random Numbers = = Random Numbers =
......
'''An open proposal. This is still relevant. 20080904''' '''An open proposal. This is still relevant. 20080904'''
======================
New C code generation?
======================
== Issues == == Issues ==
There are several issues with the current way C code is generated: There are several issues with the current way C code is generated:
......
===============
Others software
===============
Other software to look at and maybe recommend to users: Other software to look at and maybe recommend to users:
* [http://www.pytables.org/moin PyTables] - This is looking really * [http://www.pytables.org/moin PyTables] - This is looking really
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论