Closed frantic-rabbit closed 1 year ago
Updated the github actions badge in docs
Fixes #383
$ pre-commit run --all-files
$ nox -s lint
$ pytest
$ nox -s tests
$ cd docs; make clean; make html
$ nox -s docs
$ xdoctest ./src/vector
$ nox -s doctests
Description
Updated the github actions badge in docs
Linked Issue
Fixes #383
Checklist
$ pre-commit run --all-files
or$ nox -s lint
)$ pytest
or$ nox -s tests
)$ cd docs; make clean; make html
or$ nox -s docs
)$ xdoctest ./src/vector
or$ nox -s doctests
)Before Merging