Simplify BenchmarkRunner; update docs

This commit is contained in:
2021-01-22 07:22:19 -06:00
parent aa9cefb9c9
commit f755661fa6
11 changed files with 191 additions and 178 deletions

View File

@@ -20,10 +20,11 @@ dist-upload:
$(PYTHON) -m twine upload dist/*
docs:
rm -rf ../docs/$(VERSION) html
mkdocs build -d ../docs/$(VERSION)/
pdoc3 --html miplearn
mv -v html ../docs/$(VERSION)/api
docs-dev:
mkdocs build -d ../docs/dev/
install-deps:
$(PIP) install -i https://pypi.gurobi.com gurobipy