diff 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
line wrap: on
line diff
--- a/doc/conf.py	Thu Mar 18 11:34:29 2010 -0400
+++ b/doc/conf.py	Thu Mar 18 12:23:14 2010 -0400
@@ -44,7 +44,7 @@
 master_doc = 'index'
 
 # General substitutions.
-project = 'Theano'
+project = 'Pylearn'
 copyright = '2008--2009, LISA lab'
 
 # The default replacements for |version| and |release|, also used in various
@@ -66,7 +66,7 @@
 
 # List of directories, relative to source directories, that shouldn't be searched
 # for source files.
-exclude_dirs = ['images', 'scripts', 'sandbox']
+exclude_dirs = ['images', 'scripts', 'api']
 
 # The reST default role (used for this markup: `text`) to use for all documents.
 #default_role = None
@@ -105,7 +105,7 @@
 # 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_200x46.png'
+html_logo = 'images/logo_pylearn_200x57.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
@@ -153,7 +153,7 @@
 #html_file_suffix = ''
 
 # Output file base name for HTML help builder.
-htmlhelp_basename = 'theanodoc'
+htmlhelp_basename = 'pylearndoc'
 
 
 # Options for LaTeX output
@@ -168,7 +168,7 @@
 # Grouping the document tree into LaTeX files. List of tuples
 # (source start file, target name, title, author, document class [howto/manual]).
 latex_documents = [
-  ('index', 'theano.tex', 'theano Documentation',
+  ('index', 'pylearn.tex', 'pylearn Documentation',
    'LISA lab, University of Montreal', 'manual'),
 ]