From b0071b3db60136079ec2dee215546d9d0ce40c3c Mon Sep 17 00:00:00 2001 From: Vishruta Date: Tue, 23 Jun 2026 10:27:46 +0530 Subject: [PATCH] DOC: update outdated examples/api directory reference --- galleries/examples/user_interfaces/GALLERY_HEADER.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/galleries/examples/user_interfaces/GALLERY_HEADER.rst b/galleries/examples/user_interfaces/GALLERY_HEADER.rst index 75b469da7cf6..86cc759ec266 100644 --- a/galleries/examples/user_interfaces/GALLERY_HEADER.rst +++ b/galleries/examples/user_interfaces/GALLERY_HEADER.rst @@ -8,6 +8,5 @@ following the embedding_in_SOMEGUI.py examples here. Currently Matplotlib supports PyQt/PySide, PyGObject, Tkinter, and wxPython. When embedding Matplotlib in a GUI, you must use the Matplotlib API -directly rather than the pylab/pyplot procedural interface, so take a -look at the examples/api directory for some example code working with -the API. +directly rather than the pylab/pyplot procedural interface. See +:ref:`api_interfaces` for an overview of Matplotlib's API interfaces. \ No newline at end of file