summaryrefslogtreecommitdiff
path: root/src/python/doc/wasserstein_distance_sum.inc
diff options
context:
space:
mode:
authortlacombe <lacombe1993@gmail.com>2020-04-01 10:34:48 +0200
committertlacombe <lacombe1993@gmail.com>2020-04-01 10:34:48 +0200
commitcfcbe923f132a770363e6a240df8f6911cdd39e9 (patch)
treefe7873c6c04ddbb5b89e9496a166a77df5991f1b /src/python/doc/wasserstein_distance_sum.inc
parentaf76331b5b4c709f46a3d705320bfedcf3a60924 (diff)
improved doc, turns Basic examples as subsections using *
Diffstat (limited to 'src/python/doc/wasserstein_distance_sum.inc')
-rw-r--r--src/python/doc/wasserstein_distance_sum.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/python/doc/wasserstein_distance_sum.inc b/src/python/doc/wasserstein_distance_sum.inc
index f10472bc..f9308e5e 100644
--- a/src/python/doc/wasserstein_distance_sum.inc
+++ b/src/python/doc/wasserstein_distance_sum.inc
@@ -4,10 +4,10 @@
+-----------------------------------------------------------------+----------------------------------------------------------------------+------------------------------------------------------------------+
| .. figure:: | The q-Wasserstein distance measures the similarity between two | :Author: Theo Lacombe |
| ../../doc/Bottleneck_distance/perturb_pd.png | persistence diagrams using the sum of all edges lengths (instead of | |
- | :figclass: align-center | the maximum). It allows to define sophisticated objects such as | :Introduced in: GUDHI 3.1.0 |
+ | :figclass: align-center | the maximum). It allows to define sophisticated objects such as | :Since: GUDHI 3.1.0 |
| | barycenters of a family of persistence diagrams. | |
- | Wasserstein distance is the q-th root of the sum of the | | :Copyright: MIT |
- | edge lengths to the power q. | | |
+ | | | :License: MIT |
+ | | | |
| | | :Requires: Python Optimal Transport (POT) :math:`\geq` 0.5.1 |
+-----------------------------------------------------------------+----------------------------------------------------------------------+------------------------------------------------------------------+
| * :doc:`wasserstein_distance_user` | |