From d6b0084742e5e3ba9bf48e046606b4571cefbcb9 Mon Sep 17 00:00:00 2001 From: Daniel VandenHeuvel <95613936+DanielVandH@users.noreply.github.com> Date: Mon, 8 Jul 2024 13:12:56 +0100 Subject: [PATCH] Update overview.md --- docs/src/manual/overview.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/src/manual/overview.md b/docs/src/manual/overview.md index 47cd47ac4..faf87c218 100644 --- a/docs/src/manual/overview.md +++ b/docs/src/manual/overview.md @@ -12,4 +12,5 @@ This section gives a manual for certain parts of the package. Little code will b - [Ghost (Negative) Vertices](ghost_triangles.md): How ghost triangles and ghost vertices are used in this package to represent boundary information. - [Geometrical Predicates](predicates.md): How geometric predicates are defined in this package. - [Triangulation Output](triangulation_output.md): How the output of a triangulation is defined. -- [Voronoi Tessellation Output](voronoi_output.md): How the output of a Voronoi tessellation is defined. \ No newline at end of file +- [Voronoi Tessellation Output](voronoi_output.md): How the output of a Voronoi tessellation is defined. +- [Disabling Exact Predicates](disabling_ea.md): How to disable ExactPredicates.jl.