Skip to content

Commit 263e675

Browse files
committed
Merge pull request matplotlib#7398 from wgma00/master
Moved python files from doc/pyplots to examples folder
1 parent dc13688 commit 263e675

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+77
-34
lines changed

doc/devel/documenting_mpl.rst

Lines changed: 2 additions & 2 deletions

doc/faq/howto_faq.rst

Lines changed: 2 additions & 2 deletions

doc/make.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def clean():
119119
'mpl_examples/pylab_examples/*.png',
120120
'mpl_examples/pylab_examples/*.pdf',
121121
'mpl_examples/units/*.png',
122-
'pyplots/tex_demo.png',
122+
'mpl_examples/pyplots/tex_demo.png',
123123
'_static/matplotlibrc',
124124
'_templates/gallery.html',
125125
'users/installing.rst']:

doc/users/annotations.rst

Lines changed: 2 additions & 2 deletions

doc/users/artists.rst

Lines changed: 4 additions & 4 deletions

doc/users/mathtext.rst

Lines changed: 1 addition & 1 deletion

doc/users/path_tutorial.rst

Lines changed: 1 addition & 1 deletion

doc/users/prev_whats_new/whats_new_0.98.4.rst

Lines changed: 3 additions & 3 deletions

doc/users/prev_whats_new/whats_new_0.99.rst

Lines changed: 3 additions & 3 deletions

doc/users/prev_whats_new/whats_new_1.0.rst

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)