提交 52433b76 authored 作者: james@crane's avatar james@crane

added headers

上级 101be704
...@@ -3,6 +3,7 @@ syntax: glob ...@@ -3,6 +3,7 @@ syntax: glob
*~ *~
\#*\# \#*\#
doc/oplist.txt doc/oplist.txt
doc/typelist.txt
compiled/*.cpp compiled/*.cpp
cutils_ext.cpp cutils_ext.cpp
html html
......
...@@ -194,3 +194,18 @@ Getting Help ...@@ -194,3 +194,18 @@ Getting Help
If these installation instructions don't work, search the theano-users archive for similar cases. If you don't find a solution, write to theano-users and explain the situation. If these installation instructions don't work, search the theano-users archive for similar cases. If you don't find a solution, write to theano-users and explain the situation.
.. header:: |THEANO| - README_ - Download_ - Documentation_ - Wiki_ - TRAC_
.. _README: README.html
.. _Download: README.html#downloading-theano
.. _Documentation: doc/index.html
.. _Wiki: http://pylearn.org/theano
.. _TRAC: http://trac.edgewall.org/
.. |THEANO| image:: http://lgcm.iro.umontreal.ca/theano/chrome/site/theano_logo.png
:target: http://pylearn.org/auto_theano
:alt: THEANO
:align: top
:class: borderless
:width: 60
:height: 18
...@@ -59,3 +59,21 @@ When you install a package, only the package name can be imported directly. If y ...@@ -59,3 +59,21 @@ When you install a package, only the package name can be imported directly. If y
.. _epydoc: http://epydoc.sourceforge.net/ .. _epydoc: http://epydoc.sourceforge.net/
.. _basicnumpy: http://lgcm.iro.umontreal.ca/theano/wiki/BasicNumpy .. _basicnumpy: http://lgcm.iro.umontreal.ca/theano/wiki/BasicNumpy
.. header:: |THEANO| - README_ - Download_ - Documentation_ - Wiki_ - TRAC_
.. |THEANO| image:: http://lgcm.iro.umontreal.ca/theano/chrome/site/theano_logo.png
:target: http://pylearn.org/auto_theano
:alt: THEANO
:align: top
:class: borderless
:width: 60
:height: 18
.. _README: ../README.html
.. _Download: ../README.html#downloading-theano
.. _Documentation: index.html
.. _Wiki: http://pylearn.org/theano
.. _TRAC: http://trac.edgewall.org/
.. header:: |THEANO| - README_ - Download_ - Documentation_ - Wiki_ - TRAC_
.. |THEANO| image:: http://lgcm.iro.umontreal.ca/theano/chrome/site/theano_logo.png
:target: http://pylearn.org/auto_theano
:alt: THEANO
:align: top
:class: borderless
:width: 60
:height: 18
.. _README: ../README.html
.. _Download: ../README.html#downloading-theano
.. _Documentation: index.html
.. _Wiki: http://pylearn.org/theano
.. _TRAC: http://trac.edgewall.org/
...@@ -56,3 +56,22 @@ Hacking Theano ...@@ -56,3 +56,22 @@ Hacking Theano
.. _theano-dev: http://groups.google.com/group/theano-dev?pli=1 .. _theano-dev: http://groups.google.com/group/theano-dev?pli=1
.. _task list: http://lgcm.iro.umontreal.ca/theano/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 .. _task list: http://lgcm.iro.umontreal.ca/theano/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
.. _reStructuredText: http://docutils.sourceforge.net/rst.html .. _reStructuredText: http://docutils.sourceforge.net/rst.html
.. header:: |THEANO| - README_ - Download_ - Documentation_ - Wiki_ - TRAC_
.. |THEANO| image:: http://lgcm.iro.umontreal.ca/theano/chrome/site/theano_logo.png
:target: http://pylearn.org/auto_theano
:alt: THEANO
:align: top
:class: borderless
:width: 60
:height: 18
.. _README: ../README.html
.. _Download: ../README.html#downloading-theano
.. _Documentation: index.html
.. _Wiki: http://pylearn.org/theano
.. _TRAC: http://trac.edgewall.org/
...@@ -236,3 +236,21 @@ epydoc documentation.* ...@@ -236,3 +236,21 @@ epydoc documentation.*
code. The question is how to automatically extract the source files and inline code. The question is how to automatically extract the source files and inline
them into this documentation.* them into this documentation.*
.. header:: |THEANO| - README_ - Download_ - Documentation_ - Wiki_ - TRAC_
.. |THEANO| image:: http://lgcm.iro.umontreal.ca/theano/chrome/site/theano_logo.png
:target: http://pylearn.org/auto_theano
:alt: THEANO
:align: top
:class: borderless
:width: 60
:height: 18
.. _README: ../README.html
.. _Download: ../README.html#downloading-theano
.. _Documentation: index.html
.. _Wiki: http://pylearn.org/theano
.. _TRAC: http://trac.edgewall.org/
...@@ -159,3 +159,8 @@ In the future, this list may distinguish `constructors` that are Op instances fr ...@@ -159,3 +159,8 @@ In the future, this list may distinguish `constructors` that are Op instances fr
ops, constructors = search_entries([scalar, sparse, tensor]) ops, constructors = search_entries([scalar, sparse, tensor])
print_entries(ops, constructors) print_entries(ops, constructors)
print ""
for line in open("doc/header.txt"):
print line[:-1]
...@@ -5,7 +5,7 @@ from gen_oplist import print_title, print_hline ...@@ -5,7 +5,7 @@ from gen_oplist import print_title, print_hline
if __name__ == '__main__': if __name__ == '__main__':
print_title("Type List", "~", "~") print_title("Type List", "~", "~")
print "*THIS PAGE IS A PLACEHOLDER: WRITEME *" print "*THIS PAGE IS A PLACEHOLDER: WRITEME*"
print "" print ""
print_hline() print_hline()
...@@ -25,3 +25,7 @@ if __name__ == '__main__': ...@@ -25,3 +25,7 @@ if __name__ == '__main__':
print "- tensor.lvector\n" print "- tensor.lvector\n"
print "- sparse.??\n" print "- sparse.??\n"
print ""
for line in open("doc/header.txt"):
print line[:-1]
...@@ -103,6 +103,19 @@ The snapshots usually contain *more features* and *fewer bugs* than the ...@@ -103,6 +103,19 @@ The snapshots usually contain *more features* and *fewer bugs* than the
:align: middle :align: middle
:class: borderless :class: borderless
.. header:: |THEANO| - README_ - Download_ - Documentation_ - Wiki_ - TRAC_
.. _Download: README.html#downloading-theano
.. _Documentation: doc/index.html
.. _Wiki: http://pylearn.org/theano
.. |THEANO| image:: http://lgcm.iro.umontreal.ca/theano/chrome/site/theano_logo.png
:target: http://pylearn.org/auto_theano
:alt: THEANO
:align: top
:class: borderless
:width: 60
:height: 18
.. ..
Local Variables: Local Variables:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论