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

Skip to content

Commit 9626566

Browse files
committed
DOC: move backends
1 parent 92739dc commit 9626566

File tree

5 files changed

+6
-2
lines changed

5 files changed

+6
-2
lines changed

galleries/users_explain/backends.rst renamed to galleries/users_explain/figure/backends.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. redirect_from:: /users/explain/backends
2+
13
.. _backends:
24

35
========

galleries/users_explain/figure/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,8 +262,10 @@ More reading
262262
.. toctree::
263263
:maxdepth: 1
264264

265+
Concept: Output backends <backends>
265266
Concept: Matplotlib Application Interfaces (APIs) <api_interfaces>
266267
In depth: Interacting with figures <interactive>
267268
In depth: Interactive figures and asynchronous programming <interactive_guide>
269+
In depth: Event handling <event-handling-tutorial>
268270
In depth: Writing a backend -- the pyplot interface <writing_a_backend_pyplot_interface>
269271

galleries/users_explain/figure/writing_a_backend_pyplot_interface.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Writing a backend -- the pyplot interface
77
=========================================
88

99
This page assumes general understanding of the information in the
10-
:doc:`/users/explain/backends` page, and is instead intended as reference for
10+
:ref:`backends` page, and is instead intended as reference for
1111
third-party backend implementers. It also only deals with the interaction
1212
between backends and `.pyplot`, not with the rendering side, which is described
1313
in `.backend_template`.

galleries/users_explain/quick_start.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
#
6969
# It is often convenient to create the Axes together with the Figure, but you
7070
# can also manually add Axes later on. Note that many
71-
# :doc:`Matplotlib backends </users/explain/backends>` support zooming and
71+
# :ref:`Matplotlib backends <backends>` support zooming and
7272
# panning on figure windows.
7373
#
7474
# For more on Figures, see :ref:`figure_explanation`.

0 commit comments

Comments
 (0)