You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.rst
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
:og:description: openskill.py is an n-player, n-team skill rating system with the ability to predict match outcomes (like win and draw) with upto 90% accuracy given enough data.
1
+
:og:description: Multiplayer rating system. Better than Elo.
2
2
:og:image: https://i.imgur.com/tSTFzZY.gif
3
3
:og:image:alt: OpenSkill for Python
4
4
@@ -9,7 +9,13 @@
9
9
openskill.py
10
10
============
11
11
12
-
This is the documentation of **openskill** for python. It is an n-player, n-team skill rating system with the ability to predict match outcomes (like win and draw) with upto 90% accuracy given enough data.
12
+
Multiplayer rating system. Better than Elo.
13
+
14
+
15
+
.. image:: https://i.imgur.com/tSTFzZY.gif
16
+
17
+
18
+
It is an n-player, n-team skill rating system with the ability to predict match outcomes (like win and draw) with upto 90% accuracy given enough data.
0 commit comments