mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-06 01:18:52 -06:00
Simplify BenchmarkRunner; update docs
This commit is contained in:
5
Makefile
5
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user