Skip to content

Commit 6610ebe

Browse files
committed
Merge pull request #327 from Axelrod-Python/326
Addresses 328: Adding the axelrod absolute path for autodoc.
2 parents 5adc6e5 + 44c1184 commit 6610ebe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/background.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ By simply investigating the best responses against both possible actions of each
3232
The Iterated Prisoner's Dilemma
3333
-------------------------------
3434

35-
We can use the basic Prisoner's Dilemma as a _stage_ game in a repeated game.
35+
We can use the basic Prisoner's Dilemma as a *stage* game in a repeated game.
3636
Players now aim to maximise the utility (corresponding to years in prison) over a repetition of the game.
3737
Strategies can take in to account both players history and so can take the form:
3838

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
sys.modules[mod_name] = mock.Mock()
2323

2424
# Adds absolute path to axelrod module
25-
#sys.path.insert(0, os.path.abspath('../')) # Adding path to module
25+
sys.path.insert(0, os.path.abspath('../')) # Adding path to module
2626

2727
# -- General configuration ------------------------------------------------
2828

0 commit comments

Comments
 (0)