From 6514780b98e957fbc8af1a64ab16328d0181fc0d Mon Sep 17 00:00:00 2001 From: Vince Knight Date: Sun, 10 Nov 2024 21:59:52 +0000 Subject: [PATCH] Fix the dead links in the README. (#1450) * Fix the dead links in the README. Closes #1449 * Fix remaining links. --- README.rst | 25 +++++++++++-------------- 1 file changed, 11 insertions(+), 14 deletions(-) diff --git a/README.rst b/README.rst index 870a5e2be..75c6ba8df 100644 --- a/README.rst +++ b/README.rst @@ -7,8 +7,6 @@ .. image:: https://github.com/Axelrod-Python/Axelrod/workflows/CI/badge.svg :target: https://github.com/Axelrod-Python/Axelrod/actions -|Join the chat at https://gitter.im/Axelrod-Python/Axelrod| - Axelrod ======= @@ -32,29 +30,29 @@ Features With Axelrod you: - have access `to over 200 strategies - `_, including original and classics like Tit + `_, including original and classics like Tit For Tat and Win Stay Lose Shift. These are extendable through parametrization and a collection of strategy transformers. - can create `head to head matches - `_ between pairs of strategies. + `_ between pairs of strategies. - can create `tournaments - `_ over a number of strategies. + `_ over a number of strategies. - can study population dynamics through `Moran processes - `_ and an `infinite + `_ and an `infinite population model - `_. + `_. - can analyse detailed `results of tournaments - `_ and matches. + `_ and matches. - can `visualise results - `_ of tournaments. + `_ of tournaments. .. image:: http://axelrod.readthedocs.io/en/stable/_images/demo_strategies_boxplot.svg :height: 300 px :align: center -- can reproduce a number of contemporary research topics such as `fingerprinting `_ of +- can reproduce a number of contemporary research topics such as `fingerprinting `_ of strategies and `morality metrics - `_. + `_. .. image:: https://github.com/Axelrod-Python/Axelrod-fingerprint/raw/master/assets/Tricky_Defector.png :height: 300 px @@ -100,8 +98,7 @@ Examples -------- - https://github.com/Axelrod-Python/tournament is a tournament pitting all the - strategies in the repository against each other. These results can be easily - viewed at http://axelrod-tournament.readthedocs.org. + strategies in the repository against each other. - https://github.com/Axelrod-Python/Axelrod-notebooks contains a set of example Jupyter notebooks. - https://github.com/Axelrod-Python/Axelrod-fingerprint contains fingerprints @@ -114,7 +111,7 @@ All contributions are welcome! You can find helpful instructions about contributing in the documentation: -https://axelrod.readthedocs.io/en/latest/how-to/contributing/index.html +https://axelrod.readthedocs.io/en/stable/how-to/contributing/index.html Publications ------------