Revision: 6248
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6248&view=rev
Author:   jdh2358
Date:     2008-10-17 18:14:01 +0000 (Fri, 17 Oct 2008)

Log Message:
-----------
moved the screenshots link to the center

Modified Paths:
--------------
    trunk/matplotlib/doc/_templates/index.html
    trunk/matplotlib/doc/_templates/indexsidebar.html
    trunk/matplotlib/doc/api/axes_api.rst
    trunk/matplotlib/doc/make.py

Modified: trunk/matplotlib/doc/_templates/index.html
===================================================================
--- trunk/matplotlib/doc/_templates/index.html  2008-10-17 18:01:18 UTC (rev 
6247)
+++ trunk/matplotlib/doc/_templates/index.html  2008-10-17 18:14:01 UTC (rev 
6248)
@@ -15,10 +15,19 @@
 
   <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</p>
+  errorcharts, scatterplots, etc, with just a few lines of code.  
+  For a sampling, see the <a href="{{ pathto('users/screenshots') 
}}">screenshots</a> and
+<a href="examples/index.html">examples</a></p>
 
+  <p align="center"><a href="{{ pathto('users/screenshots') }}"><img 
align="middle"
+  src="{{ pathto('_static/logo_sidebar_horiz.png', 1) }}" border="0"
+  alt="screenshots"/></a></p>
+
+
+  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</p>
+
   <pre>
   >>> from pylab import randn, hist
   >>> x = randn(10000)
@@ -26,9 +35,8 @@
 
   <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>
+  or via a handle graphics interface familiar to Matlab&reg; users.  
+  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>

Modified: trunk/matplotlib/doc/_templates/indexsidebar.html
===================================================================
--- trunk/matplotlib/doc/_templates/indexsidebar.html   2008-10-17 18:01:18 UTC 
(rev 6247)
+++ trunk/matplotlib/doc/_templates/indexsidebar.html   2008-10-17 18:14:01 UTC 
(rev 6248)
@@ -28,15 +28,7 @@
 <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>
 
-<p><a href="{{ pathto('users/screenshots') }}"><img align="middle"
-src="{{ pathto('_static/logo_sidebar.png', 1) }}" border="0"
-alt="screenshots"/></a></p>
-
-<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>

Modified: trunk/matplotlib/doc/api/axes_api.rst
===================================================================
--- trunk/matplotlib/doc/api/axes_api.rst       2008-10-17 18:01:18 UTC (rev 
6247)
+++ trunk/matplotlib/doc/api/axes_api.rst       2008-10-17 18:14:01 UTC (rev 
6248)
@@ -10,3 +10,4 @@
    :members:
    :undoc-members:
    :show-inheritance:
+ 

Modified: trunk/matplotlib/doc/make.py
===================================================================
--- trunk/matplotlib/doc/make.py        2008-10-17 18:01:18 UTC (rev 6247)
+++ trunk/matplotlib/doc/make.py        2008-10-17 18:14:01 UTC (rev 6248)
@@ -16,7 +16,7 @@
 
 def sf():
     'push a copy to the sf site'
-    os.system('cd build/html; rsync -avz . jdh2358,[EMAIL 
PROTECTED]:/home/groups/m/ma/matplotlib/htdocs/ -essh')
+    os.system('cd build/html; rsync -avz . jdh2358,[EMAIL 
PROTECTED]:/home/groups/m/ma/matplotlib/htdocs/ -essh --cvs-exclude')
     # we are now doing this in the doc/examples build 
     #os.system('cd ~/mpl/examples; svn-clean; cd ..; rsync -avz examples 
jdh2358,[EMAIL PROTECTED]:/home/groups/m/ma/matplotlib/htdocs/ -essh 
--cvs-exclude --delete')
 


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