Skip to content

Commit 1bc9978

Browse files
committed
Update documents for makes_use_of now auto-calculated
1 parent e3bfc46 commit 1bc9978

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

docs/tutorials/advanced/classification_of_strategies.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ Here is the :code:`classifier` for the :code:`Cooperator` strategy::
1212
>>> import axelrod as axl
1313
>>> expected_dictionary = {
1414
... 'manipulates_state': False,
15-
... 'makes_use_of': set([]),
1615
... 'long_run_time': False,
1716
... 'stochastic': False,
1817
... 'manipulates_source': False,

docs/tutorials/contributing/strategy/classifying_the_new_strategy.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ Let us take a look at the dimensions available by looking at :code:`TitForTat`::
1515
... print(key)
1616
inspects_source
1717
long_run_time
18-
makes_use_of
1918
manipulates_source
2019
manipulates_state
2120
memory_depth

0 commit comments

Comments
 (0)