We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bcea64 commit 43a1aecCopy full SHA for 43a1aec
Makefile
@@ -31,6 +31,7 @@ help:
31
32
clean:
33
-rm -rf _build/*
34
+ -rm -rf auto_examples/*
35
36
test:
37
nosetests -v --with-doctest --doctest-tests --doctest-extension=rst $(shell find . -name \*.rst -print)
0 commit comments