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 75ef328 commit 602cf57Copy full SHA for 602cf57
Makefile
@@ -49,7 +49,6 @@ clean-pyc: ## remove Python file artifacts
49
50
.PHONY: clean-docs
51
clean-docs: ## remove previously built docs
52
- rm -rf docs/tutorials/
53
rm -f docs/api/*.rst
54
-$(MAKE) -C docs clean 2>/dev/null # this fails if sphinx is not yet installed
55
@@ -132,7 +131,6 @@ coverage: ## check code coverage quickly with the default Python
132
131
133
.PHONY: docs
134
docs: clean-docs ## generate Sphinx HTML documentation, including API docs
135
- cp -r tutorials/ docs/tutorials/
136
sphinx-apidoc -M --separate --no-toc -o docs/api/ sdmetrics
137
$(MAKE) -C docs html
138
0 commit comments