File tree Expand file tree Collapse file tree 2 files changed +6
-22
lines changed
docs/tutorials/getting_started Expand file tree Collapse file tree 2 files changed +6
-22
lines changed Original file line number Diff line number Diff line change @@ -85,17 +85,9 @@ Results
85
85
=======
86
86
87
87
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.
90
90
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.
99
91
100
92
Contributing
101
93
============
Original file line number Diff line number Diff line change @@ -7,12 +7,12 @@ of the strategies from the library. You can view them at `Axelrod-Python/tournam
7
7
8
8
To view the help for the :code: `run_axelrod ` file run::
9
9
10
- $ run_axelrod.py -h
10
+ $ run_axelrod -h
11
11
12
12
Note that if you have not installed the package you can still use this script
13
13
directly from the repository::
14
14
15
- $ python run_axelrod -h
15
+ $ run_axelrod -h
16
16
17
17
There is a variety of options that include:
18
18
@@ -33,13 +33,5 @@ take quite a while!)::
33
33
34
34
$ run_axelrod --xc -p 0
35
35
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/
You can’t perform that action at this time.
0 commit comments