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

Skip to content

Commit 78a97a6

Browse files
committed
Fix w3c compliance. (Xavier Gnata)
svn path=/trunk/matplotlib/; revision=6304
1 parent 8540e92 commit 78a97a6

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

doc/_templates/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ <h1>Welcome</h1>
2424
alt="screenshots"/></a></p>
2525

2626

27-
For example, to generate 10,000 gaussian random numbers and make a
27+
<p>For example, to generate 10,000 gaussian random numbers and make a
2828
histogram plot binning the data into 100 bins, you simply need to
2929
type</p>
3030

@@ -38,8 +38,8 @@ <h1>Welcome</h1>
3838
or via a handle graphics interface familiar to Matlab&reg; users.
3939
The pylab mode provides all of the <a href="api/pyplot_api.html">pyplot</a> plotting
4040
functions listed below, as well as non-plotting functions from
41-
<a href=http://scipy.org/Numpy_Example_List_With_Doc>numpy</a> and
42-
<a href="api/mlab_api.html">matplotlib.mlab</a> </p>
41+
<a href="http://scipy.org/Numpy_Example_List_With_Doc">numpy</a> and
42+
<a href="api/mlab_api.html">matplotlib.mlab</a>.</p>
4343

4444
<h3>Plotting commands</h3> <br/>
4545

doc/_templates/indexsidebar.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ <h3>Download</h3>
1111
and mapping toolkit
1212
<a href="http://matplotlib.sf.net/basemap/doc/html">basemap</a>.</p>
1313

14-
<p>Please <a href=https://sourceforge.net/my/donations.php>donate</a>
15-
to support matplotlib development</p>
14+
<p>Please <a href="https://sourceforge.net/my/donations.php">donate</a>
15+
to support matplotlib development.</p>
1616

1717
<h3>Need help?</h3>
1818

0 commit comments

Comments
 (0)