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

updated doc/tutorial/index

上级 786dd471
...@@ -103,7 +103,7 @@ html_theme = 'sphinxdoc' ...@@ -103,7 +103,7 @@ html_theme = 'sphinxdoc'
# The name of an image file (within the static path) to place at the top of # The name of an image file (within the static path) to place at the top of
# the sidebar. # the sidebar.
#html_logo = 'images/theano_logo-200x67.png' #html_logo = 'images/theano_logo-200x67.png'
html_logo = 'images/theano_logo_allblue_200x54.png' html_logo = 'images/theano_logo_allblue_200x46.png'
# The name of an image file (within the static path) to use as favicon of the # The name of an image file (within the static path) to use as favicon of the
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
......
...@@ -5,29 +5,27 @@ ...@@ -5,29 +5,27 @@
Tutorial Tutorial
======== ========
Let's start an interactive session and import the package you just Let's start an interactive session and import Theano.
installed:
>>> from theano import * >>> from theano import *
Many of symbols you will need to use are in the ``tensor`` subpackage Many of symbols you will need to use are in the ``tensor`` subpackage
of theano. Let's import that subpackage under a handy name. I like of theano. Let's import that subpackage under a handy name. I like
``T``. ``T`` (and many tutorials use this convention).
>>> import theano.tensor as T >>> import theano.tensor as T
If that didn't work, Theano is not installed correctly (see :ref:`install`). If that worked you're ready for the tutorial, otherwise check your
installation (see :ref:`install`).
Now we're ready for the tour:
.. toctree:: .. toctree::
numpy
adding adding
debug_faq
debugmode
examples examples
numpy
profilemode
randomstreams randomstreams
debugmode
profilemode
debug_faq
tools tools
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论