Skip to content

Commit c96a7d0

Browse files
committed
Merge pull request matplotlib#134 from WeatherGod/docfix/smalltypos
A reposting of the docfix/smalltypos pull request
2 parents 22222e4 + 6186817 commit c96a7d0

35 files changed

+354
-250
lines changed

doc/_templates/indexsidebar.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ <h3>News</h3>
55
to support matplotlib development.</p>
66

77

8-
<p>matplotlib 1.0.0 is available for <a href="https://sourceforge.net/projects/matplotlib/files/matplotlib/matplotlib-1.0/">download</a>. See <a href="{{ pathto('users/whats_new') }}">what's new</a> and tips on <a href="{{
8+
<p>matplotlib 1.0.1 is available for <a href="https://sourceforge.net/projects/matplotlib/files/matplotlib/matplotlib-1.0.1/">download</a>. See <a href="{{ pathto('users/whats_new') }}">what's new</a> and tips on <a href="{{
99
pathto('users/installing') }}">installing</a>
1010
</p>
1111

@@ -64,7 +64,7 @@ <h3>Need help?</h3>
6464
but it is a good idea to ping us on the mailing list too.</p>
6565

6666
<p>For details on what's new, see the detailed <a href="{{
67-
pathto('_static/CHANGELOG', 1) }}">changelog</a> or browse the <a href="https://github.com/matplotlib/matplotlib.git">source code</a>. Anything that could
67+
pathto('_static/CHANGELOG', 1) }}">changelog</a> or browse the <a href="https://github.com/matplotlib/matplotlib">source code</a>. Anything that could
6868
require changes to your existing codes is logged in the <a href="{{
6969
pathto('api/api_changes.html', 1) }}">api changes</a> file.</p>
7070

doc/api/afm_api.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
**************
2-
matplotlib afm
3-
**************
1+
**********************************
2+
afm (Adobe Font Metrics interface)
3+
**********************************
44

55

66
:mod:`matplotlib.afm`

doc/api/artist_api.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.. _artist-api:
22

3-
*******************
4-
matplotlib artists
5-
*******************
3+
*******
4+
artists
5+
*******
66

77
.. inheritance-diagram:: matplotlib.patches matplotlib.lines matplotlib.text
88
:parts: 2

doc/api/axes_api.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
***************
2-
matplotlib axes
3-
***************
1+
****
2+
axes
3+
****
44

55

66
:mod:`matplotlib.axes`

doc/api/axis_api.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
***************
2-
matplotlib axis
3-
***************
1+
****
2+
axis
3+
****
44

55

66
:mod:`matplotlib.axis`

doc/api/cbook_api.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
****************
2-
matplotlib cbook
3-
****************
1+
*****
2+
cbook
3+
*****
44

55

66
:mod:`matplotlib.cbook`

doc/api/cm_api.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
*************
2-
matplotlib cm
2+
cm (colormap)
33
*************
44

55

doc/api/collections_api.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
**********************
2-
matplotlib collections
3-
**********************
1+
***********
2+
collections
3+
***********
44

55
.. inheritance-diagram:: matplotlib.collections
66
:parts: 2

doc/api/colorbar_api.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
*******************
2-
matplotlib colorbar
3-
*******************
1+
********
2+
colorbar
3+
********
44

55

66
:mod:`matplotlib.colorbar`

doc/api/colors_api.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
*****************
2-
matplotlib colors
3-
*****************
1+
******
2+
colors
3+
******
44

55

66
:mod:`matplotlib.colors`

0 commit comments

Comments
 (0)