We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a626c5e commit 5e07bdeCopy full SHA for 5e07bde
.gitignore
@@ -7,6 +7,7 @@ examples/documentation
7
doc/*.pdf
8
doc/*.dat
9
doc/*.csv
10
+doc/sg_execution_times.rst
11
doc/extensions.py
12
build
13
dist
doc/Makefile
@@ -76,6 +76,7 @@ clean:
76
-rm -rf examples/*
77
-rm -rf ../examples/documentation
78
-rm -rf __pycache__
79
+ -rm -rf sg_execution_times.rst
80
81
dirhtml: gallery
82
$(SPHINXBUILD) -b dirhtml $(SPHINX_OUTPUT) $(SPHINX_OPTS) . $(BUILDDIR)/dirhtml
0 commit comments