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

Skip to content

Commit 1cf8786

Browse files
authored
Merge pull request #18961 from anntzer/unsg
Replace sphinx-gallery-specific references by standard :doc: refs.
2 parents d51638e + 251b183 commit 1cf8786

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

doc/users/interactive.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,8 @@ Navigation Keyboard Shortcuts
204204
-----------------------------
205205

206206
The following table holds all the default keys, which can be
207-
overwritten by use of your :ref:`matplotlibrc
208-
<sphx_glr_tutorials_introductory_customizing.py>`.
207+
overwritten by use of your :doc:`matplotlibrc
208+
</tutorials/introductory/customizing>`.
209209

210210
================================== ===============================
211211
Command Default key binding and rcParam

doc/users/prev_whats_new/whats_new_3.3.0.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ or as a string (with single-character Axes labels):
4848
ha='center', va='center', fontsize=36,
4949
color='darkgrey')
5050

51-
See :ref:`sphx_glr_tutorials_provisional_mosaic.py` for more
52-
details and examples.
51+
See :doc:`/tutorials/provisional/mosaic` for more details and examples.
5352

5453
``GridSpec.subplots()``
5554
-----------------------

lib/matplotlib/gridspec.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
The `GridSpec` specifies the overall grid structure. Individual cells within
66
the grid are referenced by `SubplotSpec`\s.
77
8-
See the tutorial :ref:`sphx_glr_tutorials_intermediate_gridspec.py` for a
9-
comprehensive usage guide.
8+
See the tutorial :doc:`/tutorials/intermediate/gridspec` for a comprehensive
9+
usage guide.
1010
"""
1111

1212
import copy

0 commit comments

Comments
 (0)