[SCM] efficient 2D data-plotting library branch, master, updated. 904b2f34dd776885fa721b1243b6be7a401695c3

Picca Frédéric-Emmanuel picca at synchrotron-soleil.fr
Mon Nov 29 19:24:52 UTC 2010


The following commit has been merged in the master branch:
commit b3f2b922f7a612bb84e00af02fb62c0448892971
Merge: ba3b2a6e0a80deb20c93b57ae12c6b533ea3fd5f 54d3031833a1b3b25c5b2c9deae92f3ee9fd6024
Author: Picca Frédéric-Emmanuel <picca at synchrotron-soleil.fr>
Date:   Mon Nov 29 13:15:15 2010 -0500

    Merge commit 'upstream/2.0.7.1'

diff --combined doc/conf.py
index 30eb2d7,b598e94..4ebfe78
--- a/doc/conf.py
+++ b/doc/conf.py
@@@ -22,7 -22,7 +22,7 @@@ import sys, o
  
  # Add any Sphinx extension module names here, as strings. They can be extensions
  # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
- extensions = []
+ extensions = ['sphinx.ext.autodoc', 'sphinx.ext.viewcode']
  
  # Add any paths that contain templates here, relative to this directory.
  templates_path = ['_templates']
@@@ -84,16 -84,14 +84,16 @@@ exclude_trees = [
  pygments_style = 'sphinx'
  
  # A list of ignored prefixes for module index sorting.
- #modindex_common_prefix = []
+ modindex_common_prefix = ['guiqwt.']
  
  
  # -- Options for HTML output ---------------------------------------------------
  
 +html_copy_source=False
 +
  # The theme to use for HTML and HTML Help pages.  Major themes that come with
  # Sphinx are currently 'default' and 'sphinxdoc'.
- html_theme = 'default'
+ html_theme = 'sphinxdoc'
  
  # Theme options are theme-specific and customize the look and feel of a theme
  # further.  For a list of options available for each theme, see the
@@@ -113,12 -111,12 +113,12 @@@
  
  # The name of an image file (relative to this directory) to place at the top
  # of the sidebar.
- #html_logo = 'guiqwt_bbg.png'
+ html_logo = 'images/guiqwt.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
  # pixels large.
- #html_favicon = 'favicon.ico'
+ html_favicon = 'favicon.ico'
  
  # Add any paths that contain custom static files (such as style sheets) here,
  # relative to this directory. They are copied after the builtin static files,
@@@ -141,7 -139,7 +141,7 @@@ html_static_path = ['_static'
  #html_additional_pages = {}
  
  # If false, no module index is generated.
- #html_use_modindex = True
+ html_use_modindex = True
  
  # If false, no index is generated.
  #html_use_index = True

-- 
efficient 2D data-plotting library



More information about the debian-science-commits mailing list