feat: polish & windviz & deploy
This commit is contained in:
parent
81b8e763bd
commit
465ad00f7b
78 changed files with 20622 additions and 2154 deletions
3
Makefile
3
Makefile
|
|
@ -32,7 +32,8 @@ lint:
|
|||
docs:
|
||||
cd docs && pdflatex numerics.tex
|
||||
|
||||
# Regenerate ogen API code from the OpenAPI spec
|
||||
# Regenerate ogen API code from the OpenAPI spec. The same spec is embedded by
|
||||
# the api package (api/spec.go) and served at /openapi.yaml + /docs (ReDoc).
|
||||
generate-ogen:
|
||||
go run github.com/ogen-go/ogen/cmd/ogen@latest --target pkg/rest --package rest --clean api/rest/predictor.swagger.yml
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue