File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed
Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -83,6 +83,7 @@ result_images
8383doc /_static /constrained_layout * .png
8484doc /.mpl_skip_subdirs.yaml
8585doc /_tags
86+ sg_execution_times.rst
8687
8788# Nose/Pytest generated files #
8889# ##############################
Original file line number Diff line number Diff line change 2626 rm -rf " $( SOURCEDIR) /savefig"
2727 rm -rf " $( SOURCEDIR) /sphinxext/__pycache__"
2828 rm -f $(SOURCEDIR ) /_static/constrained_layout* .png
29+ rm -f $(SOURCEDIR ) /sg_execution_times.rst
2930
3031show :
3132 @python -c " import webbrowser; webbrowser.open_new_tab('file://$( shell pwd) /build/html/index.html')"
Original file line number Diff line number Diff line change @@ -40,8 +40,11 @@ if "%1" == "clean" (
4040 rmdir /s /q " %SOURCEDIR% \gallery"
4141 rmdir /s /q " %SOURCEDIR% \plot_types"
4242 rmdir /s /q " %SOURCEDIR% \tutorials"
43+ rmdir /s /q " %SOURCEDIR% \users\explain"
4344 rmdir /s /q " %SOURCEDIR% \savefig"
4445 rmdir /s /q " %SOURCEDIR% \sphinxext\__pycache__"
46+ del /q " %SOURCEDIR% \_static\constrained_layout*.png"
47+ del /q " %SOURCEDIR% \sg_execution_times.rst"
4548)
4649goto end
4750
You can’t perform that action at this time.
0 commit comments