From eeb82a9539ba35ee1f5754c65ffee6b54f3be023 Mon Sep 17 00:00:00 2001 From: Daniel Lovell Date: Wed, 2 Oct 2024 13:30:37 -0700 Subject: [PATCH] Don't use public/ directory for images --- docs/Development_Guide.md | 2 +- docs/Simulation_Logging.md | 2 +- docs/{public => }/images/sim_salvo_animation.gif | Bin docs/{public => }/images/sim_visualizer.png | Bin docs/{public => }/images/unity_hub.png | Bin 5 files changed, 2 insertions(+), 2 deletions(-) rename docs/{public => }/images/sim_salvo_animation.gif (100%) rename docs/{public => }/images/sim_visualizer.png (100%) rename docs/{public => }/images/unity_hub.png (100%) diff --git a/docs/Development_Guide.md b/docs/Development_Guide.md index 7a60d38..86b7a59 100644 --- a/docs/Development_Guide.md +++ b/docs/Development_Guide.md @@ -42,7 +42,7 @@ Alternatively, you can download the repository as a ZIP file and extract it to a ### 3. Launch the Project via Unity Hub -![Unity Hub](images/unity_hub.png) +![Unity Hub](./images/unity_hub.png) 1. **Open Unity Hub**. diff --git a/docs/Simulation_Logging.md b/docs/Simulation_Logging.md index d81ce7a..8f46886 100644 --- a/docs/Simulation_Logging.md +++ b/docs/Simulation_Logging.md @@ -4,7 +4,7 @@ This guide provides instructions on how to access and interpret the simulation l ## Overview -![Python simulation log visualizer](images/sim_visualizer.png) +![Python simulation log visualizer](./images/sim_visualizer.png) Simulation logs capture detailed telemetry and event data from each simulation run. These logs are essential for debugging, performance analysis, and understanding the behavior of agents within the simulation. diff --git a/docs/public/images/sim_salvo_animation.gif b/docs/images/sim_salvo_animation.gif similarity index 100% rename from docs/public/images/sim_salvo_animation.gif rename to docs/images/sim_salvo_animation.gif diff --git a/docs/public/images/sim_visualizer.png b/docs/images/sim_visualizer.png similarity index 100% rename from docs/public/images/sim_visualizer.png rename to docs/images/sim_visualizer.png diff --git a/docs/public/images/unity_hub.png b/docs/images/unity_hub.png similarity index 100% rename from docs/public/images/unity_hub.png rename to docs/images/unity_hub.png