Skip to content

Commit 379e103

Browse files
anntzerMeeseeksDev[bot]
authored and
MeeseeksDev[bot]
committed
Backport PR #10459: Move some examples out of examples/api
1 parent 79b4f6c commit 379e103

File tree

16 files changed

+5
-5
lines changed

16 files changed

+5
-5
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

examples/units/bar_unit_demo.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
Group barchart with units
44
=========================
55
6-
This is the same example as :doc:`the barchart demo<../api/barchart>`
7-
in centimeters.
6+
This is the same example as
7+
:doc:`the barchart demo<../lines_bars_and_markers/barchart>` in centimeters.
88
99
.. only:: builder_html
1010

tutorials/advanced/transforms_tutorial.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -467,4 +467,4 @@
467467
# see how to make your own, since Matplotlib supports extensible axes
468468
# and projections. Michael Droettboom has provided a nice tutorial
469469
# example of creating a Hammer projection axes; see
470-
# :ref:`sphx_glr_gallery_api_custom_projection_example.py`.
470+
# :ref:`sphx_glr_gallery_misc_custom_projection.py`.

tutorials/introductory/sample_plots.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -279,8 +279,8 @@
279279
You can plot timeseries data with major and minor ticks and custom
280280
tick formatters for both.
281281
282-
.. figure:: ../../gallery/api/images/sphx_glr_date_001.png
283-
:target: ../../gallery/api/date.html
282+
.. figure:: ../../gallery/text_labels_and_annotations/images/sphx_glr_date_001.png
283+
:target: ../../gallery/text_labels_and_annotations/date.html
284284
:align: center
285285
:scale: 50
286286

0 commit comments

Comments
 (0)