summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorVincent Rouvreau <vincent.rouvreau@inria.fr>2022-01-19 08:14:07 +0100
committerVincent Rouvreau <vincent.rouvreau@inria.fr>2022-01-19 08:14:07 +0100
commit1f9b9d2e751332c944d98be366d39d8a69556187 (patch)
tree529905c4c8d4886954a2d71d8edf35ff448a7b1e /src
parentf76dcd1fe954b77e1d8af368b7fe75355f944a80 (diff)
Doc review: reword confusing sentence
Diffstat (limited to 'src')
-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 94c54053..cfd22742 100644
--- a/src/python/doc/alpha_complex_user.rst
+++ b/src/python/doc/alpha_complex_user.rst
@@ -179,8 +179,8 @@ 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>`_.
-This example builds the CGAL weighted alpha shapes from a small molecule, and initializes the alpha complex with
-it. This example is taken from
+This example builds the weighted alpha-complex of a small molecule, where atoms have different sizes.
+It is taken from
`CGAL 3d weighted alpha shapes <https://doc.cgal.org/latest/Alpha_shapes_3/index.html#title13>`_.
Then, it is asked to display information about the alpha complex.