Revision: 6445
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6445&view=rev
Author:   jdh2358
Date:     2008-11-25 04:03:59 +0000 (Tue, 25 Nov 2008)

Log Message:
-----------
point to the right url for the rc file

Modified Paths:
--------------
    trunk/matplotlib/CHANGELOG
    trunk/matplotlib/doc/_templates/gallery.html
    trunk/matplotlib/doc/_templates/indexsidebar.html
    trunk/matplotlib/doc/make.py
    trunk/matplotlib/doc/users/customizing.rst
    trunk/matplotlib/lib/matplotlib/__init__.py
    trunk/matplotlib/matplotlibrc.template

Modified: trunk/matplotlib/CHANGELOG
===================================================================
--- trunk/matplotlib/CHANGELOG  2008-11-24 20:18:38 UTC (rev 6444)
+++ trunk/matplotlib/CHANGELOG  2008-11-25 04:03:59 UTC (rev 6445)
@@ -1,9 +1,8 @@
 2008-11-24 Fix crash in log ticking. - MGD
 
-2008-11-20 Added some static helper methods
-           BrokenHBarCollection.span_masked and
-           PolyCollection.fill_between_where for visualizing logical
-           regions.  See examples/api/fill_where_demo.py - JDH
+2008-11-20 Added static helper method BrokenHBarCollection.span_where
+           and Axes/pyplot method fill_between.  See
+           examples/pylab/fill_between.py - JDH
 
 2008-11-12 Add x_isdata and y_isdata attributes to Artist instances,
            and use them to determine whether either or both

Modified: trunk/matplotlib/doc/_templates/gallery.html
===================================================================
--- trunk/matplotlib/doc/_templates/gallery.html        2008-11-24 20:18:38 UTC 
(rev 6444)
+++ trunk/matplotlib/doc/_templates/gallery.html        2008-11-25 04:03:59 UTC 
(rev 6445)
@@ -49,6 +49,8 @@
 
 <a href="examples/api/scatter_piecharts.html"><img 
src="_static/plot_directive/mpl_examples/api/thumbnails/scatter_piecharts.png" 
border="0" alt="scatter_piecharts"/></a>
 
+<a href="examples/api/span_regions.html"><img 
src="_static/plot_directive/mpl_examples/api/thumbnails/span_regions.png" 
border="0" alt="span_regions"/></a>
+
 <a href="examples/api/two_scales.html"><img 
src="_static/plot_directive/mpl_examples/api/thumbnails/two_scales.png" 
border="0" alt="two_scales"/></a>
 
 <a href="examples/api/watermark_image.html"><img 
src="_static/plot_directive/mpl_examples/api/thumbnails/watermark_image.png" 
border="0" alt="watermark_image"/></a>
@@ -157,6 +159,8 @@
 
 <a href="examples/pylab_examples/csd_demo.html"><img 
src="_static/plot_directive/mpl_examples/pylab_examples/thumbnails/csd_demo.png"
 border="0" alt="csd_demo"/></a>
 
+<a href="examples/pylab_examples/custom_cmap.html"><img 
src="_static/plot_directive/mpl_examples/pylab_examples/thumbnails/custom_cmap.png"
 border="0" alt="custom_cmap"/></a>
+
 <a href="examples/pylab_examples/custom_figure_class.html"><img 
src="_static/plot_directive/mpl_examples/pylab_examples/thumbnails/custom_figure_class.png"
 border="0" alt="custom_figure_class"/></a>
 
 <a href="examples/pylab_examples/custom_ticker1.html"><img 
src="_static/plot_directive/mpl_examples/pylab_examples/thumbnails/custom_ticker1.png"
 border="0" alt="custom_ticker1"/></a>
@@ -223,9 +227,9 @@
 
 <a href="examples/pylab_examples/figure_title.html"><img 
src="_static/plot_directive/mpl_examples/pylab_examples/thumbnails/figure_title.png"
 border="0" alt="figure_title"/></a>
 
-<a href="examples/pylab_examples/fill_between.html"><img 
src="_static/plot_directive/mpl_examples/pylab_examples/thumbnails/fill_between.png"
 border="0" alt="fill_between"/></a>
+<a href="examples/pylab_examples/fill_between.html"><img 
src="_static/plot_directive/mpl_examples/pylab_examples/thumbnails/fill_between_00.png"
 border="0" alt="fill_between"/></a>
 
-<a href="examples/pylab_examples/fill_between_posneg.html"><img 
src="_static/plot_directive/mpl_examples/pylab_examples/thumbnails/fill_between_posneg.png"
 border="0" alt="fill_between_posneg"/></a>
+<a href="examples/pylab_examples/fill_between.html"><img 
src="_static/plot_directive/mpl_examples/pylab_examples/thumbnails/fill_between_01.png"
 border="0" alt="fill_between"/></a>
 
 <a href="examples/pylab_examples/fill_demo.html"><img 
src="_static/plot_directive/mpl_examples/pylab_examples/thumbnails/fill_demo.png"
 border="0" alt="fill_demo"/></a>
 
@@ -419,6 +423,8 @@
 
 <a href="examples/pylab_examples/psd_demo.html"><img 
src="_static/plot_directive/mpl_examples/pylab_examples/thumbnails/psd_demo.png"
 border="0" alt="psd_demo"/></a>
 
+<a href="examples/pylab_examples/psd_demo2.html"><img 
src="_static/plot_directive/mpl_examples/pylab_examples/thumbnails/psd_demo2.png"
 border="0" alt="psd_demo2"/></a>
+
 <a href="examples/pylab_examples/pythonic_matplotlib.html"><img 
src="_static/plot_directive/mpl_examples/pylab_examples/thumbnails/pythonic_matplotlib.png"
 border="0" alt="pythonic_matplotlib"/></a>
 
 <a href="examples/pylab_examples/quadmesh_demo.html"><img 
src="_static/plot_directive/mpl_examples/pylab_examples/thumbnails/quadmesh_demo.png"
 border="0" alt="quadmesh_demo"/></a>

Modified: trunk/matplotlib/doc/_templates/indexsidebar.html
===================================================================
--- trunk/matplotlib/doc/_templates/indexsidebar.html   2008-11-24 20:18:38 UTC 
(rev 6444)
+++ trunk/matplotlib/doc/_templates/indexsidebar.html   2008-11-25 04:03:59 UTC 
(rev 6445)
@@ -33,7 +33,7 @@
 
 <p>For details on what's new, see the detailed <a href="{{
 pathto('_static/CHANGELOG', 1) }}">changelog</a>.  Anything that could
-required changes to your existing codes is logged in the <a href="{{
+require changes to your existing codes is logged in the <a href="{{
 pathto('api/api_changes.html', 1) }}">api changes</a> file.</p>
 
 <h3>Other stuff</h3>

Modified: trunk/matplotlib/doc/make.py
===================================================================
--- trunk/matplotlib/doc/make.py        2008-11-24 20:18:38 UTC (rev 6444)
+++ trunk/matplotlib/doc/make.py        2008-11-25 04:03:59 UTC (rev 6445)
@@ -17,9 +17,6 @@
 def sf():
     'push a copy to the sf site'
     shutil.copy('../CHANGELOG', 'build/html/_static/CHANGELOG')
-    shutil.copy('../API_CHANGES', 'build/html/_static/API_CHANGES')
-    shutil.copy('../MIGRATION.txt', 'build/html/_static/MIGRATION.txt')
-
     os.system('cd build/html; rsync -avz . jdh2358,[EMAIL 
PROTECTED]:/home/groups/m/ma/matplotlib/htdocs/ -essh --cvs-exclude')
 
 def sfpdf():
@@ -44,6 +41,7 @@
     check_build()
     if not os.path.exists('examples/index.rst'):
         examples()
+    shutil.copy('mpl_data/matplotlibrc', '_static/matplotlibrc')
     #figs()
     if os.system('sphinx-build -b html -d build/doctrees . build/html'):
         raise SystemExit("Building HTML failed.")

Modified: trunk/matplotlib/doc/users/customizing.rst
===================================================================
--- trunk/matplotlib/doc/users/customizing.rst  2008-11-24 20:18:38 UTC (rev 
6444)
+++ trunk/matplotlib/doc/users/customizing.rst  2008-11-25 04:03:59 UTC (rev 
6445)
@@ -61,6 +61,10 @@
 .. _matplotlibrc-sample:
 
 A sample matplotlibrc file
---------------------------
+--------------------------------------------------------------------
 
+.. htmlonly::
+
+    `(download) <../_static/matplotlibrc>`__
+
 .. literalinclude:: ../mpl_data/matplotlibrc

Modified: trunk/matplotlib/lib/matplotlib/__init__.py
===================================================================
--- trunk/matplotlib/lib/matplotlib/__init__.py 2008-11-24 20:18:38 UTC (rev 
6444)
+++ trunk/matplotlib/lib/matplotlib/__init__.py 2008-11-25 04:03:59 UTC (rev 
6445)
@@ -666,7 +666,7 @@
 Bad key "%s" on line %d in
 %s.
 You probably need to get an updated matplotlibrc file from
-http://matplotlib.sf.net/matplotlibrc or from the matplotlib source
+http://matplotlib.sf.net/_static/matplotlibrc or from the matplotlib source
 distribution""" % (key, cnt, fname)
 
     if ret['datapath'] is None:

Modified: trunk/matplotlib/matplotlibrc.template
===================================================================
--- trunk/matplotlib/matplotlibrc.template      2008-11-24 20:18:38 UTC (rev 
6444)
+++ trunk/matplotlib/matplotlibrc.template      2008-11-25 04:03:59 UTC (rev 
6445)
@@ -10,13 +10,16 @@
 # (win32 systems).
 #
 # This file is best viewed in a editor which supports python mode
-# syntax highlighting # Blank lines, or lines starting with a comment
+# syntax highlighting. Blank lines, or lines starting with a comment
 # symbol, are ignored, as are trailing comments.  Other lines must
-# have the format # key : val # optional comment # Colors: for the
-# color values below, you can either use - a matplotlib color string,
-# such as r, k, or b - an rgb tuple, such as (1.0, 0.5, 0.0) - a hex
-# string, such as ff00ff or #ff00ff - a scalar grayscale intensity
-# such as 0.75 - a legal html color name, eg red, blue, darkslategray
+# have the format
+#    key : val # optional comment
+#
+# Colors: for the color values below, you can either use - a
+# matplotlib color string, such as r, k, or b - an rgb tuple, such as
+# (1.0, 0.5, 0.0) - a hex string, such as ff00ff or #ff00ff - a scalar
+# grayscale intensity such as 0.75 - a legal html color name, eg red,
+# blue, darkslategray
 
 #### CONFIGURATION BEGINS HERE
 


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to