File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,6 @@ The Sections of the docstring are:
49
49
50
50
Here, the info written under the Names section
51
51
tells about the source of the TitforTat strategy.
52
- `[Axelrod1980]_ ` corresponds to the bibliographic item in
53
- `docs/reference/bibliography.rst `. If you are using a source
52
+ :code: `[Axelrod1980]_ ` corresponds to the bibliographic item in
53
+ :code: `docs/reference/bibliography.rst `. If you are using a source
54
54
that is not in the bibliography please add it.
Original file line number Diff line number Diff line change @@ -57,8 +57,8 @@ outputs of tournaments with a large number of strategies::
57
57
Saving all plots
58
58
----------------
59
59
60
- The `axelrod.Plot ` class has a method: `save_all_plots ` that will save all the
61
- above plots to file.
60
+ The :code: `axelrod.Plot ` class has a method: :code: `save_all_plots ` that will
61
+ save all the above plots to file.
62
62
63
63
Passing various objects to plot
64
64
-------------------------------
You can’t perform that action at this time.
0 commit comments