8000 Fix broken doc links · choldgraf/matplotlib@9b66083 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9b66083

Browse files
committed
Fix broken doc links
1 parent 12fd562 commit 9b66083

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

doc/faq/howto_faq.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ and patches, respectively::
340340

341341
.. htmlonly::
342342

343-
See :ref:`sphx_glr_gallery_pylab_examples_zorder_demo.py` for a complete example.
343+
See :ref:`sphx_glr_gallery_misc_zorder_demo.py` for a complete example.
344344

345345
You can also use the Axes property
346346
:meth:`~matplotlib.axes.Axes.set_axisbelow` to control whether the grid

doc/users/prev_whats_new/whats_new_1.3.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ New eventplot plot type
117117
Todd Jennings added a :func:`~matplotlib.pyplot.eventplot` function to
118118
create multiple rows or columns of identical line segments
119119

120-
.. figure:: ../../gallery/pylab_examples/images/sphx_glr_eventplot_demo_001.png
121-
:target: ../../gallery/pylab_examples/eventplot_demo.html
120+
.. figure:: ../../gallery/lines_bars_and_markers/images/sphx_glr_eventplot_demo_001.png
121+
:target: ../../gallery/lines_bars_and_markers/eventplot_demo.html
122122
:align: center
123123
:scale: 50
124124

@@ -199,8 +199,8 @@ Path effects on lines
199199
`````````````````````
200200
Thanks to Jae-Joon Lee, path effects now also work on plot lines.
201201

202-
.. figure:: ../../gallery/pylab_examples/images/sphx_glr_patheffect_demo_001.png
203-
:target: ../../gallery/pylab_examples/patheffect_demo.html
202+
.. figure:: ../../gallery/misc/images/sphx_glr_patheffect_demo_001.png
203+
:target: ../../gallery/misc/patheffect_demo.html
204204
:align: center
205205
:scale: 50
206206

lib/matplotlib/axes/_axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1160,7 +1160,7 @@ def eventplot(self, positions, orientation='horizontal', lineoffsets=1,
11601160
Examples
11611161
--------
11621162
1163-
.. plot:: mpl_examples/pylab_examples/eventplot_demo.py
1163+
.. plot:: mpl_examples/lines_bars_and_markers/eventplot_demo.py
11641164
""&qu 8000 ot;
11651165
self._process_unit_info(xdata=positions,
11661166
ydata=[lineoffsets, linelengths],

lib/matplotlib/collections.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1303,7 +1303,7 @@ def __init__(self,
13031303
Examples
13041304
--------
13051305
1306-
.. plot:: mpl_examples/pylab_examples/eventcollection_demo.py
1306+
.. plot:: mpl_examples/lines_bars_and_markers/eventcollection_demo.py
13071307
"""
13081308

13091309
segment = (lineoffset + linelength / 2.,

lib/matplotlib/dates.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ class bytespdate2num(strpdate2num):
291291
"""
292292
Use this class to parse date strings to matplotlib datenums when
293293
you know the date format string of the date you are parsing. See
294-
:file:`examples/pylab_examples/load_converter.py`.
294+
:file:`examples/misc/load_converter.py`.
295295
"""
296296
def __init__(self, fmt, encoding='utf-8'):
297297
"""

0 commit comments

Comments
 (0)
0