From 45fcdf44680e14c1723adb6bb959646d9f0fe1ed Mon Sep 17 00:00:00 2001 From: Vince Knight Date: Sat, 16 Jul 2016 17:43:22 +0100 Subject: [PATCH] Fix broken hyperlinks. --- .../further_topics/probabilistict_end_tournaments.rst | 2 +- docs/tutorials/getting_started/visualising_results.rst | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/tutorials/further_topics/probabilistict_end_tournaments.rst b/docs/tutorials/further_topics/probabilistict_end_tournaments.rst index becf0cf20..5f40f160f 100644 --- a/docs/tutorials/further_topics/probabilistict_end_tournaments.rst +++ b/docs/tutorials/further_topics/probabilistict_end_tournaments.rst @@ -12,7 +12,7 @@ probability:: We can view the results in a similar way as for described in -:ref:`payoff-matrix`:: +:ref:`tournament-results`:: >>> results = tournament.play() >>> m = results.payoff_matrix diff --git a/docs/tutorials/getting_started/visualising_results.rst b/docs/tutorials/getting_started/visualising_results.rst index fc640f1a2..742a38f14 100644 --- a/docs/tutorials/getting_started/visualising_results.rst +++ b/docs/tutorials/getting_started/visualising_results.rst @@ -43,9 +43,9 @@ We can view the distributions of wins for each strategy:: Visualising the payoff matrix ----------------------------- -We can also easily view the payoff matrix described in :doc:`payoff_matrix`, this -becomes particularly useful when viewing the outputs of tournaments with a large -number of strategies:: +We can also easily view the payoff matrix described in +:doc:`tournament-results`, this becomes particularly useful when viewing the +outputs of tournaments with a large number of strategies:: >>> p = plot.payoff() >>> p.show()