From 0a639c6710ee97ae3d65c020376b11c0de8b811f Mon Sep 17 00:00:00 2001 From: Jack Gibson <111666975+jgibson517@users.noreply.github.com> Date: Sun, 3 Sep 2023 12:10:02 -0500 Subject: [PATCH] add doc site to README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 65645dca..5765fdac 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,10 @@ `VoteKit` ia a Swiss army knife for computational social choice research. -**Helpful links:** [Source Repository](https://github.com/mggg/VoteKit) | [Issues](https://github.com/mggg/VoteKit/issues) | [MGGG.org](https://mggg.org/) +**Helpful links:** [Source Repository](https://github.com/mggg/VoteKit) | [Documentation](https://mggg.github.io/VoteKit/) | [Issues](https://github.com/mggg/VoteKit/issues) | [MGGG.org](https://mggg.org/) -[![PyPI version](https://badge.fury.io/py/votekit.svg)](https://badge.fury.io/py/votekit) +[![PyPI badge](https://badge.fury.io/py/votekit.svg)](https://badge.fury.io/py/votekit) ![Test badge](https://github.com/mggg/VoteKit/workflows/Test%20&%20Lint/badge.svg) ## Installation @@ -28,4 +28,4 @@ Once you've run `poetry install`, if you run `poetry run pre-commit install` it To run tests run `poetry run pytest` or `./run_tests.sh` (the latter will generate a coverage report). -To release, run `poetry publish --build` \ No newline at end of file +To release, run `poetry publish --build`