Skip to content

Commit

Permalink
fix tutorial labelling
Browse files Browse the repository at this point in the history
  • Loading branch information
geraintpalmer committed Apr 26, 2024
1 parent 73cf1f6 commit 61798ce
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/Background/simulationpractice.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Simulation Practice
===================

Ensuring good practice when simulation modelling is important to get meaningful analyses from the models.
This is shown in :ref:`Tutorial IV <tutorial-iv>`.
This is shown in :ref:`Part 4 of Tutorial I <tutorial-i-p4>`.
A recommended resource on the subject is [SR14]_.
This page will briefly summarise some important aspects of carrying out simulation model analysis.

Expand Down
2 changes: 1 addition & 1 deletion docs/Tutorial/GettingStarted/part_1.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. _tutorial-i:
.. _tutorial-i-p1:

====================================================
Tutorial I: Part 1 - Defining & Running a Simulation
Expand Down
4 changes: 2 additions & 2 deletions docs/Tutorial/GettingStarted/part_2.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. _tutorial-ii:
.. _tutorial-i-p2:

====================================================
Tutorial I: Part 2 - Exploring the Simulation Object
Expand All @@ -23,7 +23,7 @@ Although our queueing system consisted of one node (the bank), the object :code:
[Arrival Node, Node 1, Exit Node]

+ **The Arrival Node:**
This is where customers are created. They are spawned here, and can :ref:`baulk <baulking-functions>`, :ref:`be rejected <tutorial-vi>` or sent to a service node. Accessed using::
This is where customers are created. They are spawned here, and can :ref:`baulk <baulking-functions>`, :ref:`be rejected <tutorial-iii>` or sent to a service node. Accessed using::

>>> Q.nodes[0]
Arrival Node
Expand Down
2 changes: 1 addition & 1 deletion docs/Tutorial/GettingStarted/part_3.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. _tutorial-iii:
.. _tutorial-i-p3:

=======================================
Tutorial I: Part 3 - Collecting Results
Expand Down
2 changes: 1 addition & 1 deletion docs/Tutorial/GettingStarted/part_4.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. _tutorial-iv:
.. _tutorial-i-p4:

================================================
Tutorial I: Part 4 - Trials, Warm-up & Cool-down
Expand Down
2 changes: 1 addition & 1 deletion docs/Tutorial/tutorial_ii.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. _tutorial-v:
.. _tutorial-ii:

================================
Tutorial II: A Network of Queues
Expand Down
2 changes: 1 addition & 1 deletion docs/Tutorial/tutorial_iii.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. _tutorial-vi:
.. _tutorial-iii:

=================================
Tutorial III: Restricted Networks
Expand Down
2 changes: 1 addition & 1 deletion docs/Tutorial/tutorial_iv.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. _tutorial-vii:
.. _tutorial-iv:

=========================================
Tutorial IV: Multiple Classes of Customer
Expand Down

0 comments on commit 61798ce

Please sign in to comment.