source: trunk/adm/website/conf.py @ 120

Last change on this file since 120 was 62, checked in by pinsard, 13 years ago

website : new email contact, home page, layout and publications

File size: 7.8 KB
Line 
1# -*- coding: iso-latin-1 -*-
2#
3# tropflux documentation build configuration file, created by
4# sphinx-quickstart on Wed Mar 30 14:42:18 2011.
5#
6#
7# TODO
8# ====
9#
10# - fplod 20110701T140734Z aedon.locean-ipsl.upmc.fr (Darwin)
11#
12#   * contents.rst has been rename index.rst
13#
14# - fplod 20110407T092856Z aedon.locean-ipsl.upmc.fr (Darwin)
15#
16#   * improve latex document (ugly now !)
17#
18# - fplod 20110330T142745Z aedon.locean-ipsl.upmc.fr (Darwin)
19#
20#   * add path for matploblib extension of sphinx f(python installation)
21#
22# EVOLUTIONS
23# ==========
24#
25# $Id$
26#
27# $URL$
28#
29# - fplod 20110623T164817Z aedon.locean-ipsl.upmc.fr (Darwin)
30#
31#   * chgt release
32# - fplod 20110622T135106Z aedon.locean-ipsl.upmc.fr (Darwin)
33#
34#   * remove source link
35#
36# - fplod 20110330T124501Z aedon.locean-ipsl.upmc.fr (Darwin)
37#
38#   * sphinx-quickstart 1.0.7
39#   * see http://matplotlib.sourceforge.net/sampledoc/
40#
41# This file is execfile()d with the current directory set to its containing dir.
42#
43# Note that not all possible configuration values are present in this
44# autogenerated file.
45#
46# All configuration values have a default; values that are commented out
47# serve to show the default.
48
49import sys, os
50
51# If extensions (or modules to document with autodoc) are in another directory,
52# add these directories to sys.path here. If the directory is relative to the
53# documentation root, use os.path.abspath to make it absolute, like shown here.
54#sys.path.insert(0, os.path.abspath('.'))
55sys.path.append(os.path.abspath('sphinxext'))
56#
57# -- General configuration -----------------------------------------------------
58
59# If your documentation needs a minimal Sphinx version, state it here.
60#needs_sphinx = '1.0'
61
62# Add any Sphinx extension module names here, as strings. They can be extensions
63# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
64extensions = ['sphinx.ext.autodoc',
65              'sphinx.ext.doctest',
66              'sphinx.ext.intersphinx',
67              'sphinx.ext.todo',
68              'sphinx.ext.coverage',
69              'sphinx.ext.pngmath',
70              'sphinx.ext.ifconfig',
71              'sphinx.ext.viewcode',
72          'ipython_console_highlighting',
73          'inheritance_diagram',
74          'numpydoc']
75
76# Add any paths that contain templates here, relative to this directory.
77templates_path = ['_templates']
78
79# The suffix of source filenames.
80source_suffix = '.rst'
81
82# The encoding of source files.
83source_encoding = 'iso-8859-15'
84
85# The master toctree document.
86master_doc = 'index'
87
88# General information about the project.
89project = u'TropFlux'
90copyright = u'2011, IRD'
91
92# The version info for the project you're documenting, acts as replacement for
93# |version| and |release|, also used in various other places throughout the
94# built documents.
95#
96# The short X.Y version.
97version = '0.1.0'
98# The full version, including alpha/beta/rc tags.
99release = '0.1.0'
100
101# The language for content autogenerated by Sphinx. Refer to documentation
102# for a list of supported languages.
103#language = None
104
105# There are two options for replacing |today|: either, you set today to some
106# non-false value, then it is used:
107#today = ''
108# Else, today_fmt is used as the format for a strftime call.
109#today_fmt = '%B %d, %Y'
110
111# List of patterns, relative to source directory, that match files and
112# directories to ignore when looking for source files.
113exclude_patterns = ['_build']
114
115# The reST default role (used for this markup: `text`) to use for all documents.
116#default_role = None
117
118# If true, '()' will be appended to :func: etc. cross-reference text.
119#add_function_parentheses = True
120
121# If true, the current module name will be prepended to all description
122# unit titles (such as .. function::).
123#add_module_names = True
124
125# If true, sectionauthor and moduleauthor directives will be shown in the
126# output. They are ignored by default.
127#show_authors = False
128
129# The name of the Pygments (syntax highlighting) style to use.
130pygments_style = 'sphinx'
131
132# A list of ignored prefixes for module index sorting.
133#modindex_common_prefix = []
134
135
136# -- Options for HTML output ---------------------------------------------------
137
138# The theme to use for HTML and HTML Help pages.  See the documentation for
139# a list of builtin themes.
140html_theme = 'sphinxdoc'
141
142# Theme options are theme-specific and customize the look and feel of a theme
143# further.  For a list of options available for each theme, see the
144# documentation.
145#html_theme_options = {}
146
147# Add any paths that contain custom themes here, relative to this directory.
148#html_theme_path = []
149
150# The name for this set of Sphinx documents.  If None, it defaults to
151# "<project> v<release> documentation".
152#html_title = None
153
154# A shorter title for the navigation bar.  Default is the same as html_title.
155#html_short_title = None
156
157# The name of an image file (relative to this directory) to place at the top
158# of the sidebar.
159html_logo = None
160
161# The name of an image file (within the static path) to use as favicon of the
162# docs.  This file should be a Windows icon file (.ico) being 16x16 or 32x32
163# pixels large.
164html_favicon = None
165
166# Add any paths that contain custom static files (such as style sheets) here,
167# relative to this directory. They are copied after the builtin static files,
168# so a file named "default.css" will overwrite the builtin "default.css".
169html_static_path = ['_static']
170
171# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
172# using the given strftime format.
173#html_last_updated_fmt = '%b %d, %Y'
174
175# If true, SmartyPants will be used to convert quotes and dashes to
176# typographically correct entities.
177#html_use_smartypants = True
178
179# Custom sidebar templates, maps document names to template names.
180#html_sidebars = {}
181
182# Additional templates that should be rendered to pages, maps page names to
183# template names.
184#html_additional_pages = {'index': 'index.html'}
185
186# If false, no module index is generated.
187#html_domain_indices = True
188
189# If false, no index is generated.
190#html_use_index = True
191
192# If true, the index is split into individual pages for each letter.
193#html_split_index = False
194
195# If true, links to the reST sources are added to the pages.
196html_show_sourcelink = False
197
198# If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
199#html_show_sphinx = True
200
201# If true, "(C) Copyright ..." is shown in the HTML footer. Default is True.
202html_show_copyright = False
203
204# If true, an OpenSearch description file will be output, and all pages will
205# contain a <link> tag referring to it.  The value of this option must be the
206# base URL from which the finished HTML is served.
207#html_use_opensearch = ''
208
209# This is the file name suffix for HTML files (e.g. ".xhtml").
210#html_file_suffix = None
211
212# Output file base name for HTML help builder.
213htmlhelp_basename = 'tropfluxdoc'
214
215
216# -- Options for LaTeX output --------------------------------------------------
217
218# The paper size ('letter' or 'a4').
219latex_paper_size = 'a4'
220
221# The font size ('10pt', '11pt' or '12pt').
222#latex_font_size = '10pt'
223
224# Grouping the document tree into LaTeX files. List of tuples
225# (source start file, target name, title, author, documentclass [howto/manual]).
226latex_documents = [
227  ('index', 'tropflux.tex', u'TropFlux Documentation', u'J\u00E9r\u00F4me Vialard ', 'howto'),
228]
229
230# The name of an image file (relative to this directory) to place at the top of
231# the title page.
232#latex_logo = None
233
234# For "manual" documents, if this is true, then toplevel headings are parts,
235# not chapters.
236#latex_use_parts = False
237
238# If true, show page references after internal links.
239latex_show_pagerefs = True
240
241# If true, show URL addresses after external links.
242latex_show_urls = True
243
244# Additional stuff for the LaTeX preamble.
245#latex_preamble = ''
246
247# Documents to append as an appendix to all manuals.
248#latex_appendices = []
249
250# If false, no module index is generated.
251#latex_domain_indices = True
252
253# Example configuration for intersphinx: refer to the Python standard library.
254intersphinx_mapping = {'http://docs.python.org/': None}
Note: See TracBrowser for help on using the repository browser.