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

Skip to content

Commit 9daf807

Browse files
committed
Fix Sphinx documentation link
1 parent 18a20dc commit 9daf807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/subplots_axes_and_figures/subplot_demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Demo with two subplots.
77
For more options, see
8-
:ref:`sphx_glr_examples_subplots_axes_and_figures_subplots_demo.py`
8+
:ref:`sphx_glr_gallery_subplots_axes_and_figures_subplots_demo.py`
99
"""
1010
import numpy as np
1111
import matplotlib.pyplot as plt

0 commit comments

Comments
 (0)