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

Skip to content

Commit cc1d4dc

Browse files
committed
Remove examples as a stage in make.py, since it is now integrated into the build as an event-triggered plugin.
svn path=/trunk/matplotlib/; revision=6747
1 parent 5ff2fe2 commit cc1d4dc

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

doc/make.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,6 @@ def sfpdf():
2626
def figs():
2727
os.system('cd users/figures/ && python make.py')
2828

29-
def examples():
30-
'make the rest examples'
31-
32-
os.system('cd examples; svn-clean; python gen_rst.py')
33-
#pass
34-
3529
def html():
3630
check_build()
3731
shutil.copy('../lib/matplotlib/mpl-data/matplotlibrc', '_static/matplotlibrc')
@@ -75,7 +69,6 @@ def clean():
7569

7670
def all():
7771
#figs()
78-
examples()
7972
html()
8073
latex()
8174

@@ -87,7 +80,6 @@ def all():
8780
'clean' : clean,
8881
'sf' : sf,
8982
'sfpdf' : sfpdf,
90-
'examples' : examples,
9183
'all' : all,
9284
}
9385

0 commit comments

Comments
 (0)