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-15 14:34:03 +0200
committerGitHub <noreply@github.com>2020-05-15 14:34:03 +0200
commitdb10582cb0f8fecba654153d248142489ab6b883 (patch)
tree30e6e8918c4fb4a6afc9dd36261c952abb618a21 /src/python/doc/rips_complex_ref.rst
parent9fb4015f9ccd394146bc436d7011d7855d919837 (diff)
parent4d27d32308f94e63d76bbd5564b8837b94b24339 (diff)
Merge pull request #295 from yuichi-ike/weighted_rips
Weighted rips
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 22b5616c..5f3e46c1 100644
--- a/src/python/doc/rips_complex_ref.rst
+++ b/src/python/doc/rips_complex_ref.rst
@@ -12,3 +12,16 @@ Rips complex reference manual
:show-inheritance:
.. automethod:: gudhi.RipsComplex.__init__
+
+.. _weighted-rips-complex-reference-manual:
+
+======================================
+Weighted Rips complex reference manual
+======================================
+
+.. autoclass:: gudhi.weighted_rips_complex.WeightedRipsComplex
+ :members:
+ :undoc-members:
+ :show-inheritance:
+
+ .. automethod:: gudhi.weighted_rips_complex.WeightedRipsComplex.__init__