Skip to content

Commit 032663a

Browse files
committed
Cleaning up command line docs.
This also addresses one aspect of #456
1 parent 1164cf0 commit 032663a

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

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)