Skip to content

Commit 8f5f914

Browse files
committed
Some minor doc formatting fixes.
1 parent 4702455 commit 8f5f914

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/tutorials/contributing/strategy/docstrings.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ The Sections of the docstring are:
4949

5050
Here, the info written under the Names section
5151
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
5454
that is not in the bibliography please add it.

docs/tutorials/getting_started/visualising_results.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ outputs of tournaments with a large number of strategies::
5757
Saving all plots
5858
----------------
5959

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.
6262

6363
Passing various objects to plot
6464
-------------------------------

0 commit comments

Comments
 (0)