From 29d42a88dcd9584c1432b00977ba1cc58dc29d35 Mon Sep 17 00:00:00 2001 From: "Archer.Bowen" Date: Fri, 7 Jun 2024 14:48:22 +0100 Subject: [PATCH] Core user guide updated to reflect changes made down stream. --- .../notebooks/Data-Manipulation-Customising-Red-Agent.ipynb | 2 +- .../simulator/_package_data/create-simulation_demo.ipynb | 2 ++ .../simulator/_package_data/network_simulator_demo.ipynb | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/primaite/notebooks/Data-Manipulation-Customising-Red-Agent.ipynb b/src/primaite/notebooks/Data-Manipulation-Customising-Red-Agent.ipynb index 2f831148..2f4c58e7 100644 --- a/src/primaite/notebooks/Data-Manipulation-Customising-Red-Agent.ipynb +++ b/src/primaite/notebooks/Data-Manipulation-Customising-Red-Agent.ipynb @@ -12,7 +12,7 @@ "\n", "First, let's load the standard Data Manipulation config file, and see what the red agent does.\n", "\n", - "*(For a full explanation of the Data Manipulation scenario, check out the notebook Data Manipulation Scearnio notebook)*" + "*(For a full explanation of the scenario, check out the data manipulation scenario notebook)*" ] }, { diff --git a/src/primaite/simulator/_package_data/create-simulation_demo.ipynb b/src/primaite/simulator/_package_data/create-simulation_demo.ipynb index 31173022..6786125b 100644 --- a/src/primaite/simulator/_package_data/create-simulation_demo.ipynb +++ b/src/primaite/simulator/_package_data/create-simulation_demo.ipynb @@ -6,6 +6,8 @@ "source": [ "# Build a simulation using the Python API\n", "\n", + "© Crown-owned copyright 2024, Defence Science and Technology Laboratory UK\n", + "\n", "Currently, this notebook manipulates the simulation by directly placing objects inside of the attributes of the network and domain. It should be refactored when proper methods exist for adding these objects.\n" ] }, diff --git a/src/primaite/simulator/_package_data/network_simulator_demo.ipynb b/src/primaite/simulator/_package_data/network_simulator_demo.ipynb index 22fdf7ce..17a0f796 100644 --- a/src/primaite/simulator/_package_data/network_simulator_demo.ipynb +++ b/src/primaite/simulator/_package_data/network_simulator_demo.ipynb @@ -7,6 +7,8 @@ "source": [ "# PrimAITE Router Simulation Demo\n", "\n", + "© Crown-owned copyright 2024, Defence Science and Technology Laboratory UK\n", + "\n", "This demo uses a modified version of the ARCD Use Case 2 Network (seen below) to demonstrate the capabilities of the Network simulator in PrimAITE." ] },