summaryrefslogtreecommitdiff
path: root/src/python/doc/alpha_complex_user.rst
diff options
context:
space:
mode:
authorVincent Rouvreau <vincent.rouvreau@inria.fr>2021-11-08 09:17:17 +0100
committerVincent Rouvreau <vincent.rouvreau@inria.fr>2021-11-08 09:17:17 +0100
commit63aadb9a9eca849e1d7557fdced3bc6874426eb1 (patch)
tree1c2389e57602e40809165e7eae587d1179fe2768 /src/python/doc/alpha_complex_user.rst
parent0cbb0e6cfeae5c92d6141a86812f9fa44cf77d0b (diff)
doc review: regular triangulation is not 'of Delaunay'
Diffstat (limited to 'src/python/doc/alpha_complex_user.rst')
-rw-r--r--src/python/doc/alpha_complex_user.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/python/doc/alpha_complex_user.rst b/src/python/doc/alpha_complex_user.rst
index db0ccdc9..84932c18 100644
--- a/src/python/doc/alpha_complex_user.rst
+++ b/src/python/doc/alpha_complex_user.rst
@@ -174,8 +174,7 @@ Weighted version
^^^^^^^^^^^^^^^^
A weighted version for Alpha complex is available. It is like a usual Alpha complex, but based on a
-`CGAL regular triangulation <https://doc.cgal.org/latest/Triangulation/index.html#title20>`_
-of Delaunay.
+`CGAL regular triangulation <https://doc.cgal.org/latest/Triangulation/index.html#title20>`_.
This example builds the CGAL weighted alpha shapes from a small molecule, and initializes the alpha complex with
it. This example is taken from