summaryrefslogtreecommitdiff
path: root/src/python/doc/rips_complex_ref.rst
diff options
context:
space:
mode:
authorVincent Rouvreau <10407034+VincentRouvreau@users.noreply.github.com>2020-05-28 21:19:51 +0200
committerGitHub <noreply@github.com>2020-05-28 21:19:51 +0200
commit669960ef3086606165873c8c986a67e9d3d83e9d (patch)
treed948ef4b27b964aae8a59478de669fd51659b640 /src/python/doc/rips_complex_ref.rst
parent48d9ff9986cb3a6e36f60142784c2a02317dd327 (diff)
parenta9e1f9bbb4b39bca0d59857f57f5182701532820 (diff)
Merge pull request #324 from yuichi-ike/dtm-filtration
DTM Rips complex
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..2aa6b268 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