Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 84dc3cd

Browse files
committed
fixed a few doc bugs
svn path=/trunk/matplotlib/; revision=6605
1 parent ed95916 commit 84dc3cd

3 files changed

Lines changed: 24 additions & 16 deletions

File tree

doc/_templates/gallery.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,8 @@ <h3>Click on any image to see full size image and source code</h3>
169169

170170
<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>
171171

172+
<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>
173+
172174
<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>
173175

174176
<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 @@ <h3>Click on any image to see full size image and source code</h3>
475477

476478
<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>
477479

480+
<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>
481+
478482
<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>
479483

480484
<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 @@ <h3>Click on any image to see full size image and source code</h3>
487491

488492
<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>
489493

494+
<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>
495+
490496
<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>
491497

492498
<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 @@ <h3>Click on any image to see full size image and source code</h3>
503509

504510
<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>
505511

512+
<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>
513+
506514
<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>
507515

508516
<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>

doc/_templates/indexsidebar.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<h3>Download</h3>
22
<p>Current version: <b>{{ version }}</b></p>
33

4-
<p>Download matplotlib from the sourceforge <a
5-
href="http://sourceforge.net/projects/matplotlib">project</a> page
6-
(but first take a look at the <a href="{{ pathto('users/installing')
7-
}}">installing</a> page). Here's a summary of <a href="{{
8-
pathto('users/whats_new') }}">what's new</a>. </p>
4+
<p>Download matplotlib from the
5+
sourceforge <a href="http://sourceforge.net/projects/matplotlib">project</a>
6+
page (but first take a look at the <a href="{{
7+
pathto('users/installing') }}">installing</a> page). Here's a summary
8+
of <a href="{{ pathto('users/whats_new') }}">what's new</a>. </p>
99

1010
<p>There are several matplotlib addon <a href="{{
1111
pathto('users/toolkits') }}">toolkits</a>, including the projection

doc/users/intro.rst

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ Introduction
22
============
33

44
matplotlib is a library for making 2D plots of arrays in `Python
5-
<http://www.python.org>`. Although it has its origins in emulating
6-
the `MATLAB™ <http://www.mathworks.com>` graphics commands, it is
5+
<http://www.python.org>`_. Although it has its origins in emulating
6+
the `MATLAB™ <http://www.mathworks.com>`_ graphics commands, it is
77
independent of MATLAB, and can be used in a Pythonic, object oriented
88
way. Although matplotlib is written primarily in pure Python, it
9-
makes heavy use of `NumPy <http://www.numpy.org>` and other extension
9+
makes heavy use of `NumPy <http://www.numpy.org>`_ and other extension
1010
code to provide good performance even for large arrays.
1111

1212
matplotlib is designed with the philosophy that you should be able to
@@ -25,7 +25,7 @@ structures, I began to strain against the limitations of MATLAB as a
2525
programming language, and decided to start over in Python. Python
2626
more than makes up for all of MATLAB's deficiencies as a programming
2727
language, but I was having difficulty finding a 2D plotting package
28-
(for 3D `VTK <http://www.vtk.org/>` more than exceeds all of my
28+
(for 3D `VTK <http://www.vtk.org/>`_ more than exceeds all of my
2929
needs).
3030

3131
When I went searching for a Python plotting package, I had several
@@ -67,16 +67,16 @@ nothing about output. The *backends* are device dependent drawing
6767
devices, aka renderers, that transform the frontend representation to
6868
hardcopy or a display device (:ref:`what-is-a-backend`). Example
6969
backends: PS creates `PostScript®
70-
<http://http://www.adobe.com/products/postscript/>` hardcopy, SVG
71-
creates `Scalable Vector Graphics <http://www.w3.org/Graphics/SVG/>`
70+
<http://http://www.adobe.com/products/postscript/>`_ hardcopy, SVG
71+
creates `Scalable Vector Graphics <http://www.w3.org/Graphics/SVG/>`_
7272
hardcopy, Agg creates PNG output using the high quality `Anti-Grain
73-
Geometry <http://www.antigrain.com>` library that ships with
74-
matplotlib, GTK embeds matplotlib in a `Gtk+ <http://www.gtk.org/>`
73+
Geometry <http://www.antigrain.com>`_ library that ships with
74+
matplotlib, GTK embeds matplotlib in a `Gtk+ <http://www.gtk.org/>`_
7575
application, GTKAgg uses the Anti-Grain renderer to create a figure
7676
and embed it a Gtk+ application, and so on for `PDF
77-
<http://www.adobe.com/products/acrobat/adobepdf.html>`, `WxWidgets
78-
<http://www.wxpython.org/>`, `Tkinter
79-
<http://docs.python.org/lib/module-Tkinter.html>` etc.
77+
<http://www.adobe.com/products/acrobat/adobepdf.html>`_, `WxWidgets
78+
<http://www.wxpython.org/>`_, `Tkinter
79+
<http://docs.python.org/lib/module-Tkinter.html>`_ etc.
8080

8181
matplotlib is used by many people in many different contexts. Some
8282
people want to automatically generate PostScript files to send

0 commit comments

Comments
 (0)