From 3b497b998fd167905878c0720684aa2d23e446f4 Mon Sep 17 00:00:00 2001 From: Marc Harper Date: Tue, 24 Nov 2015 14:09:29 -0800 Subject: [PATCH 1/2] Change readme link to RST style --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index f7b41221d..b5d2e7b4e 100644 --- a/README.rst +++ b/README.rst @@ -94,7 +94,7 @@ version of the results: .. image:: http://axelrod-python.github.io/tournament/assets/strategies_winplot.svg :width: 100% -See the [tournament repository](https://github.com/Axelrod-Python/tournament) +See the `tournament repository `_ for many additional plots. Contributing From 863e9f15663704d48d106ba8886162cbd6e4728e Mon Sep 17 00:00:00 2001 From: Marc Harper Date: Tue, 24 Nov 2015 14:11:40 -0800 Subject: [PATCH 2/2] Add Marc's blog posts to the readme projects section --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index b5d2e7b4e..e988afaa3 100644 --- a/README.rst +++ b/README.rst @@ -131,6 +131,9 @@ paper please list it here: - `Evolving strategies for an Iterated Prisoner's Dilemma tournament `_ by `mojones `_. +- `An Exploratory Data Analysis of the Iterated Prisoner's Dilemma, Part I + `_ and `Part II `_ + by `marcharper `_. Contributors ============