File tree 3 files changed +5
-0
lines changed
3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -83,6 +83,7 @@ result_images
83
83
doc /_static /constrained_layout * .png
84
84
doc /.mpl_skip_subdirs.yaml
85
85
doc /_tags
86
+ sg_execution_times.rst
86
87
87
88
# Nose/Pytest generated files #
88
89
# ##############################
Original file line number Diff line number Diff line change 26
26
rm -rf " $( SOURCEDIR) /savefig"
27
27
rm -rf " $( SOURCEDIR) /sphinxext/__pycache__"
28
28
rm -f $(SOURCEDIR ) /_static/constrained_layout* .png
29
+ rm -f $(SOURCEDIR ) /sg_execution_times.rst
29
30
30
31
show :
31
32
@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" (
40
40
rmdir /s /q " %SOURCEDIR% \gallery"
41
41
rmdir /s /q " %SOURCEDIR% \plot_types"
42
42
rmdir /s /q " %SOURCEDIR% \tutorials"
43
+ rmdir /s /q " %SOURCEDIR% \users\explain"
43
44
rmdir /s /q " %SOURCEDIR% \savefig"
44
45
rmdir /s /q " %SOURCEDIR% \sphinxext\__pycache__"
46
+ del /q " %SOURCEDIR% \_static\constrained_layout*.png"
47
+ del /q " %SOURCEDIR% \sg_execution_times.rst"
45
48
)
46
49
goto end
47
50
You can’t perform that action at this time.
0 commit comments