diff --git a/README.rst b/README.rst index ccdb13d..b13eae5 100644 --- a/README.rst +++ b/README.rst @@ -3,13 +3,16 @@ kickscore |build-status| |coverage| -``kickscore`` is a dynamic skill rating system, similar to the `Elo rating -system `_ and to `TrueSkill -`_. It comes as a Python 3 library. +``kickscore`` is the dynamic skill rating system powering `Kickoff.ai +`_. In short, ``kickscore`` can be used to understand & visualize the skill of -players competing in pairwise matches, and to predict outcomes of future -matches. +players (or teams) competing in pairwise matches, and to predict outcomes of +future matches. It extends the `Elo rating system +`_ and `TrueSkill +`_. + +|nba-history| Getting started --------------- @@ -22,10 +25,10 @@ To get started, you might want to explore one of these notebooks: - `Basic example illustrating the API `_ (`interactive version - `_) + `__) - `Visualizing the history of the NBA `_ (`interactive version - `_) + `__) References ---------- @@ -46,3 +49,7 @@ References :alt: code coverage :scale: 100% :target: https://codecov.io/gh/lucasmaystre/kickscore + +.. |nba-history| image:: https://lum-public.s3-eu-west-1.amazonaws.com/kickscore-nba-history.svg + :alt: evolution of NBA teams' skill over history + :scale: 100% diff --git a/setup.py b/setup.py index 0b063f6..e30ded0 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ def readme(): setup( name="kickscore", - version="0.1.2", + version="0.1.4", author="Lucas Maystre", author_email="lucas@maystre.ch", description="A dynamic skill rating system.",