Skip to content

Commit

Permalink
Fix broken hyperlinks.
Browse files Browse the repository at this point in the history
  • Loading branch information
drvinceknight committed Jul 16, 2016
1 parent dfabca9 commit 734e512
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions docs/tutorials/getting_started/visualising_results.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
:ref:`tournament-results`, this becomes particularly useful when viewing the
outputs of tournaments with a large number of strategies::

>>> p = plot.payoff()
>>> p.show()
Expand Down

0 comments on commit 734e512

Please sign in to comment.