From ad9fb81b96605465a052df030e710054b5333997 Mon Sep 17 00:00:00 2001 From: Vince Knight Date: Wed, 8 Apr 2020 15:55:00 +0100 Subject: [PATCH 1/2] Update the nbr of strategies in first page of docs Running `len(axelrod.strategies)` gives 235 :) --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 25c9e4933..eeb0dbfaa 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -8,7 +8,7 @@ Welcome to the documentation for the Axelrod Python library Here is quick overview of the current capabilities of the library: -* Over 100 strategies from the literature and some exciting original +* Over 230 strategies including from the literature and some exciting original contributions * Classic strategies like TiT-For-Tat, WSLS, and variants From 66043d956f2ff9a486376ec43f666451c7905e67 Mon Sep 17 00:00:00 2001 From: Vince Knight Date: Wed, 8 Apr 2020 16:46:19 +0100 Subject: [PATCH 2/2] Reword. --- docs/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index eeb0dbfaa..dab879405 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -8,8 +8,8 @@ Welcome to the documentation for the Axelrod Python library Here is quick overview of the current capabilities of the library: -* Over 230 strategies including from the literature and some exciting original - contributions +* Over 230 strategies including many from the literature and exciting + original contributions * Classic strategies like TiT-For-Tat, WSLS, and variants * Zero-Determinant and other Memory-One strategies