8000
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 8d2bf54 commit 5309a22Copy full SHA for 5309a22
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