summaryrefslogtreecommitdiff
path: root/src/python/doc/alpha_complex_user.rst
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2021-06-09 08:22:52 +0200
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2021-06-09 08:22:52 +0200
commit05aff3cba18e1e14549747f3b0673edd6d704d47 (patch)
tree1e10ab60ea8962f343245ba76426802bc6d6dd39 /src/python/doc/alpha_complex_user.rst
parent620e23bef5e209d2596d1d99a7284fda77f420c0 (diff)
doc review: remove 'specific'
Diffstat (limited to 'src/python/doc/alpha_complex_user.rst')
-rw-r--r--src/python/doc/alpha_complex_user.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/python/doc/alpha_complex_user.rst b/src/python/doc/alpha_complex_user.rst
index d15af56a..985ee962 100644
--- a/src/python/doc/alpha_complex_user.rst
+++ b/src/python/doc/alpha_complex_user.rst
@@ -173,8 +173,8 @@ of speed-up, since we always first build the full filtered complex, so it is rec
:paramref:`~gudhi.AlphaComplex.create_simplex_tree.max_alpha_square`.
In the following example, a threshold of :math:`\alpha^2 = 32.0` is used.
-Weighted specific version
-^^^^^^^^^^^^^^^^^^^^^^^^^
+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>`_