Revision: 6605
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6605&view=rev
Author: jdh2358
Date: 2008-12-15 03:22:17 +0000 (Mon, 15 Dec 2008)
Log Message:
-----------
fixed a few doc bugs
Modified Paths:
--------------
trunk/matplotlib/doc/_templates/gallery.html
trunk/matplotlib/doc/_templates/indexsidebar.html
trunk/matplotlib/doc/users/intro.rst
Modified: trunk/matplotlib/doc/_templates/gallery.html
===================================================================
--- trunk/matplotlib/doc/_templates/gallery.html 2008-12-14 17:16:38 UTC
(rev 6604)
+++ trunk/matplotlib/doc/_templates/gallery.html 2008-12-15 03:22:17 UTC
(rev 6605)
@@ -169,6 +169,8 @@
<a href="examples/pylab_examples/customize_rc.html"><img
src="_static/plot_directive/mpl_examples/pylab_examples/thumbnails/customize_rc.png"
border="0" alt="customize_rc"/></a>
+<a href="examples/pylab_examples/dannys_example.html"><img
src="_static/plot_directive/mpl_examples/pylab_examples/thumbnails/dannys_example.png"
border="0" alt="dannys_example"/></a>
+
<a href="examples/pylab_examples/dash_control.html"><img
src="_static/plot_directive/mpl_examples/pylab_examples/thumbnails/dash_control.png"
border="0" alt="dash_control"/></a>
<a href="examples/pylab_examples/dashpointlabel.html"><img
src="_static/plot_directive/mpl_examples/pylab_examples/thumbnails/dashpointlabel.png"
border="0" alt="dashpointlabel"/></a>
@@ -475,6 +477,8 @@
<a href="examples/pylab_examples/step_demo.html"><img
src="_static/plot_directive/mpl_examples/pylab_examples/thumbnails/step_demo.png"
border="0" alt="step_demo"/></a>
+<a href="examples/pylab_examples/stix_fonts_demo.html"><img
src="_static/plot_directive/mpl_examples/pylab_examples/thumbnails/stix_fonts_demo.png"
border="0" alt="stix_fonts_demo"/></a>
+
<a href="examples/pylab_examples/subplot_demo.html"><img
src="_static/plot_directive/mpl_examples/pylab_examples/thumbnails/subplot_demo.png"
border="0" alt="subplot_demo"/></a>
<a href="examples/pylab_examples/subplot_toolbar.html"><img
src="_static/plot_directive/mpl_examples/pylab_examples/thumbnails/subplot_toolbar_00.png"
border="0" alt="subplot_toolbar"/></a>
@@ -487,6 +491,8 @@
<a href="examples/pylab_examples/table_demo.html"><img
src="_static/plot_directive/mpl_examples/pylab_examples/thumbnails/table_demo.png"
border="0" alt="table_demo"/></a>
+<a href="examples/pylab_examples/tex_demo.html"><img
src="_static/plot_directive/mpl_examples/pylab_examples/thumbnails/tex_demo.png"
border="0" alt="tex_demo"/></a>
+
<a href="examples/pylab_examples/text_handles.html"><img
src="_static/plot_directive/mpl_examples/pylab_examples/thumbnails/text_handles.png"
border="0" alt="text_handles"/></a>
<a href="examples/pylab_examples/text_rotation.html"><img
src="_static/plot_directive/mpl_examples/pylab_examples/thumbnails/text_rotation.png"
border="0" alt="text_rotation"/></a>
@@ -503,6 +509,8 @@
<a href="examples/pylab_examples/unicode_demo.html"><img
src="_static/plot_directive/mpl_examples/pylab_examples/thumbnails/unicode_demo.png"
border="0" alt="unicode_demo"/></a>
+<a href="examples/pylab_examples/usetex_demo.html"><img
src="_static/plot_directive/mpl_examples/pylab_examples/thumbnails/usetex_demo.png"
border="0" alt="usetex_demo"/></a>
+
<a href="examples/pylab_examples/vertical_ticklabels.html"><img
src="_static/plot_directive/mpl_examples/pylab_examples/thumbnails/vertical_ticklabels.png"
border="0" alt="vertical_ticklabels"/></a>
<a href="examples/pylab_examples/vline_demo.html"><img
src="_static/plot_directive/mpl_examples/pylab_examples/thumbnails/vline_demo.png"
border="0" alt="vline_demo"/></a>
Modified: trunk/matplotlib/doc/_templates/indexsidebar.html
===================================================================
--- trunk/matplotlib/doc/_templates/indexsidebar.html 2008-12-14 17:16:38 UTC
(rev 6604)
+++ trunk/matplotlib/doc/_templates/indexsidebar.html 2008-12-15 03:22:17 UTC
(rev 6605)
@@ -1,11 +1,11 @@
<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). Here's a summary of <a href="{{
-pathto('users/whats_new') }}">what's new</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). Here's a summary
+of <a href="{{ pathto('users/whats_new') }}">what's new</a>. </p>
<p>There are several matplotlib addon <a href="{{
pathto('users/toolkits') }}">toolkits</a>, including the projection
Modified: trunk/matplotlib/doc/users/intro.rst
===================================================================
--- trunk/matplotlib/doc/users/intro.rst 2008-12-14 17:16:38 UTC (rev
6604)
+++ trunk/matplotlib/doc/users/intro.rst 2008-12-15 03:22:17 UTC (rev
6605)
@@ -2,11 +2,11 @@
============
matplotlib is a library for making 2D plots of arrays in `Python
-<http://www.python.org>`. Although it has its origins in emulating
-the `MATLAB™ <http://www.mathworks.com>` graphics commands, it is
+<http://www.python.org>`_. Although it has its origins in emulating
+the `MATLAB™ <http://www.mathworks.com>`_ graphics commands, it is
independent of MATLAB, and can be used in a Pythonic, object oriented
way. Although matplotlib is written primarily in pure Python, it
-makes heavy use of `NumPy <http://www.numpy.org>` and other extension
+makes heavy use of `NumPy <http://www.numpy.org>`_ and other extension
code to provide good performance even for large arrays.
matplotlib is designed with the philosophy that you should be able to
@@ -25,7 +25,7 @@
programming language, and decided to start over in Python. Python
more than makes up for all of MATLAB's deficiencies as a programming
language, but I was having difficulty finding a 2D plotting package
-(for 3D `VTK <http://www.vtk.org/>` more than exceeds all of my
+(for 3D `VTK <http://www.vtk.org/>`_ more than exceeds all of my
needs).
When I went searching for a Python plotting package, I had several
@@ -67,16 +67,16 @@
devices, aka renderers, that transform the frontend representation to
hardcopy or a display device (:ref:`what-is-a-backend`). Example
backends: PS creates `PostScript®
-<http://http://www.adobe.com/products/postscript/>` hardcopy, SVG
-creates `Scalable Vector Graphics <http://www.w3.org/Graphics/SVG/>`
+<http://http://www.adobe.com/products/postscript/>`_ hardcopy, SVG
+creates `Scalable Vector Graphics <http://www.w3.org/Graphics/SVG/>`_
hardcopy, Agg creates PNG output using the high quality `Anti-Grain
-Geometry <http://www.antigrain.com>` library that ships with
-matplotlib, GTK embeds matplotlib in a `Gtk+ <http://www.gtk.org/>`
+Geometry <http://www.antigrain.com>`_ library that ships with
+matplotlib, GTK embeds matplotlib in a `Gtk+ <http://www.gtk.org/>`_
application, GTKAgg uses the Anti-Grain renderer to create a figure
and embed it a Gtk+ application, and so on for `PDF
-<http://www.adobe.com/products/acrobat/adobepdf.html>`, `WxWidgets
-<http://www.wxpython.org/>`, `Tkinter
-<http://docs.python.org/lib/module-Tkinter.html>` etc.
+<http://www.adobe.com/products/acrobat/adobepdf.html>`_, `WxWidgets
+<http://www.wxpython.org/>`_, `Tkinter
+<http://docs.python.org/lib/module-Tkinter.html>`_ etc.
matplotlib is used by many people in many different contexts. Some
people want to automatically generate PostScript files to send
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you. Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins