Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ff2fe2 commit cc1d4dcCopy full SHA for cc1d4dc
1 file changed
doc/make.py
@@ -26,12 +26,6 @@ def sfpdf():
26
def figs():
27
os.system('cd users/figures/ && python make.py')
28
29
-def examples():
30
- 'make the rest examples'
31
-
32
- os.system('cd examples; svn-clean; python gen_rst.py')
33
- #pass
34
35
def html():
36
check_build()
37
shutil.copy('../lib/matplotlib/mpl-data/matplotlibrc', '_static/matplotlibrc')
@@ -75,7 +69,6 @@ def clean():
75
69
76
70
def all():
77
71
#figs()
78
- examples()
79
72
html()
80
73
latex()
81
74
@@ -87,7 +80,6 @@ def all():
87
'clean' : clean,
88
'sf' : sf,
89
82
'sfpdf' : sfpdf,
90
- 'examples' : examples,
91
83
'all' : all,
92
84
}
93
85
0 commit comments