From 5f49eb7b2edff9606fdaacf8b1304d3645a8500a Mon Sep 17 00:00:00 2001 From: Oskar Hosken Date: Thu, 10 Oct 2024 18:08:14 +1100 Subject: [PATCH 1/2] Added links in summary.md --- documentation/src/SUMMARY.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/documentation/src/SUMMARY.md b/documentation/src/SUMMARY.md index 7e701ef..749ebde 100644 --- a/documentation/src/SUMMARY.md +++ b/documentation/src/SUMMARY.md @@ -14,7 +14,14 @@ - [Scene Manager](./documentation/3d/scene_manager.md) - [Shape Manager](./documentation/3d/shape_manager.md) - [Custom Shape](./documentation/3d/custom_shape.md) -- [2D](./documentation/2d/2d.md) +- [2D](./end_user_guides/2d_guidelines/overview.md) + - [Creating Shapes](./end_user_guides/2d_guidelines/creating_shapes/creating_shapes.md) + - [Selecting Shapes](./end_user_guides/2d_guidelines/selecting_shapes/selecting_shapes.md) + - [Editing Shapes](./end_user_guides/2d_guidelines/editing_shapes/editing_shapes.md) + - [Saving Shapes](./end_user_guides/2d_guidelines/saving_shapes/saving_shapes.md) + - [Loading Shapes](./end_user_guides/2d_guidelines/loading_shapes/loading_shapes.md) + - [Monte Carlo IoU Estimation](./end_user_guides/2d_guidelines/algorithms/monte_carlo.md) + - [Exact IoU Calculation](./end_user_guides/2d_guidelines/algorithms/sutherland-hodgman.md) - [Server](./documentation/server/server.md) - [Endpoints](./documentation/server/endpoints.md) - [Testing](./documentation/testing/testing.md) From 67e4ac5ce72cecf62ac61599f0bed7b66e51288d Mon Sep 17 00:00:00 2001 From: Oskar Hosken Date: Thu, 10 Oct 2024 18:11:39 +1100 Subject: [PATCH 2/2] summary --- documentation/src/SUMMARY.md | 1 + 1 file changed, 1 insertion(+) diff --git a/documentation/src/SUMMARY.md b/documentation/src/SUMMARY.md index 44a98cb..303bc13 100644 --- a/documentation/src/SUMMARY.md +++ b/documentation/src/SUMMARY.md @@ -32,6 +32,7 @@ - [Loading Shapes](./end_user_guides/2d_guidelines/loading_shapes/loading_shapes.md) - [Monte Carlo IoU Estimation](./end_user_guides/2d_guidelines/algorithms/monte_carlo.md) - [Exact IoU Calculation](./end_user_guides/2d_guidelines/algorithms/sutherland-hodgman.md) + - [Server](./documentation/server/server.md) - [Endpoints](./documentation/server/endpoints.md) - [Testing](./documentation/testing/testing.md)