Skip to content

Commit 4da6da9

Browse files
committed
Merge pull request #268 from marcharper/update-docs
Update image URLs to tournament repository github.io
2 parents 8390d1f + 9f2a290 commit 4da6da9

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

docs/usage.rst

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ Let us see the global scores for the basic strategies::
169169

170170
We see the output of this here:
171171

172-
.. image:: _static/usage/basic_strategies.svg
172+
.. image:: http://axelrod-python.github.io/tournament/assets/basic_strategies_boxplot.svg
173173
:width: 50%
174174
:align: center
175175

@@ -209,7 +209,7 @@ Again, if :code:`matplotlib` is installed we can visualise this::
209209

210210
this is shown here:
211211

212-
.. image:: _static/usage/payoffs.svg
212+
.. image:: http://axelrod-python.github.io/tournament/assets/basic_strategies_payoff.svg
213213
:width: 50%
214214
:align: center
215215

@@ -272,12 +272,12 @@ such as WinStayLoseShift that are more robust in the presence of noise.
272272

273273
Adding noise makes a dramatic difference in the pairwise payoffs (5% on right):
274274

275-
.. |pairwise_no_noise| image:: ../assets/strategies_payoff.png
275+
.. |pairwise_no_noise| image:: http://axelrod-python.github.io/tournament/assets/strategies_payoff.svg
276276
:width: 75%
277277
:align: middle
278278
:alt: Pairwise payoffs without noise
279279

280-
.. |pairwise_5_noise| image:: ../assets/strategies_payoff_noise_5.png
280+
.. |pairwise_5_noise| image:: http://axelrod-python.github.io/tournament/assets/strategies_payoff_noise_5.svg
281281
:width: 75%
282282
:align: middle
283283
:alt: Pairwise payoffs with 5% noise
@@ -288,12 +288,12 @@ Adding noise makes a dramatic difference in the pairwise payoffs (5% on right):
288288

289289
and accordingly to the ranking of strategies overall:
290290

291-
.. |boxplot_no_noise| image:: ../assets/strategies_boxplot.png
291+
.. |boxplot_no_noise| image:: http://axelrod-python.github.io/tournament/assets/strategies_boxplot.svg
292292
:width: 75%
293293
:align: middle
294294
:alt: Strategy performance without noise
295295

296-
.. |boxplot_5_noise| image:: ../assets/strategies_boxplot_noise_5.png
296+
.. |boxplot_5_noise| image:: http://axelrod-python.github.io/tournament/assets/strategies_boxplot_noise_5.svg
297297
:width: 75%
298298
:align: middle
299299
:alt: Strategy performance with 5% noise
@@ -342,7 +342,7 @@ An ecological variant of the tournament can be run with this library which allow
342342

343343
We see the output here:
344344

345-
.. image:: _static/usage/basic_strategies-reproduce.svg
345+
.. image:: http://axelrod-python.github.io/tournament/assets/basic_strategies_reproduce.svg
346346
:width: 50%
347347
:align: center
348348

@@ -420,18 +420,18 @@ Here are some of the plots that are output when running with the latest total nu
420420

421421
The results from the tournament itself (ordered by median score):
422422

423-
.. image:: ../assets/strategies_boxplot.png
423+
.. image:: http://axelrod-python.github.io/tournament/assets/strategies_boxplot.svg
424424
:width: 50%
425425
:align: center
426426

427427
The payoff matrix from that tournament:
428428

429-
.. image:: ../assets/strategies_payoff.png
429+
.. image:: http://axelrod-python.github.io/tournament/assets/strategies_payoff.svg
430430
:width: 50%
431431
:align: center
432432

433433
The ecological variant:
434434

435-
.. image:: ../assets/strategies_reproduce.png
435+
.. image:: http://axelrod-python.github.io/tournament/assets/strategies_reproduce.svg
436436
:width: 50%
437437
:align: center

0 commit comments

Comments
 (0)