Skip to content

Commit f4113e8

Browse files
renumber and reorder tutorials
1 parent e1a7e98 commit f4113e8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

doc/pygambit.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ See installation instructions in the :ref:`install` section.
88

99

1010
For newcomers to Gambit, we recommend reading through the PyGambit tutorials, which demonstrate the API's key capabilities for analyzing and solving games.
11-
These tutorials are available to be run interactively as Jupyter notebooks, see :ref:`local_tutorials`.
12-
All of the tutorials assume a basic knowledge of programming in Python.
11+
All of these tutorials assume a basic knowledge of programming in Python.
12+
13+
You can run the tutorials interactively as Jupyter notebooks, see :ref:`local_tutorials`.
1314

1415
New user tutorials
1516
------------------
@@ -20,11 +21,10 @@ They are numbered in the order they should be read.
2021
.. toctree::
2122
:maxdepth: 2
2223

23-
tutorials/running_locally
2424
tutorials/01_quickstart
2525
tutorials/02_extensive_form
2626
tutorials/03_stripped_down_poker
27-
tutorials/creating_images
27+
tutorials/04_creating_images
2828

2929
Advanced user tutorials
3030
-----------------------
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"id": "a2d556ea-37b0-47c5-a199-2cbfc68c95a9",
66
"metadata": {},
77
"source": [
8-
"# Creating publication-ready game images"
8+
"# 4) Creating publication-ready game images"
99
]
1010
},
1111
{

0 commit comments

Comments
 (0)