Skip to content

Commit

Permalink
Adding sentence about strategies index.
Browse files Browse the repository at this point in the history
  • Loading branch information
drvinceknight committed Apr 16, 2016
1 parent 7c4b6ec commit 61956e3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ Study the evolutionary process using a Moran process::
Counter({'Cooperator': 1, 'Tit For Tat': 2}),
Counter({'Tit For Tat': 3})]

As well as this, the library has a growing collection of strategies. The
:ref:`strategies-index` gives a description of them.

For further details there is a library of tutorials available:

Tutorials
Expand Down
6 changes: 4 additions & 2 deletions docs/reference/all_strategies.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Strategies
==========
.. _strategies-index:

Strategies index
================

Here are the docstrings of all the strategies in the library.

Expand Down

0 comments on commit 61956e3

Please sign in to comment.