Skip to content

Commit

Permalink
Merge pull request #47 from jasparm/oskar
Browse files Browse the repository at this point in the history
Summary Changes
  • Loading branch information
oskohosko authored Oct 10, 2024
2 parents e114215 + 67e4ac5 commit 81a94f5
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion documentation/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,15 @@
- [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)

0 comments on commit 81a94f5

Please sign in to comment.