summaryrefslogtreecommitdiff
path: root/src/python/gudhi/alpha_complex.pyx
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2021-03-12 16:15:48 +0100
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2021-03-12 16:15:48 +0100
commita1674773ce5ed9060e5ecf173e5b75cd22f85b1a (patch)
tree785b263e0ce775cfa47fabede45076267f3f2154 /src/python/gudhi/alpha_complex.pyx
parent80f2e9e0aa2562ef4efed59c9034615ad2175836 (diff)
Reword alpha complex constructor documentation
Diffstat (limited to 'src/python/gudhi/alpha_complex.pyx')
-rw-r--r--src/python/gudhi/alpha_complex.pyx5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/python/gudhi/alpha_complex.pyx b/src/python/gudhi/alpha_complex.pyx
index f5f0ca5b..0fea3f37 100644
--- a/src/python/gudhi/alpha_complex.pyx
+++ b/src/python/gudhi/alpha_complex.pyx
@@ -61,9 +61,8 @@ cdef class AlphaComplex:
:param points: A list of points in d-Dimension.
:type points: list of list of double
- Or
-
- :param off_file: An OFF file style name.
+ :param off_file: An `OFF file style <fileformats.html#off-file-format>`_ name. `points` are
+ read and overwritten by the points in the `off_file`.
:type off_file: string
:param precision: Alpha complex precision can be 'fast', 'safe' or 'exact'. Default is 'safe'.