Revision: 6235
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6235&view=rev
Author:   mdboom
Date:     2008-10-17 13:08:33 +0000 (Fri, 17 Oct 2008)

Log Message:
-----------
Pass w3c validation.

Modified Paths:
--------------
    trunk/matplotlib/doc/_templates/index.html
    trunk/matplotlib/doc/_templates/indexsidebar.html
    trunk/matplotlib/doc/_templates/layout.html

Modified: trunk/matplotlib/doc/_templates/index.html
===================================================================
--- trunk/matplotlib/doc/_templates/index.html  2008-10-17 12:56:03 UTC (rev 
6234)
+++ trunk/matplotlib/doc/_templates/index.html  2008-10-17 13:08:33 UTC (rev 
6235)
@@ -9,37 +9,37 @@
   publication quality figures in a variety of hardcopy formats and
   interactive environments across platforms.  matplotlib can be used
   in python scripts, the python and <a
-  href=http://ipython.scipy.org>ipython</a> shell (ala matlab or
+  href="http://ipython.scipy.org";>ipython</a> shell (ala matlab or
   mathematica), web application servers, and six graphical user
-  interface toolkits.</p> 
+  interface toolkits.</p>
 
   <p>matplotlib tries to make easy things easy and hard things possible.
   You can generate plots, histograms, power spectra, bar charts,
   errorcharts, scatterplots, etc, with just a few lines of code.  For
   example, to generate 10,000 gaussian random numbers and make a
-  histogram plot binning the data into 100 bins, you simply need to type
+  histogram plot binning the data into 100 bins, you simply need to type</p>
 
   <pre>
   >>> from pylab import randn, hist
   >>> x = randn(10000)
   >>> hist(x, 100)</pre>
 
-  For the power user, you have full control of line styles, font
+  <p>For the power user, you have full control of line styles, font
   properties, axes properties, etc, via an object oriented interface
   or via a handle graphics interface familiar to Matlab&reg; users.</p>
 
-  <p>The plotting functions in the <a href=api/pyplot_api.html>pyplot</a>
+  <p>The plotting functions in the <a href="api/pyplot_api.html">pyplot</a>
   interface have a high degree of Matlab&reg; compatibility.</p>
 
   <h3>Plotting commands</h3>
-    <br>
+    <br/>
 
-  <table border=1 cellpadding=3 cellspacing=2>
+  <table border="1" cellpadding="3" cellspacing="2">
 
   <tr><th>Function</th><th>Description</th></tr>
     <tr>
       <th align="left">
-        <a href=api/pyplot_api.html#matplotlib.pyplot.acorr>acorr</a>
+        <a href="api/pyplot_api.html#matplotlib.pyplot.acorr">acorr</a>
 
       </th>
 
@@ -50,7 +50,7 @@
     </tr>
     <tr>
       <th align="left">
-        <a href=api/pyplot_api.html#matplotlib.pyplot.annotate>annotate</a>
+        <a href="api/pyplot_api.html#matplotlib.pyplot.annotate">annotate</a>
 
       </th>
 
@@ -61,7 +61,7 @@
     </tr>
     <tr>
       <th align="left">
-        <a href=api/pyplot_api.html#matplotlib.pyplot.arrow>arrow</a>
+        <a href="api/pyplot_api.html#matplotlib.pyplot.arrow">arrow</a>
 
       </th>
 
@@ -72,7 +72,7 @@
     </tr>
     <tr>
       <th align="left">
-        <a href=api/pyplot_api.html#matplotlib.pyplot.axes>axes</a>
+        <a href="api/pyplot_api.html#matplotlib.pyplot.axes">axes</a>
 
       </th>
 
@@ -83,7 +83,7 @@
     </tr>
     <tr>
       <th align="left">
-        <a href=api/pyplot_api.html#matplotlib.pyplot.axhline>axhline</a>
+        <a href="api/pyplot_api.html#matplotlib.pyplot.axhline">axhline</a>
 
       </th>
 
@@ -94,7 +94,7 @@
     </tr>
     <tr>
       <th align="left">
-        <a href=api/pyplot_api.html#matplotlib.pyplot.axvline>axvline</a>
+        <a href="api/pyplot_api.html#matplotlib.pyplot.axvline">axvline</a>
 
       </th>
 
@@ -105,7 +105,7 @@
     </tr>
     <tr>
       <th align="left">
-        <a href=api/pyplot_api.html#matplotlib.pyplot.axhspan>axhspan</a>
+        <a href="api/pyplot_api.html#matplotlib.pyplot.axhspan">axhspan</a>
 
       </th>
 
@@ -116,7 +116,7 @@
     </tr>
     <tr>
       <th align="left">
-        <a href=api/pyplot_api.html#matplotlib.pyplot.axvspan>axvspan</a>
+        <a href="api/pyplot_api.html#matplotlib.pyplot.axvspan">axvspan</a>
 
       </th>
 
@@ -127,7 +127,7 @@
     </tr>
     <tr>
       <th align="left">
-        <a href=api/pyplot_api.html#matplotlib.pyplot.axis>axis</a>
+        <a href="api/pyplot_api.html#matplotlib.pyplot.axis">axis</a>
 
       </th>
 
@@ -138,7 +138,7 @@
     </tr>
     <tr>
       <th align="left">
-        <a href=api/pyplot_api.html#matplotlib.pyplot.bar>bar</a>
+        <a href="api/pyplot_api.html#matplotlib.pyplot.bar">bar</a>
 
       </th>
 
@@ -149,7 +149,7 @@
     </tr>
     <tr>
       <th align="left">
-        <a href=api/pyplot_api.html#matplotlib.pyplot.barh>barh</a>
+        <a href="api/pyplot_api.html#matplotlib.pyplot.barh">barh</a>
 
       </th>
 
@@ -160,7 +160,7 @@
     </tr>
     <tr>
       <th align="left">
-        <a 
href=api/pyplot_api.html#matplotlib.pyplot.broken_barh>broken_barh</a>
+        <a 
href="api/pyplot_api.html#matplotlib.pyplot.broken_barh">broken_barh</a>
 
       </th>
 
@@ -171,7 +171,7 @@
     </tr>
     <tr>
       <th align="left">
-        <a href=api/pyplot_api.html#matplotlib.pyplot.box>box</a>
+        <a href="api/pyplot_api.html#matplotlib.pyplot.box">box</a>
 
       </th>
 
@@ -182,7 +182,7 @@
     </tr>
     <tr>
       <th align="left">
-        <a href=api/pyplot_api.html#matplotlib.pyplot.boxplot>boxplot</a>
+        <a href="api/pyplot_api.html#matplotlib.pyplot.boxplot">boxplot</a>
 
       </th>
 
@@ -193,7 +193,7 @@
     </tr>
     <tr>
       <th align="left">
-        <a href=api/pyplot_api.html#matplotlib.pyplot.cla>cla</a>
+        <a href="api/pyplot_api.html#matplotlib.pyplot.cla">cla</a>
 
       </th>
 
@@ -204,7 +204,7 @@
     </tr>
     <tr>
       <th align="left">
-        <a href=api/pyplot_api.html#matplotlib.pyplot.clabel>clabel</a>
+        <a href="api/pyplot_api.html#matplotlib.pyplot.clabel">clabel</a>
 
       </th>
 
@@ -215,7 +215,7 @@
     </tr>
     <tr>
       <th align="left">
-        <a href=api/pyplot_api.html#matplotlib.pyplot.clf>clf</a>
+        <a href="api/pyplot_api.html#matplotlib.pyplot.clf">clf</a>
 
       </th>
 
@@ -226,7 +226,7 @@
     </tr>
     <tr>
       <th align="left">
-        <a href=api/pyplot_api.html#matplotlib.pyplot.clim>clim</a>
+        <a href="api/pyplot_api.html#matplotlib.pyplot.clim">clim</a>
 
       </th>
 
@@ -237,7 +237,7 @@
     </tr>
     <tr>
       <th align="left">
-        <a href=api/pyplot_api.html#matplotlib.pyplot.close>close</a>
+        <a href="api/pyplot_api.html#matplotlib.pyplot.close">close</a>
 
       </th>
 
@@ -248,7 +248,7 @@
     </tr>
     <tr>
       <th align="left">
-        <a href=api/pyplot_api.html#matplotlib.pyplot.colorbar>colorbar</a>
+        <a href="api/pyplot_api.html#matplotlib.pyplot.colorbar">colorbar</a>
 
       </th>
 
@@ -259,7 +259,7 @@
     </tr>
     <tr>
       <th align="left">
-        <a href=api/pyplot_api.html#matplotlib.pyplot.cohere>cohere</a>
+        <a href="api/pyplot_api.html#matplotlib.pyplot.cohere">cohere</a>
 
       </th>
 
@@ -270,7 +270,7 @@
     </tr>
     <tr>
       <th align="left">
-        <a href=api/pyplot_api.html#matplotlib.pyplot.contour>contour</a>
+        <a href="api/pyplot_api.html#matplotlib.pyplot.contour">contour</a>
 
       </th>
 
@@ -281,7 +281,7 @@
     </tr>
     <tr>
       <th align="left">
-        <a href=api/pyplot_api.html#matplotlib.pyplot.contourf>contourf</a>
+        <a href="api/pyplot_api.html#matplotlib.pyplot.contourf">contourf</a>
 
       </th>
 
@@ -292,7 +292,7 @@
     </tr>
     <tr>
       <th align="left">
-        <a href=api/pyplot_api.html#matplotlib.pyplot.csd>csd</a>
+        <a href="api/pyplot_api.html#matplotlib.pyplot.csd">csd</a>
 
       </th>
 
@@ -303,7 +303,7 @@
     </tr>
     <tr>
       <th align="left">
-        <a href=api/pyplot_api.html#matplotlib.pyplot.delaxes>delaxes</a>
+        <a href="api/pyplot_api.html#matplotlib.pyplot.delaxes">delaxes</a>
 
       </th>
 
@@ -314,7 +314,7 @@
     </tr>
     <tr>
       <th align="left">
-        <a href=api/pyplot_api.html#matplotlib.pyplot.draw>draw</a>
+        <a href="api/pyplot_api.html#matplotlib.pyplot.draw">draw</a>
 
       </th>
 
@@ -325,7 +325,7 @@
     </tr>
     <tr>
       <th align="left">
-        <a href=api/pyplot_api.html#matplotlib.pyplot.errorbar>errorbar</a>
+        <a href="api/pyplot_api.html#matplotlib.pyplot.errorbar">errorbar</a>
 
       </th>
 
@@ -336,7 +336,7 @@
     </tr>
     <tr>
       <th align="left">
-        <a href=api/pyplot_api.html#matplotlib.pyplot.figlegend>figlegend</a>
+        <a href="api/pyplot_api.html#matplotlib.pyplot.figlegend">figlegend</a>
 
       </th>
 
@@ -347,7 +347,7 @@
     </tr>
     <tr>
       <th align="left">
-        <a href=api/pyplot_api.html#matplotlib.pyplot.figimage>figimage</a>
+        <a href="api/pyplot_api.html#matplotlib.pyplot.figimage">figimage</a>
 
       </th>
 
@@ -358,7 +358,7 @@
     </tr>
     <tr>
       <th align="left">
-        <a href=api/pyplot_api.html#matplotlib.pyplot.figtext>figtext</a>
+        <a href="api/pyplot_api.html#matplotlib.pyplot.figtext">figtext</a>
 
       </th>
 
@@ -369,7 +369,7 @@
     </tr>
     <tr>
       <th align="left">
-        <a href=api/pyplot_api.html#matplotlib.pyplot.figure>figure</a>
+        <a href="api/pyplot_api.html#matplotlib.pyplot.figure">figure</a>
 
       </th>
 
@@ -380,7 +380,7 @@
     </tr>
     <tr>
       <th align="left">
-        <a href=api/pyplot_api.html#matplotlib.pyplot.fill>fill</a>
+        <a href="api/pyplot_api.html#matplotlib.pyplot.fill">fill</a>
 
       </th>
 
@@ -391,7 +391,7 @@
     </tr>
     <tr>
       <th align="left">
-        <a href=api/pyplot_api.html#matplotlib.pyplot.findobj>findobj</a>
+        <a href="api/pyplot_api.html#matplotlib.pyplot.findobj">findobj</a>
 
       </th>
 
@@ -402,7 +402,7 @@
     </tr>
     <tr>
       <th align="left">
-        <a href=api/pyplot_api.html#matplotlib.pyplot.gca>gca</a>
+        <a href="api/pyplot_api.html#matplotlib.pyplot.gca">gca</a>
 
       </th>
 
@@ -413,7 +413,7 @@
     </tr>
     <tr>
       <th align="left">
-        <a href=api/pyplot_api.html#matplotlib.pyplot.gcf>gcf</a>
+        <a href="api/pyplot_api.html#matplotlib.pyplot.gcf">gcf</a>
 
       </th>
 
@@ -424,7 +424,7 @@
     </tr>
     <tr>
       <th align="left">
-        <a href=api/pyplot_api.html#matplotlib.pyplot.gci>gci</a>
+        <a href="api/pyplot_api.html#matplotlib.pyplot.gci">gci</a>
 
       </th>
 
@@ -435,7 +435,7 @@
     </tr>
     <tr>
       <th align="left">
-        <a href=api/pyplot_api.html#matplotlib.pyplot.getp>getp</a>
+        <a href="api/pyplot_api.html#matplotlib.pyplot.getp">getp</a>
 
       </th>
 
@@ -446,7 +446,7 @@
     </tr>
     <tr>
       <th align="left">
-        <a href=api/pyplot_api.html#matplotlib.pyplot.grid>grid</a>
+        <a href="api/pyplot_api.html#matplotlib.pyplot.grid">grid</a>
 
       </th>
 
@@ -457,7 +457,7 @@
     </tr>
     <tr>
       <th align="left">
-        <a href=api/pyplot_api.html#matplotlib.pyplot.hist>hist</a>
+        <a href="api/pyplot_api.html#matplotlib.pyplot.hist">hist</a>
 
       </th>
 
@@ -468,7 +468,7 @@
     </tr>
     <tr>
       <th align="left">
-        <a href=api/pyplot_api.html#matplotlib.pyplot.hold>hold</a>
+        <a href="api/pyplot_api.html#matplotlib.pyplot.hold">hold</a>
 
       </th>
 
@@ -479,7 +479,7 @@
     </tr>
     <tr>
       <th align="left">
-        <a href=api/pyplot_api.html#matplotlib.pyplot.ioff>ioff</a>
+        <a href="api/pyplot_api.html#matplotlib.pyplot.ioff">ioff</a>
 
       </th>
 
@@ -490,7 +490,7 @@
     </tr>
     <tr>
       <th align="left">
-        <a href=api/pyplot_api.html#matplotlib.pyplot.ion>ion</a>
+        <a href="api/pyplot_api.html#matplotlib.pyplot.ion">ion</a>
 
       </th>
 
@@ -501,7 +501,7 @@
     </tr>
     <tr>
       <th align="left">
-        <a 
href=api/pyplot_api.html#matplotlib.pyplot.isinteractive>isinteractive</a>
+        <a 
href="api/pyplot_api.html#matplotlib.pyplot.isinteractive">isinteractive</a>
 
       </th>
 
@@ -512,7 +512,7 @@
     </tr>
     <tr>
       <th align="left">
-        <a href=api/pyplot_api.html#matplotlib.pyplot.imread>imread</a>
+        <a href="api/pyplot_api.html#matplotlib.pyplot.imread">imread</a>
 
       </th>
 
@@ -523,7 +523,7 @@
     </tr>
     <tr>
       <th align="left">
-        <a href=api/pyplot_api.html#matplotlib.pyplot.imshow>imshow</a>
+        <a href="api/pyplot_api.html#matplotlib.pyplot.imshow">imshow</a>
 
       </th>
 
@@ -534,7 +534,7 @@
     </tr>
     <tr>
       <th align="left">
-        <a href=api/pyplot_api.html#matplotlib.pyplot.ishold>ishold</a>
+        <a href="api/pyplot_api.html#matplotlib.pyplot.ishold">ishold</a>
 
       </th>
 
@@ -545,7 +545,7 @@
     </tr>
     <tr>
       <th align="left">
-        <a href=api/pyplot_api.html#matplotlib.pyplot.legend>legend</a>
+        <a href="api/pyplot_api.html#matplotlib.pyplot.legend">legend</a>
 
       </th>
 
@@ -556,7 +556,7 @@
     </tr>
     <tr>
       <th align="left">
-        <a href=api/pyplot_api.html#matplotlib.pyplot.loglog>loglog</a>
+        <a href="api/pyplot_api.html#matplotlib.pyplot.loglog">loglog</a>
 
       </th>
 
@@ -567,7 +567,7 @@
     </tr>
     <tr>
       <th align="left">
-        <a href=api/pyplot_api.html#matplotlib.pyplot.matshow>matshow</a>
+        <a href="api/pyplot_api.html#matplotlib.pyplot.matshow">matshow</a>
 
       </th>
 
@@ -578,7 +578,7 @@
     </tr>
     <tr>
       <th align="left">
-        <a href=api/pyplot_api.html#matplotlib.pyplot.pcolor>pcolor</a>
+        <a href="api/pyplot_api.html#matplotlib.pyplot.pcolor">pcolor</a>
 
       </th>
 
@@ -589,7 +589,7 @@
     </tr>
     <tr>
       <th align="left">
-        <a href=api/pyplot_api.html#matplotlib.pyplot.pcolormesh>pcolormesh</a>
+        <a 
href="api/pyplot_api.html#matplotlib.pyplot.pcolormesh">pcolormesh</a>
 
       </th>
 
@@ -600,7 +600,7 @@
     </tr>
     <tr>
       <th align="left">
-        <a href=api/pyplot_api.html#matplotlib.pyplot.pie>pie</a>
+        <a href="api/pyplot_api.html#matplotlib.pyplot.pie">pie</a>
 
       </th>
 
@@ -611,7 +611,7 @@
     </tr>
     <tr>
       <th align="left">
-        <a href=api/pyplot_api.html#matplotlib.pyplot.plot>plot</a>
+        <a href="api/pyplot_api.html#matplotlib.pyplot.plot">plot</a>
 
       </th>
 
@@ -622,7 +622,7 @@
     </tr>
     <tr>
       <th align="left">
-        <a href=api/pyplot_api.html#matplotlib.pyplot.plot_date>plot_date</a>
+        <a href="api/pyplot_api.html#matplotlib.pyplot.plot_date">plot_date</a>
 
       </th>
 
@@ -633,7 +633,7 @@
     </tr>
     <tr>
       <th align="left">
-        <a href=api/pyplot_api.html#matplotlib.pyplot.plotfile>plotfile</a>
+        <a href="api/pyplot_api.html#matplotlib.pyplot.plotfile">plotfile</a>
 
       </th>
 
@@ -644,7 +644,7 @@
     </tr>
     <tr>
       <th align="left">
-        <a href=api/pyplot_api.html#matplotlib.pyplot.pie>pie</a>
+        <a href="api/pyplot_api.html#matplotlib.pyplot.pie">pie</a>
 
       </th>
 
@@ -655,7 +655,7 @@
     </tr>
     <tr>
       <th align="left">
-        <a href=api/pyplot_api.html#matplotlib.pyplot.polar>polar</a>
+        <a href="api/pyplot_api.html#matplotlib.pyplot.polar">polar</a>
 
       </th>
 
@@ -666,7 +666,7 @@
     </tr>
     <tr>
       <th align="left">
-        <a href=api/pyplot_api.html#matplotlib.pyplot.psd>psd</a>
+        <a href="api/pyplot_api.html#matplotlib.pyplot.psd">psd</a>
 
       </th>
 
@@ -677,7 +677,7 @@
     </tr>
     <tr>
       <th align="left">
-        <a href=api/pyplot_api.html#matplotlib.pyplot.quiver>quiver</a>
+        <a href="api/pyplot_api.html#matplotlib.pyplot.quiver">quiver</a>
 
       </th>
 
@@ -688,7 +688,7 @@
     </tr>
     <tr>
       <th align="left">
-        <a href=api/pyplot_api.html#matplotlib.pyplot.rc>rc</a>
+        <a href="api/pyplot_api.html#matplotlib.pyplot.rc">rc</a>
 
       </th>
 
@@ -699,7 +699,7 @@
     </tr>
     <tr>
       <th align="left">
-        <a href=api/pyplot_api.html#matplotlib.pyplot.rgrids>rgrids</a>
+        <a href="api/pyplot_api.html#matplotlib.pyplot.rgrids">rgrids</a>
 
       </th>
 
@@ -710,7 +710,7 @@
     </tr>
     <tr>
       <th align="left">
-        <a href=api/pyplot_api.html#matplotlib.pyplot.savefig>savefig</a>
+        <a href="api/pyplot_api.html#matplotlib.pyplot.savefig">savefig</a>
 
       </th>
 
@@ -721,7 +721,7 @@
     </tr>
     <tr>
       <th align="left">
-        <a href=api/pyplot_api.html#matplotlib.pyplot.scatter>scatter</a>
+        <a href="api/pyplot_api.html#matplotlib.pyplot.scatter">scatter</a>
 
       </th>
 
@@ -732,7 +732,7 @@
     </tr>
     <tr>
       <th align="left">
-        <a href=api/pyplot_api.html#matplotlib.pyplot.setp>setp</a>
+        <a href="api/pyplot_api.html#matplotlib.pyplot.setp">setp</a>
 
       </th>
 
@@ -743,7 +743,7 @@
     </tr>
     <tr>
       <th align="left">
-        <a href=api/pyplot_api.html#matplotlib.pyplot.semilogx>semilogx</a>
+        <a href="api/pyplot_api.html#matplotlib.pyplot.semilogx">semilogx</a>
 
       </th>
 
@@ -754,7 +754,7 @@
     </tr>
     <tr>
       <th align="left">
-        <a href=api/pyplot_api.html#matplotlib.pyplot.semilogy>semilogy</a>
+        <a href="api/pyplot_api.html#matplotlib.pyplot.semilogy">semilogy</a>
 
       </th>
 
@@ -765,7 +765,7 @@
     </tr>
     <tr>
       <th align="left">
-        <a href=api/pyplot_api.html#matplotlib.pyplot.show>show</a>
+        <a href="api/pyplot_api.html#matplotlib.pyplot.show">show</a>
 
       </th>
 
@@ -776,7 +776,7 @@
     </tr>
     <tr>
       <th align="left">
-        <a href=api/pyplot_api.html#matplotlib.pyplot.specgram>specgram</a>
+        <a href="api/pyplot_api.html#matplotlib.pyplot.specgram">specgram</a>
 
       </th>
 
@@ -787,7 +787,7 @@
     </tr>
     <tr>
       <th align="left">
-        <a href=api/pyplot_api.html#matplotlib.pyplot.spy>spy</a>
+        <a href="api/pyplot_api.html#matplotlib.pyplot.spy">spy</a>
 
       </th>
 
@@ -798,7 +798,7 @@
     </tr>
     <tr>
       <th align="left">
-        <a href=api/pyplot_api.html#matplotlib.pyplot.stem>stem</a>
+        <a href="api/pyplot_api.html#matplotlib.pyplot.stem">stem</a>
 
       </th>
 
@@ -809,7 +809,7 @@
     </tr>
     <tr>
       <th align="left">
-        <a href=api/pyplot_api.html#matplotlib.pyplot.subplot>subplot</a>
+        <a href="api/pyplot_api.html#matplotlib.pyplot.subplot">subplot</a>
 
       </th>
 
@@ -820,7 +820,7 @@
     </tr>
     <tr>
       <th align="left">
-        <a 
href=api/pyplot_api.html#matplotlib.pyplot.subplots_adjust>subplots_adjust</a>
+        <a 
href="api/pyplot_api.html#matplotlib.pyplot.subplots_adjust">subplots_adjust</a>
 
       </th>
 
@@ -831,7 +831,7 @@
     </tr>
     <tr>
       <th align="left">
-        <a 
href=api/pyplot_api.html#matplotlib.pyplot.subplot_tool>subplot_tool</a>
+        <a 
href="api/pyplot_api.html#matplotlib.pyplot.subplot_tool">subplot_tool</a>
 
       </th>
 
@@ -842,7 +842,7 @@
     </tr>
     <tr>
       <th align="left">
-        <a href=api/pyplot_api.html#matplotlib.pyplot.suptitle>suptitle</a>
+        <a href="api/pyplot_api.html#matplotlib.pyplot.suptitle">suptitle</a>
 
       </th>
 
@@ -853,7 +853,7 @@
     </tr>
     <tr>
       <th align="left">
-        <a href=api/pyplot_api.html#matplotlib.pyplot.table>table</a>
+        <a href="api/pyplot_api.html#matplotlib.pyplot.table">table</a>
 
       </th>
 
@@ -864,7 +864,7 @@
     </tr>
     <tr>
       <th align="left">
-        <a href=api/pyplot_api.html#matplotlib.pyplot.text>text</a>
+        <a href="api/pyplot_api.html#matplotlib.pyplot.text">text</a>
 
       </th>
 
@@ -875,7 +875,7 @@
     </tr>
     <tr>
       <th align="left">
-        <a href=api/pyplot_api.html#matplotlib.pyplot.thetagrids>thetagrids</a>
+        <a 
href="api/pyplot_api.html#matplotlib.pyplot.thetagrids">thetagrids</a>
 
       </th>
 
@@ -886,7 +886,7 @@
     </tr>
     <tr>
       <th align="left">
-        <a href=api/pyplot_api.html#matplotlib.pyplot.title>title</a>
+        <a href="api/pyplot_api.html#matplotlib.pyplot.title">title</a>
 
       </th>
 
@@ -897,7 +897,7 @@
     </tr>
     <tr>
       <th align="left">
-        <a href=api/pyplot_api.html#matplotlib.pyplot.xcorr>xcorr</a>
+        <a href="api/pyplot_api.html#matplotlib.pyplot.xcorr">xcorr</a>
 
       </th>
 
@@ -908,7 +908,7 @@
     </tr>
     <tr>
       <th align="left">
-        <a href=api/pyplot_api.html#matplotlib.pyplot.xlim>xlim</a>
+        <a href="api/pyplot_api.html#matplotlib.pyplot.xlim">xlim</a>
 
       </th>
 
@@ -919,7 +919,7 @@
     </tr>
     <tr>
       <th align="left">
-        <a href=api/pyplot_api.html#matplotlib.pyplot.ylim>ylim</a>
+        <a href="api/pyplot_api.html#matplotlib.pyplot.ylim">ylim</a>
 
       </th>
 
@@ -930,7 +930,7 @@
     </tr>
     <tr>
       <th align="left">
-        <a href=api/pyplot_api.html#matplotlib.pyplot.xticks>xticks</a>
+        <a href="api/pyplot_api.html#matplotlib.pyplot.xticks">xticks</a>
 
       </th>
 
@@ -941,7 +941,7 @@
     </tr>
     <tr>
       <th align="left">
-        <a href=api/pyplot_api.html#matplotlib.pyplot.yticks>yticks</a>
+        <a href="api/pyplot_api.html#matplotlib.pyplot.yticks">yticks</a>
 
       </th>
 
@@ -952,7 +952,7 @@
     </tr>
     <tr>
       <th align="left">
-        <a href=api/pyplot_api.html#matplotlib.pyplot.xlabel>xlabel</a>
+        <a href="api/pyplot_api.html#matplotlib.pyplot.xlabel">xlabel</a>
 
       </th>
 
@@ -963,7 +963,7 @@
     </tr>
     <tr>
       <th align="left">
-        <a href=api/pyplot_api.html#matplotlib.pyplot.ylabel>ylabel</a>
+        <a href="api/pyplot_api.html#matplotlib.pyplot.ylabel">ylabel</a>
 
       </th>
 
@@ -974,7 +974,7 @@
     </tr>
     <tr>
       <th align="left">
-        <a href=api/pyplot_api.html#matplotlib.pyplot.autumn>autumn</a>
+        <a href="api/pyplot_api.html#matplotlib.pyplot.autumn">autumn</a>
 
       </th>
 
@@ -985,7 +985,7 @@
     </tr>
     <tr>
       <th align="left">
-        <a href=api/pyplot_api.html#matplotlib.pyplot.bone>bone</a>
+        <a href="api/pyplot_api.html#matplotlib.pyplot.bone">bone</a>
 
       </th>
 
@@ -996,7 +996,7 @@
     </tr>
     <tr>
       <th align="left">
-        <a href=api/pyplot_api.html#matplotlib.pyplot.cool>cool</a>
+        <a href="api/pyplot_api.html#matplotlib.pyplot.cool">cool</a>
 
       </th>
 
@@ -1007,7 +1007,7 @@
     </tr>
     <tr>
       <th align="left">
-        <a href=api/pyplot_api.html#matplotlib.pyplot.copper>copper</a>
+        <a href="api/pyplot_api.html#matplotlib.pyplot.copper">copper</a>
 
       </th>
 
@@ -1018,7 +1018,7 @@
     </tr>
     <tr>
       <th align="left">
-        <a href=api/pyplot_api.html#matplotlib.pyplot.flag>flag</a>
+        <a href="api/pyplot_api.html#matplotlib.pyplot.flag">flag</a>
 
       </th>
 
@@ -1029,7 +1029,7 @@
     </tr>
     <tr>
       <th align="left">
-        <a href=api/pyplot_api.html#matplotlib.pyplot.gray>gray</a>
+        <a href="api/pyplot_api.html#matplotlib.pyplot.gray">gray</a>
 
       </th>
 
@@ -1040,7 +1040,7 @@
     </tr>
     <tr>
       <th align="left">
-        <a href=api/pyplot_api.html#matplotlib.pyplot.hot>hot</a>
+        <a href="api/pyplot_api.html#matplotlib.pyplot.hot">hot</a>
 
       </th>
 
@@ -1051,7 +1051,7 @@
     </tr>
     <tr>
       <th align="left">
-        <a href=api/pyplot_api.html#matplotlib.pyplot.hsv>hsv</a>
+        <a href="api/pyplot_api.html#matplotlib.pyplot.hsv">hsv</a>
 
       </th>
 
@@ -1062,7 +1062,7 @@
     </tr>
     <tr>
       <th align="left">
-        <a href=api/pyplot_api.html#matplotlib.pyplot.jet>jet</a>
+        <a href="api/pyplot_api.html#matplotlib.pyplot.jet">jet</a>
 
       </th>
 
@@ -1073,7 +1073,7 @@
     </tr>
     <tr>
       <th align="left">
-        <a href=api/pyplot_api.html#matplotlib.pyplot.pink>pink</a>
+        <a href="api/pyplot_api.html#matplotlib.pyplot.pink">pink</a>
 
       </th>
 
@@ -1084,7 +1084,7 @@
     </tr>
     <tr>
       <th align="left">
-        <a href=api/pyplot_api.html#matplotlib.pyplot.prism>prism</a>
+        <a href="api/pyplot_api.html#matplotlib.pyplot.prism">prism</a>
 
       </th>
 
@@ -1095,7 +1095,7 @@
     </tr>
     <tr>
       <th align="left">
-        <a href=api/pyplot_api.html#matplotlib.pyplot.spring>spring</a>
+        <a href="api/pyplot_api.html#matplotlib.pyplot.spring">spring</a>
 
       </th>
 
@@ -1106,7 +1106,7 @@
     </tr>
     <tr>
       <th align="left">
-        <a href=api/pyplot_api.html#matplotlib.pyplot.summer>summer</a>
+        <a href="api/pyplot_api.html#matplotlib.pyplot.summer">summer</a>
 
       </th>
 
@@ -1117,7 +1117,7 @@
     </tr>
     <tr>
       <th align="left">
-        <a href=api/pyplot_api.html#matplotlib.pyplot.winter>winter</a>
+        <a href="api/pyplot_api.html#matplotlib.pyplot.winter">winter</a>
 
       </th>
 
@@ -1128,7 +1128,7 @@
     </tr>
     <tr>
       <th align="left">
-        <a href=api/pyplot_api.html#matplotlib.pyplot.spectral>spectral</a>
+        <a href="api/pyplot_api.html#matplotlib.pyplot.spectral">spectral</a>
 
       </th>
 

Modified: trunk/matplotlib/doc/_templates/indexsidebar.html
===================================================================
--- trunk/matplotlib/doc/_templates/indexsidebar.html   2008-10-17 12:56:03 UTC 
(rev 6234)
+++ trunk/matplotlib/doc/_templates/indexsidebar.html   2008-10-17 13:08:33 UTC 
(rev 6235)
@@ -1,42 +1,49 @@
 <h3>Download</h3>
 <p>Current version: <b>{{ version }}</b></p>
-<p>Download matplotlib from the sourceforge <a
-href="http://sourceforge.net/projects/matplotlib";>project</a> page
-(but first take a look at the <a
-href="{{ pathto('users/installing') }}">installing</a> page).
 
-<p>
-There are several matplotlib addon <a href="{{
-pathto('users/toolkits') }}">toolkits</a>, including the
-projection and mapping toolkit <a 
href=http://matplotlib.sf.net/basemap/doc/html>basemap</a>.
-</p>
+<p>Download matplotlib from the
+sourceforge <a href="http://sourceforge.net/projects/matplotlib";>project</a>
+page (but first take a look at the <a href="{{
+pathto('users/installing') }}">installing</a> page).</p>
 
+<p>There are several matplotlib addon <a href="{{
+pathto('users/toolkits') }}">toolkits</a>, including the projection
+and mapping toolkit
+<a href="http://matplotlib.sf.net/basemap/doc/html";>basemap</a>.</p>
+
 <h3>Need help?</h3>
+
 <p>Check the <a href="{{ pathto('users/index') }}">user</a> guide,
 the <a href="{{ pathto('faq/index') }}">faq</a>, the <a href="{{
-pathto('api/index') }}"}>api</a> docs,
-<a href=http://www.nabble.com/matplotlib---users-f2906.html>archives</a>,
+pathto('api/index') }}">api</a> docs,
+<a href="http://www.nabble.com/matplotlib---users-f2906.html";>archives</a>,
 and join the matplotlib
 mailing <a href="http://sourceforge.net/mail/?group_id=80706";>lists</a>.
-The <a href="{{ pathto('search') }}">search</a> tool
-searches all of the documentation, including full text search of
-almost 300 complete examples which exercise almost every corner of
-matplotlib.
+The <a href="{{ pathto('search') }}">search</a> tool searches all of
+the documentation, including full text search of almost 300 complete
+examples which exercise almost every corner of matplotlib.</p>
 
-<p>You can file bugs, patches and feature requests on the sourceforge <a 
href="http://sourceforge.net/tracker2/?group_id=80706";>tracker</a>, but it is a 
good idea to ping us on the mailing list too.</p>
+<p>You can file bugs, patches and feature requests on the
+sourceforge
+<a href="http://sourceforge.net/tracker2/?group_id=80706";>tracker</a>,
+but it is a good idea to ping us on the mailing list too.</p>
 
 <h3>Screenshots</h3>
 
-<a href="{{ pathto('users/screenshots') }}"><img align=center src="{{
-pathto('_static/logo_sidebar.png', 1) }} "border="0"></a>
+<p><a href="{{ pathto('users/screenshots') }}"><img align="middle"
+src="{{ pathto('_static/logo_sidebar.png', 1) }}" border="0"
+alt="screenshots"/></a></p>
 
-<a href="{{ pathto('users/screenshots') }}">screenshots</a> and <a 
href=examples/index.html>examples</a> 
+<p><a href="{{ pathto('users/screenshots') }}">screenshots</a> and
+<a href="examples/index.html">examples</a></p>
 
 <h3>Other stuff</h3>
 
-<p>The matplotlib <a href="{{ pathto('users/license') }}">license</a> is based 
on the Python Software Foundation
-<a href=http://www.python.org/psf/license>(PSF)</a> license.</p>
+<p>The matplotlib <a href="{{ pathto('users/license') }}">license</a>
+is based on the Python Software Foundation
+<a href="http://www.python.org/psf/license";>(PSF)</a> license.</p>
 
-<p>There is an active developer community and a long list of people 
-who have made significant <a href="{{ pathto('users/credits') 
}}">contributions</a>.</p>
+<p>There is an active developer community and a long list of people
+who have made significant <a href="{{ pathto('users/credits')
+}}">contributions</a>.</p>
 

Modified: trunk/matplotlib/doc/_templates/layout.html
===================================================================
--- trunk/matplotlib/doc/_templates/layout.html 2008-10-17 12:56:03 UTC (rev 
6234)
+++ trunk/matplotlib/doc/_templates/layout.html 2008-10-17 13:08:33 UTC (rev 
6235)
@@ -10,7 +10,7 @@
 {% block relbar1 %}
 <div style="background-color: white; text-align: left; padding: 10px 10px 15px 
15px">
 <a href="{{ pathto('index') }}"><img src="{{
-pathto("_static/logo2.png", 1) }}" border="0"></a>
+pathto("_static/logo2.png", 1) }}" border="0" alt="matplotlib"/></a>
 </div>
 {{ super() }}
 {% endblock %}


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
Matplotlib-checkins@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to