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

Skip to content

Commit 92739dc

Browse files
committed
DOC: Move animations
1 parent e30f972 commit 92739dc

File tree

5 files changed

+15
-2
lines changed

5 files changed

+15
-2
lines changed

.flake8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ per-file-ignores =
6464
galleries/users_explain/figure/constrainedlayout_guide.py: E402
6565
galleries/tutorials/intermediate/legend_guide.py: E402
6666
galleries/users_explain/figure/tight_layout_guide.py: E402
67-
galleries/tutorials/introductory/animation_tutorial.py: E501
67+
galleries/users_explain/animation_tutorial.py: E501
6868
galleries/tutorials/introductory/images.py: E501
6969
galleries/tutorials/introductory/pyplot.py: E402, E501
7070
galleries/users_explain/text/annotations.py: E402, E501

galleries/tutorials/introductory/animation_tutorial.py renamed to galleries/users_explain/animations.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
"""
2+
.. redirect-from:: /tutorials/introductory/animation_tutorial
3+
4+
.. _animations:
5+
26
===========================
37
Animations using Matplotlib
48
===========================
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.. _users_axis:
2+
3+
Controlling and labelling Axis objects
4+
--------------------------------------
5+
6+
Some good material in artist tutorial that should be cribbed from or used here.
7+

galleries/users_explain/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@ Using Matplotlib
1212
figure/index
1313
axes/index
1414
artists/index
15+
axis/index
1516
colors/index
1617
text/index
18+
animations
1719
backends.rst
1820
fonts.rst
1921
event_handling.rst

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ convention = "numpy"
121121
"galleries/users_explain/figure/constrainedlayout_guide.py" = ["E402"]
122122
"galleries/tutorials/intermediate/legend_guide.py" = ["E402"]
123123
"galleries/users_explain/figure/tight_layout_guide.py" = ["E402"]
124-
"galleries/tutorials/introductory/animation_tutorial.py" = ["E501"]
124+
"galleries/users_explain/animation_tutorial.py" = ["E501"]
125125
"galleries/tutorials/introductory/images.py" = ["E501"]
126126
"galleries/tutorials/introductory/pyplot.py" = ["E402", "E501"]
127127
"galleries/users_explain/text/annotations.py" = ["E402", "E501"]

0 commit comments

Comments
 (0)