Skip to content

Commit b6d3a6b

Browse files
committed
DOC: adjust backend docs header levels
1 parent 7f49d61 commit b6d3a6b

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

tutorials/introductory/usage.py

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -284,10 +284,13 @@ def my_plotter(ax, data1, data2, param_dict):
284284
# Again, for these simple examples this style seems like overkill, however
285285
# once the graphs get slightly more complex it pays off.
286286
#
287+
# Backends
288+
# ========
289+
#
287290
# .. _what-is-a-backend:
288291
#
289292
# What is a backend?
290-
# ==================
293+
# ------------------
291294
#
292295
# A lot of documentation on the website and in the mailing lists refers
293296
# to the "backend" and many new users are confused by this term.
@@ -461,7 +464,7 @@ def my_plotter(ax, data1, data2, param_dict):
461464
# .. _PyQt5: https://riverbankcomputing.com/software/pyqt/intro
462465
#
463466
# WX backends
464-
# ===========
467+
# -----------
465468
#
466469
# At present the release version of `wxPython` (also known as wxPython classic)
467470
# does not support python3. A work in progress redesigned version known as
@@ -471,7 +474,7 @@ def my_plotter(ax, data1, data2, param_dict):
471474
# .. _wxPython-Phoenix: https://wxpython.org/Phoenix/docs/html/main.html
472475
#
473476
# GTK and Cairo
474-
# =============
477+
# -------------
475478
#
476479
# Both `GTK2` and `GTK3` have implicit dependencies on PyCairo regardless of the
477480
# specific Matplotlib backend used. Unfortunatly the latest release of PyCairo
@@ -480,7 +483,7 @@ def my_plotter(ax, data1, data2, param_dict):
480483
# wrapper.
481484
#
482485
# How do I select PyQt4 or PySide?
483-
# ========================================
486+
# --------------------------------
484487
#
485488
# You can choose either PyQt4 or PySide when using the `qt4` backend by setting
486489
# the appropriate value for `backend.qt4` in your :file:`matplotlibrc` file. The

0 commit comments

Comments
 (0)