Mercurial > pylearn
comparison doc/conf.py @ 910:8837535006f1
Added SeriesTables module (which I had placed originally in the IFT6266 repository) and its doc. Added a logo for the doc and changed conf.py to reflect correct title.
author | fsavard |
---|---|
date | Thu, 18 Mar 2010 12:23:14 -0400 |
parents | 9472d234db2e |
children | c0515c0dfef9 |
comparison
equal
deleted
inserted
replaced
909:8e3f1d852ab1 | 910:8837535006f1 |
---|---|
42 | 42 |
43 # The master toctree document. | 43 # The master toctree document. |
44 master_doc = 'index' | 44 master_doc = 'index' |
45 | 45 |
46 # General substitutions. | 46 # General substitutions. |
47 project = 'Theano' | 47 project = 'Pylearn' |
48 copyright = '2008--2009, LISA lab' | 48 copyright = '2008--2009, LISA lab' |
49 | 49 |
50 # The default replacements for |version| and |release|, also used in various | 50 # The default replacements for |version| and |release|, also used in various |
51 # other places throughout the built documents. | 51 # other places throughout the built documents. |
52 # | 52 # |
64 # List of documents that shouldn't be included in the build. | 64 # List of documents that shouldn't be included in the build. |
65 #unused_docs = [] | 65 #unused_docs = [] |
66 | 66 |
67 # List of directories, relative to source directories, that shouldn't be searched | 67 # List of directories, relative to source directories, that shouldn't be searched |
68 # for source files. | 68 # for source files. |
69 exclude_dirs = ['images', 'scripts', 'sandbox'] | 69 exclude_dirs = ['images', 'scripts', 'api'] |
70 | 70 |
71 # The reST default role (used for this markup: `text`) to use for all documents. | 71 # The reST default role (used for this markup: `text`) to use for all documents. |
72 #default_role = None | 72 #default_role = None |
73 | 73 |
74 # If true, '()' will be appended to :func: etc. cross-reference text. | 74 # If true, '()' will be appended to :func: etc. cross-reference text. |
103 #html_short_title = None | 103 #html_short_title = None |
104 | 104 |
105 # The name of an image file (within the static path) to place at the top of | 105 # The name of an image file (within the static path) to place at the top of |
106 # the sidebar. | 106 # the sidebar. |
107 #html_logo = 'images/theano_logo-200x67.png' | 107 #html_logo = 'images/theano_logo-200x67.png' |
108 html_logo = 'images/theano_logo_allblue_200x46.png' | 108 html_logo = 'images/logo_pylearn_200x57.png' |
109 | 109 |
110 # The name of an image file (within the static path) to use as favicon of the | 110 # The name of an image file (within the static path) to use as favicon of the |
111 # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 | 111 # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 |
112 # pixels large. | 112 # pixels large. |
113 #html_favicon = None | 113 #html_favicon = None |
151 | 151 |
152 # If nonempty, this is the file name suffix for HTML files (e.g. ".xhtml"). | 152 # If nonempty, this is the file name suffix for HTML files (e.g. ".xhtml"). |
153 #html_file_suffix = '' | 153 #html_file_suffix = '' |
154 | 154 |
155 # Output file base name for HTML help builder. | 155 # Output file base name for HTML help builder. |
156 htmlhelp_basename = 'theanodoc' | 156 htmlhelp_basename = 'pylearndoc' |
157 | 157 |
158 | 158 |
159 # Options for LaTeX output | 159 # Options for LaTeX output |
160 # ------------------------ | 160 # ------------------------ |
161 | 161 |
166 latex_font_size = '11pt' | 166 latex_font_size = '11pt' |
167 | 167 |
168 # Grouping the document tree into LaTeX files. List of tuples | 168 # Grouping the document tree into LaTeX files. List of tuples |
169 # (source start file, target name, title, author, document class [howto/manual]). | 169 # (source start file, target name, title, author, document class [howto/manual]). |
170 latex_documents = [ | 170 latex_documents = [ |
171 ('index', 'theano.tex', 'theano Documentation', | 171 ('index', 'pylearn.tex', 'pylearn Documentation', |
172 'LISA lab, University of Montreal', 'manual'), | 172 'LISA lab, University of Montreal', 'manual'), |
173 ] | 173 ] |
174 | 174 |
175 # The name of an image file (relative to this directory) to place at the top of | 175 # The name of an image file (relative to this directory) to place at the top of |
176 # the title page. | 176 # the title page. |