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

updated doc/tutorial/index

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