From 57fefc3a4452f32f6fcb5953b089d44907f1008a Mon Sep 17 00:00:00 2001 From: hannah Date: Thu, 10 Nov 2022 21:04:46 -0500 Subject: [PATCH] Backport PR #24422: Make QT_API a link in the qt embedding example. --- examples/user_interfaces/embedding_in_qt_sgskip.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/user_interfaces/embedding_in_qt_sgskip.py b/examples/user_interfaces/embedding_in_qt_sgskip.py index f276a2a47c16..32529739ac14 100644 --- a/examples/user_interfaces/embedding_in_qt_sgskip.py +++ b/examples/user_interfaces/embedding_in_qt_sgskip.py @@ -5,8 +5,8 @@ Simple Qt application embedding Matplotlib canvases. This program will work equally well using any Qt binding (PyQt6, PySide6, PyQt5, PySide2). The -binding can be selected by setting the ``QT_API`` environment variable to the -binding name, or by first importing it. +binding can be selected by setting the :envvar:`QT_API` environment variable to +the binding name, or by first importing it. """ import sys