From 7edaaf183c604ebd1b79ca1fe010170095cb59fa Mon Sep 17 00:00:00 2001 From: albert-github Date: Fri, 4 Jun 2021 14:44:09 +0200 Subject: [PATCH] Incorrect links in Triangulation_on_sphere_2 For the Triangulation_on_sphere_2 packages we get the incorrect links: ``` Checking ./doc_output/Triangulation_on_sphere_2/index.html ============================================== Processing file:///.../doc_output/Triangulation_on_sphere_2/index.html List of broken links and other issues: file:///...doc_output/Triangulation_on_sphere_2/index.html Lines: 179, 191 Code: 200 (no message) To do: Some of the links to this resource point to broken URI fragments (such as index.html#fragment). The following fragments need to be fixed: Section_2D_Triangulations_Regular Line: 191 Section_2D_Triangulations_Definitions Line: 179 ``` This has been corrected. --- .../Triangulation_on_sphere_2/Triangulation_on_sphere_2.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Triangulation_on_sphere_2/doc/Triangulation_on_sphere_2/Triangulation_on_sphere_2.txt b/Triangulation_on_sphere_2/doc/Triangulation_on_sphere_2/Triangulation_on_sphere_2.txt index 6d7a15944f1..56dcd30e101 100644 --- a/Triangulation_on_sphere_2/doc/Triangulation_on_sphere_2/Triangulation_on_sphere_2.txt +++ b/Triangulation_on_sphere_2/doc/Triangulation_on_sphere_2/Triangulation_on_sphere_2.txt @@ -32,7 +32,7 @@ Given a set \f$ \mathcal{P}\f$ of points on \f$ \mathbb{S(c, r)}\f$, a two-d of \f$ \mathcal{P}\f$ can be described as a two-dimensional simplicial complex that is pure, connected, and without singularity whose vertices are exactly the points in \f$ \mathcal{P}\f$ (see the complete definition in the package -\link Section_2D_Triangulations_Definitions 2D Triangulations\endlink). +\ref Section_2D_Triangulations_Definitions "2D Triangulations"). In \f$ \mathbb{R}^2\f$, a Delaunay triangulation is a two-dimension triangulation that satisfies the empty circle property (also called Delaunay property): @@ -65,7 +65,7 @@ as an orientation test does not stand if points do not lie in a convex position. This gap between the theoretical and the practical settings was addressed by Caroli et al. \cgalCite{cgal:ccplr-redtp-10} : the solution is to use a regular triangulation, which is a generalization of the Delaunay triangulation to sets of weighted points -(see \link Section_2D_Triangulations_Regular 2D Regular Triangulations\endlink for more information). +(see \ref Section_2D_Triangulations_Regular "2D Regular Triangulations" for more information). A weighted point \f$(p,w)\f$ of \f$ \mathbb{R}^2\f$ can naturally be seen as as a circle with center \f$ p\f$ and radius \f$ r\f$ such that \f$ r^2 = w\f$ and similarly to Delaunay triangulations and the definition of regular triangulations in \f$ \mathbb{R}^2\f$ can be naturally extended to circles on \f$ \mathbb{S}\f$.