@@ -411,29 +411,29 @@ def my_plotter(ax, data1, data2, param_dict):
411411# ========= ================================================================
412412# Backend Description
413413# ========= ================================================================
414- # Qt5Agg Agg rendering in a :term:`Qt5` canvas (requires PyQt5_). This
414+ # Qt5Agg Agg rendering in a Qt5_ canvas (requires PyQt5_). This
415415# backend can be activated in IPython with ``%matplotlib qt5``.
416416# ipympl Agg rendering embedded in a Jupyter widget. (requires ipympl).
417417# This backend can be enabled in a Jupyter notebook with
418418# ``%matplotlib ipympl``.
419- # GTK3Agg Agg rendering to a :term:`GTK` 3.x canvas (requires PyGObject_,
419+ # GTK3Agg Agg rendering to a GTK_ 3.x canvas (requires PyGObject_,
420420# and pycairo_ or cairocffi_). This backend can be activated in
421421# IPython with ``%matplotlib gtk3``.
422422# macosx Agg rendering into a Cocoa canvas in OSX. This backend can be
423423# activated in IPython with ``%matplotlib osx``.
424- # TkAgg Agg rendering to a :term:`Tk` canvas (requires TkInter_). This
424+ # TkAgg Agg rendering to a Tk_ canvas (requires TkInter_). This
425425# backend can be activated in IPython with ``%matplotlib tk``.
426426# nbAgg Embed an interactive figure in a Jupyter classic notebook. This
427427# backend can be enabled in Jupyter notebooks via
428428# ``%matplotlib notebook``.
429429# WebAgg On ``show()`` will start a tornado server with an interactive
430430# figure.
431- # GTK3Cairo Cairo rendering to a :term:`GTK` 3.x canvas (requires PyGObject_,
431+ # GTK3Cairo Cairo rendering to a GTK_ 3.x canvas (requires PyGObject_,
432432# and pycairo_ or cairocffi_).
433- # Qt4Agg Agg rendering to a :term:`Qt4` canvas (requires PyQt4_ or
433+ # Qt4Agg Agg rendering to a Qt4_ canvas (requires PyQt4_ or
434434# ``pyside``). This backend can be activated in IPython with
435435# ``%matplotlib qt4``.
436- # wxAgg Agg rendering to a :term:`wxWidgets` canvas (requires wxPython_ 4).
436+ # wxAgg Agg rendering to a wxWidgets_ canvas (requires wxPython_ 4).
437437# This backend can be activated in IPython with ``%matplotlib wx``.
438438# ========= ================================================================
439439#
@@ -454,6 +454,11 @@ def my_plotter(ax, data1, data2, param_dict):
454454# .. _TkInter: https://docs.python.org/3/library/tk.html
455455# .. _PyQt4: https://riverbankcomputing.com/software/pyqt/intro
456456# .. _PyQt5: https://riverbankcomputing.com/software/pyqt/intro
457+ # .. _Qt5: https://doc.qt.io/qt-5/index.html
458+ # .. _GTK: https://www.gtk.org/
459+ # .. _Tk: https://www.tcl.tk/
460+ # .. _Qt4: https://doc.qt.io/archives/qt-4.8/index.html
461+ # .. _wxWidgets: https://www.wxwidgets.org/
457462#
458463# ipympl
459464# ^^^^^^
0 commit comments