summaryrefslogtreecommitdiff
path: root/src/python/doc/rips_complex_ref.rst
diff options
context:
space:
mode:
authoryuichi-ike <yuichi.ike.1990@gmail.com>2020-05-21 11:02:00 +0900
committeryuichi-ike <yuichi.ike.1990@gmail.com>2020-05-21 11:02:00 +0900
commit0c47b28201093851140ab499331017ef42312ce7 (patch)
treee0f4d09d0fc5cf36705b09f919081917d5195f63 /src/python/doc/rips_complex_ref.rst
parent97e889f34e929f3c2306803b6c37b57926bd1245 (diff)
DTM Rips added (straightforward way)
Diffstat (limited to 'src/python/doc/rips_complex_ref.rst')
-rw-r--r--src/python/doc/rips_complex_ref.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/python/doc/rips_complex_ref.rst b/src/python/doc/rips_complex_ref.rst
index 5f3e46c1..f781fd92 100644
--- a/src/python/doc/rips_complex_ref.rst
+++ b/src/python/doc/rips_complex_ref.rst
@@ -25,3 +25,16 @@ Weighted Rips complex reference manual
:show-inheritance:
.. automethod:: gudhi.weighted_rips_complex.WeightedRipsComplex.__init__
+
+.. _dtm-rips-complex-reference-manual:
+
+=================================
+DTM Rips complex reference manual
+=================================
+
+.. autoclass:: gudhi.dtm_rips_complex.DtmRipsComplex
+ :members:
+ :undoc-members:
+ :show-inheritance:
+
+ .. automethod:: gudhi.dtm_rips_complex.DtmRipsComplex.__init__ \ No newline at end of file