File tree Expand file tree Collapse file tree 4 files changed +12
-5
lines changed
Expand file tree Collapse file tree 4 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 22![ ] ( https://i.imgur.com/tSTFzZY.gif )
33
44
5- [ ![ Tests] ( https://github.com/OpenDebates/openskill.py/actions/workflows/main.yml/badge.svg )] ( https://github.com/OpenDebates/openskill.py/actions/workflows/main.yml ) [ ![ codecov] ( https://codecov.io/gh/OpenDebates/openskill.py/branch/main/graph/badge.svg?token=Ep07QEelsi )] ( https://codecov.io/gh/OpenDebates/openskill.py ) ![ PyPI - Downloads] ( https://img.shields.io/pypi/dm/openskill ) [ ![ Documentation Status] ( https://readthedocs.org/projects/openskillpy/badge/?version=latest )] ( https://openskillpy.readthedocs.io /en/latest/?badge=latest ) ![ PyPI - Python Version] ( https://img.shields.io/pypi/pyversions/openskill ) ![ GitHub contributors (via allcontributors.org)] ( https://img.shields.io/github/all-contributors/OpenDebates/openskill.py?label=contributors )
5+ [ ![ Tests] ( https://github.com/OpenDebates/openskill.py/actions/workflows/main.yml/badge.svg )] ( https://github.com/OpenDebates/openskill.py/actions/workflows/main.yml ) [ ![ codecov] ( https://codecov.io/gh/OpenDebates/openskill.py/branch/main/graph/badge.svg?token=Ep07QEelsi )] ( https://codecov.io/gh/OpenDebates/openskill.py ) ![ PyPI - Downloads] ( https://img.shields.io/pypi/dm/openskill ) [ ![ Documentation Status] ( https://readthedocs.org/projects/openskillpy/badge/?version=latest )] ( https://openskill.me /en/latest/?badge=latest ) ![ PyPI - Python Version] ( https://img.shields.io/pypi/pyversions/openskill ) ![ GitHub contributors (via allcontributors.org)] ( https://img.shields.io/github/all-contributors/OpenDebates/openskill.py?label=contributors )
66
77[ ![ Anaconda-Server Badge] ( https://anaconda.org/conda-forge/openskill/badges/version.svg )] ( https://anaconda.org/conda-forge/openskill )
88
@@ -136,7 +136,7 @@ The default model is `PlackettLuce`. You can import alternate models from `opens
136136- Plackett-Luce (** default** ) is a generalized Bradley-Terry model for k ≥ 3 teams. It scales best.
137137
138138## Advanced Usage
139- You can learn more about how to configure this library to suit your custom needs in the [ project documentation] ( https://openskillpy.readthedocs.io /en/stable/advanced.html ) .
139+ You can learn more about how to configure this library to suit your custom needs in the [ project documentation] ( https://openskill.me /en/stable/advanced.html ) .
140140
141141
142142## Implementations in other Languages
Original file line number Diff line number Diff line change 1+ Add more details to the documentation, fixes broken links and point a custom domain name to the docs.
Original file line number Diff line number Diff line change 115115html_title = "OpenSkill for Python"
116116
117117# OGP Config
118- ogp_site_url = "https://openskillpy.readthedocs.io /en/stable/"
118+ ogp_site_url = "https://openskill.me /en/stable/"
119119ogp_site_name = "OpenSkill for Python"
120120ogp_image = "https://i.imgur.com/tSTFzZY.gif"
121121ogp_description_length = 300
Original file line number Diff line number Diff line change 22name = openskill
33version = attr: openskill.__version__
44description = A faster, open-license alternative to Microsoft TrueSkill
5- author = Taven <taven@outlook.in >
6- author_email = contact@ taven.me
5+ author = Taven <taven@opendebates.net >
6+ author_email = taven@opendebates.net
77license = mit
88license_files = LICENSE
99url = https://github.com/OpenDebates/openskill.py
@@ -26,6 +26,12 @@ keywords =
2626 trueskill
2727 bayesian
2828 rating
29+ project_urls =
30+ Documentation = https://openskill.me/en/stable
31+ Release notes = https://github.com/OpenDebates/openskill.py/blob/main/CHANGELOG.rst
32+ Funding = https://github.com/sponsors/OpenDebates
33+ Source = https://github.com/OpenDebates/openskill.py
34+ Tracker = https://github.com/OpenDebates/openskill.py/issues
2935
3036[options]
3137packages = find:
You can’t perform that action at this time.
0 commit comments