summaryrefslogtreecommitdiff
path: root/src/python/doc
diff options
context:
space:
mode:
Diffstat (limited to 'src/python/doc')
-rw-r--r--src/python/doc/alpha_complex_ref.rst6
-rw-r--r--src/python/doc/alpha_complex_user.rst14
2 files changed, 0 insertions, 20 deletions
diff --git a/src/python/doc/alpha_complex_ref.rst b/src/python/doc/alpha_complex_ref.rst
index 49321368..eaa72551 100644
--- a/src/python/doc/alpha_complex_ref.rst
+++ b/src/python/doc/alpha_complex_ref.rst
@@ -11,9 +11,3 @@ Alpha complex reference manual
:undoc-members:
.. automethod:: gudhi.AlphaComplex.__init__
-
-.. autoclass:: gudhi.AlphaComplex3D
- :members:
- :undoc-members:
-
- .. automethod:: gudhi.AlphaComplex3D.__init__
diff --git a/src/python/doc/alpha_complex_user.rst b/src/python/doc/alpha_complex_user.rst
index d7b09246..db0ccdc9 100644
--- a/src/python/doc/alpha_complex_user.rst
+++ b/src/python/doc/alpha_complex_user.rst
@@ -254,17 +254,3 @@ Then, it computes the persistence diagram and displays it:
dgm = stree.persistence()
gd.plot_persistence_diagram(dgm, legend = True)
plt.show()
-
-3d specific version
-^^^^^^^^^^^^^^^^^^^
-
-:Requires: `Eigen <installation.html#eigen>`_ :math:`\geq` 3.1.0 and `CGAL <installation.html#cgal>`_ :math:`\geq` 4.11.0.
-
-A specific module for Alpha complex is available in 3d (cf. :class:`~gudhi.AlphaComplex3D`) and
-allows to construct standard and weighted versions of alpha complexes.
-
-Remark
-""""""
-
-* Contrary to the dD version, with the 3d version, the vertices in the output simplex tree are not guaranteed to match
- the order of the input points. One can use :func:`~gudhi.AlphaComplex3D.get_point` to get the initial point back.