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.
2 parents 8d2bf54 + 5309a22 commit bbb70caCopy full SHA for bbb70ca
doc/make.py
@@ -161,7 +161,7 @@ def texinfo():
161
def clean():
162
"""Remove generated files. """
163
shutil.rmtree("build", ignore_errors=True)
164
- shutil.rmtree("examples", ignore_errors=True)
+ shutil.rmtree("tutorials", ignore_errors=True)
165
shutil.rmtree("api/_as_gen", ignore_errors=True)
166
for pattern in ['_static/matplotlibrc',
167
'_templates/gallery.html',
0 commit comments