Skip to content

Commit 3a85bb6

Browse files
committed
Merge pull request #459 from Axelrod-Python/431
431 - Minor fix of README following change to tournament repo
2 parents bfccf62 + 032663a commit 3a85bb6

File tree

2 files changed

+6
-22
lines changed

2 files changed

+6
-22
lines changed

README.rst

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -85,17 +85,9 @@ Results
8585
=======
8686

8787
A tournament with the full set of strategies from the library can be found at
88-
https://github.com/Axelrod-Python/tournament. Here is the latest graphical
89-
version of the results:
88+
https://github.com/Axelrod-Python/tournament. These results can be easily viewed
89+
at http://axelrod-tournament.readthedocs.org.
9090

91-
.. image:: http://axelrod-python.github.io/tournament/assets/strategies_boxplot.svg
92-
:width: 100%
93-
94-
.. image:: http://axelrod-python.github.io/tournament/assets/strategies_winplot.svg
95-
:width: 100%
96-
97-
See the `tournament repository <https://github.com/Axelrod-Python/tournament>`_
98-
for many additional plots.
9991

10092
Contributing
10193
============

docs/tutorials/getting_started/command_line.rst

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ of the strategies from the library. You can view them at `Axelrod-Python/tournam
77

88
To view the help for the :code:`run_axelrod` file run::
99

10-
$ run_axelrod.py -h
10+
$ run_axelrod -h
1111

1212
Note that if you have not installed the package you can still use this script
1313
directly from the repository::
1414

15-
$ python run_axelrod -h
15+
$ run_axelrod -h
1616

1717
There is a variety of options that include:
1818

@@ -33,13 +33,5 @@ take quite a while!)::
3333

3434
$ run_axelrod --xc -p 0
3535

36-
Here are some of the plots that are output when running with the latest total number of strategies:
37-
38-
The results from the tournament itself (ordered by median score):
39-
40-
.. raw:: html
41-
42-
<img src="http://axelrod-python.github.io/tournament/assets/strategies_boxplot.svg" style="width: 50%; align: center">
43-
44-
This is just a brief overview of what the tool can do, take a look at the help
45-
to see all the options.
36+
You can see results from various tournaments here:
37+
http://axelrod-tournament.readthedocs.org/en/latest/

0 commit comments

Comments
 (0)