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
8585=======
8686
8787A 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
10092Contributing
10193============
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
77
88To view the help for the :code: `run_axelrod ` file run::
99
10- $ run_axelrod.py -h
10+ $ run_axelrod -h
1111
1212Note that if you have not installed the package you can still use this script
1313directly from the repository::
1414
15- $ python run_axelrod -h
15+ $ run_axelrod -h
1616
1717There 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/
You can’t perform that action at this time.
0 commit comments