Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8195e06

Browse files
maria-ilieMaria-Alexandra IlietimhoffmQuLogicbrunobeltran
authored
removed glossary (#18696)
* removed glossary * removed additional reference to glossary * added external hyperlink targets * Update tutorials/introductory/usage.py Co-authored-by: Maria-Alexandra Ilie <[email protected]> Co-authored-by: Tim Hoffmann <[email protected]> Co-authored-by: Elliott Sales de Andrade <[email protected]> Co-authored-by: Bruno Beltran <[email protected]>
1 parent 9a65a7d commit 8195e06

4 files changed

Lines changed: 11 additions & 79 deletions

File tree

doc/_static/mpl.css

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -162,11 +162,6 @@ dt:target,
162162
background-color: #ffffee;
163163
}
164164

165-
dl.glossary dt {
166-
font-weight: bold;
167-
font-size: 1.1em;
168-
}
169-
170165
pre a {
171166
color: inherit;
172167
text-decoration: none;

doc/contents.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ Overview
2020
resources/index.rst
2121
thirdpartypackages/index.rst
2222
devel/index.rst
23-
glossary/index.rst
2423

2524
.. only:: html
2625

doc/glossary/index.rst

Lines changed: 0 additions & 67 deletions
This file was deleted.

tutorials/introductory/usage.py

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)