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

Skip to content

Commit 5a10e4d

Browse files
authored
Merge pull request #30197 from QuLogic/no-userdemo
DOC: Remove last userdemo example
2 parents bebb263 + fc99473 commit 5a10e4d

File tree

5 files changed

+4
-45
lines changed

5 files changed

+4
-45
lines changed

galleries/examples/subplots_axes_and_figures/gridspec_nested.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
"""
2+
.. redirect-from:: /gallery/userdemo/demo_gridspec06
3+
24
================
35
Nested Gridspecs
46
================

galleries/examples/userdemo/README.txt

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

galleries/examples/userdemo/demo_gridspec06.py

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

galleries/users_explain/axes/legend_guide.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
.. redirect-from:: /tutorials/intermediate/legend_guide
3-
.. redirect-from:: /galleries/examples/userdemo/simple_legend01
4-
.. redirect-from:: /galleries/examples/userdemo/simple_legend02
3+
.. redirect-from:: /gallery/userdemo/simple_legend01
4+
.. redirect-from:: /gallery/userdemo/simple_legend02
55
66
.. _legend_guide:
77

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,6 @@ convention = "numpy"
196196
"galleries/examples/user_interfaces/mpl_with_glade3_sgskip.py" = ["E402"]
197197
"galleries/examples/user_interfaces/pylab_with_gtk3_sgskip.py" = ["E402"]
198198
"galleries/examples/user_interfaces/pylab_with_gtk4_sgskip.py" = ["E402"]
199-
"galleries/examples/userdemo/pgf_preamble_sgskip.py" = ["E402"]
200199

201200
"lib/matplotlib/__init__.py" = ["F822"]
202201
"lib/matplotlib/_cm.py" = ["E202", "E203", "E302"]

0 commit comments

Comments
 (0)