@@ -36,23 +36,23 @@ With Axelrod you:
36
36
- can create `head to head matches
37
37
<https://axelrod.readthedocs.io/en/stable/tutorials/new_to_game_theory_and_or_python/match.html> `_ between pairs of strategies.
38
38
- can create `tournaments
39
- <http ://axelrod.readthedocs.io/en/stable/tutorials/getting_started /tournament.html> `_ over a number of strategies.
39
+ <https ://axelrod.readthedocs.io/en/stable/tutorials/new_to_game_theory_and_or_python /tournament.html> `_ over a number of strategies.
40
40
- can study population dynamics through `Moran processes
41
- <http ://axelrod.readthedocs.io/en/stable/tutorials/getting_started /moran.html> `_ and an `infinite
41
+ <https ://axelrod.readthedocs.io/en/stable/tutorials/new_to_game_theory_and_or_python /moran.html> `_ and an `infinite
42
42
population model
43
- <http ://axelrod.readthedocs.io/en/stable/tutorials/further_topics/ecological_variant .html> `_.
43
+ <https ://axelrod.readthedocs.io/en/stable/how-to/run_axelrods_ecological_variant .html> `_.
44
44
- can analyse detailed `results of tournaments
45
- <http ://axelrod.readthedocs.io/en/stable/tutorials/getting_started /summarising_tournaments.html> `_ and matches.
45
+ <https ://axelrod.readthedocs.io/en/stable/tutorials/new_to_game_theory_and_or_python /summarising_tournaments.html> `_ and matches.
46
46
- can `visualise results
47
- <http ://axelrod.readthedocs.io/en/stable/tutorials/getting_started /visualising_results.html> `_ of tournaments.
47
+ <https ://axelrod.readthedocs.io/en/stable/tutorials/new_to_game_theory_and_or_python /visualising_results.html> `_ of tournaments.
48
48
49
49
.. image :: http://axelrod.readthedocs.io/en/stable/_images/demo_strategies_boxplot.svg
50
50
:height: 300 px
51
51
:align: center
52
52
53
- - can reproduce a number of contemporary research topics such as `fingerprinting <http ://axelrod.readthedocs.io/en/stable/tutorials/further_topics/fingerprinting .html >`_ of
53
+ - can reproduce a number of contemporary research topics such as `fingerprinting <https ://axelrod.readthedocs.io/en/stable/how-to/fingerprint .html >`_ of
54
54
strategies and `morality metrics
55
- <http ://axelrod.readthedocs.io/en/stable/tutorials/further_topics/morality_metrics .html> `_.
55
+ <https ://axelrod.readthedocs.io/en/stable/how-to/calculate_morality_metrics .html> `_.
56
56
57
57
.. image :: https://github.com/Axelrod-Python/Axelrod-fingerprint/raw/master/assets/Tricky_Defector.png
58
58
:height: 300 px
@@ -98,8 +98,7 @@ Examples
98
98
--------
99
99
100
100
- https://github.com/Axelrod-Python/tournament is a tournament pitting all the
101
- strategies in the repository against each other. These results can be easily
102
- viewed at http://axelrod-tournament.readthedocs.org.
101
+ strategies in the repository against each other.
103
102
- https://github.com/Axelrod-Python/Axelrod-notebooks contains a set of example
104
103
Jupyter notebooks.
105
104
- https://github.com/Axelrod-Python/Axelrod-fingerprint contains fingerprints
@@ -112,7 +111,7 @@ All contributions are welcome!
112
111
113
112
You can find helpful instructions about contributing in the
114
113
documentation:
115
- https://axelrod.readthedocs.io/en/latest /how-to/contributing/index.html
114
+ https://axelrod.readthedocs.io/en/stable /how-to/contributing/index.html
116
115
117
116
Publications
118
117
------------
0 commit comments