summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarc Glisse <marc.glisse@inria.fr>2019-11-14 12:00:17 +0100
committerMarc Glisse <marc.glisse@inria.fr>2019-11-14 12:00:17 +0100
commit0dd2d14094075f8b4a10b9f569996e2ad271cd6c (patch)
tree934f9cff162fa6f228074257435cd515bc1b5b58 /src
parent5372648ccc80e9754e1d2057c5bdba9724810da5 (diff)
Add link from the main doc page.
Diffstat (limited to 'src')
-rw-r--r--src/python/doc/index.rst5
-rw-r--r--src/python/doc/sktda_sum.inc14
2 files changed, 19 insertions, 0 deletions
diff --git a/src/python/doc/index.rst b/src/python/doc/index.rst
index 8f27da0d..f8dd3c2f 100644
--- a/src/python/doc/index.rst
+++ b/src/python/doc/index.rst
@@ -78,6 +78,11 @@ Wasserstein distance
.. include:: wasserstein_distance_sum.inc
+Persistence representations
+===========================
+
+.. include:: sktda_sum.inc
+
Persistence graphical tools
===========================
diff --git a/src/python/doc/sktda_sum.inc b/src/python/doc/sktda_sum.inc
new file mode 100644
index 00000000..a0f77e7e
--- /dev/null
+++ b/src/python/doc/sktda_sum.inc
@@ -0,0 +1,14 @@
+.. table::
+ :widths: 30 50 20
+
+ +------------------------------------------------------------------+----------------------------------------------------------------+-----------------------------------------------+
+ | .. figure:: | Vectorizations, distances and kernels that work on persistence | :Author: Mathieu Carrière |
+ | ../../doc/Persistence_representations/average_landscape.png | diagrams, compatible with scikit-learn. | |
+ | | | :Introduced in: GUDHI 3.1.0 |
+ | | | |
+ | | | :Copyright: MIT |
+ | | | |
+ | | | :Requires: scikit-learn |
+ +------------------------------------------------------------------+----------------------------------------------------------------+-----------------------------------------------+
+ | * :doc:`sktda` |
+ +------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------+