Skip to content

Commit cca0811

Browse files
committed
merge v1.4.0-doc into 1.4.x
2 parents 71ba349 + e70c567 commit cca0811

21 files changed

+72
-39
lines changed

INSTALL

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,13 @@ in addition to
7070

7171
In case Python is not installed for all users (not the default), the
7272
Microsoft Visual C++ 2008 (
73-
`64 bit <http://www.microsoft.com/download/en/details.aspx?id=15336>`_
73+
`64 bit <http://www.microsoft.com/download/en/details.aspx?id=15336>`__
7474
or
75-
`32 bit <http://www.microsoft.com/download/en/details.aspx?id=29>`_
75+
`32 bit <http://www.microsoft.com/download/en/details.aspx?id=29>`__
7676
for Python 2.6 to 3.2) or Microsoft Visual C++ 2010 (
77-
`64 bit <http://www.microsoft.com/en-us/download/details.aspx?id=14632>`_
77+
`64 bit <http://www.microsoft.com/en-us/download/details.aspx?id=14632>`__
7878
or
79-
`32 bit <http://www.microsoft.com/en-us/download/details.aspx?id=5555>`_
79+
`32 bit <http://www.microsoft.com/en-us/download/details.aspx?id=5555>`__
8080
for Python 3.3 and 3.4) redistributable packages need to be installed.
8181

8282
Matplotlib depends on `Pillow <https://pypi.python.org/pypi/Pillow>`_
@@ -235,7 +235,7 @@ ImageMagick
235235
Optional dependencies
236236
^^^^^^^^^^^^^^^^^^^^^
237237

238-
`Pillow <http://python-imaging.github.io/>`_
238+
`Pillow <http://python-imaging.github.io/>`__
239239
If Pillow is installed, matplotlib can read and write a larger
240240
selection of image file formats.
241241

doc/_static/basemap_contour1.png

232 KB
Loading
82.8 KB
Loading

doc/api/dviread.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
****************
2+
dviread
3+
****************
14

25
:mod:`matplotlib.dviread`
36
=========================

doc/api/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
colorbar_api.rst
2828
colors_api.rst
2929
dates_api.rst
30+
dviread.rst
3031
figure_api.rst
3132
finance_api.rst
3233
font_manager_api.rst
@@ -48,5 +49,6 @@
4849
ticker_api.rst
4950
tight_layout_api.rst
5051
tri_api.rst
52+
type1font.rst
5153
units_api.rst
5254
widgets_api.rst

doc/api/type1font.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
****************
2+
type1font
3+
****************
14

25
:mod:`matplotlib.type1font`
36
===========================

doc/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
'sphinxext.github',
3535
'numpydoc']
3636

37+
exclude_patterns = ['api/api_changes/README.rst']
3738

3839
# Use IPython's console highlighting by default
3940
try:

doc/devel/gitwash/git_development.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ Contents:
1313
set_up_fork
1414
configure_git
1515
development_workflow
16+
dot2_dot3

doc/mpl_toolkits/index.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Plots data on map projections, with continental and political
3030
boundaries, see `basemap <http://matplotlib.org/basemap>`_
3131
docs.
3232

33-
.. image:: http://matplotlib.org/basemap/_images/contour1.png
33+
.. image:: /_static/basemap_contour1.png
3434
:height: 400px
3535

3636

@@ -46,7 +46,7 @@ integration with Shapely for powerful yet easy-to-use vector data processing
4646
tools. An example plot from the
4747
`Cartopy gallery <http://scitools.org.uk/cartopy/docs/latest/gallery.html>`_:
4848

49-
.. image:: http://scitools.org.uk/cartopy/docs/latest/_images/hurricane_katrina_01_00.png
49+
.. image:: /_static/cartopy_hurricane_katrina_01_00.png
5050
:height: 400px
5151

5252

@@ -116,7 +116,7 @@ MplDataCursor
116116
toolkit written by Joe Kington to provide interactive "data cursors"
117117
(clickable annotation boxes) for matplotlib.
118118

119-
.. _prettyplotlib:
119+
.. _toolkit_prettyplotlib:
120120

121121
prettyplotlib
122122
=============
@@ -133,7 +133,7 @@ High-Level Plotting
133133
Several projects have started to provide a higher-level interface to
134134
matplotlib. These are independent projects.
135135

136-
.. _seaborn:
136+
.. _toolkit_seaborn:
137137

138138
seaborn
139139
=======
@@ -144,7 +144,7 @@ level interface for drawing statistical graphics with matplotlib. It
144144
aims to make visualization a central part of exploring and
145145
understanding complex datasets.
146146

147-
.. _ggplot:
147+
.. _toolkit_ggplot:
148148

149149
ggplot
150150
======

doc/users/beginner.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. _users-guide-index:
1+
.. _beginners-guide-index:
22

33
################
44
Beginner's Guide

0 commit comments

Comments
 (0)