From 71e79844a54ea88babd04b01688766a17b3de614 Mon Sep 17 00:00:00 2001 From: RĂ©mi Flamary Date: Fri, 24 Apr 2020 18:25:17 +0200 Subject: update proper links form readme --- docs/source/index.rst | 3 ++- docs/source/readme.rst | 38 +++++++++++++++++++------------------- 2 files changed, 21 insertions(+), 20 deletions(-) (limited to 'docs') diff --git a/docs/source/index.rst b/docs/source/index.rst index 47a29a4..be01343 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -19,7 +19,8 @@ Contents releases .. include:: readme.rst - :start-line: 5 + :start-line: 2 + Indices and tables diff --git a/docs/source/readme.rst b/docs/source/readme.rst index 7d8b8bd..2707a07 100644 --- a/docs/source/readme.rst +++ b/docs/source/readme.rst @@ -29,9 +29,9 @@ POT provides the following generic OT solvers (links to examples): [26] `__ with optional GPU implementation (requires cupy). - Bregman projections for `Wasserstein - barycenter `__ + barycenter `__ [3], `convolutional - barycenter `__ + barycenter `__ [21] and unmixing [4]. - Sinkhorn divergence [23] and entropic regularization OT from empirical data. @@ -39,32 +39,32 @@ POT provides the following generic OT solvers (links to examples): solvers `__ (dual and semi-dual) for KL and squared L2 regularizations [17]. - Non regularized `Wasserstein barycenters - [16] `__) + [16] `__) with LP solver (only small scale). - `Gromov-Wasserstein - distances `__ + distances `__ and `GW - barycenters `__ + barycenters `__ (exact [13] and regularized [12]) - `Fused-Gromov-Wasserstein distances - solver `__ + solver `__ and `FGW - barycenters `__ + barycenters `__ [24] - `Stochastic solver `__ for Large-scale Optimal Transport (semi-dual problem [18] and dual problem [19]) - Non regularized `free support Wasserstein - barycenters `__ + barycenters `__ [20]. - `Unbalanced - OT `__ + OT `__ with KL relaxation and - `barycenter `__ + `barycenter `__ [10, 25]. - `Partial Wasserstein and - Gromov-Wasserstein `__ + Gromov-Wasserstein `__ (exact [29] and entropic [3] formulations). POT provides the following Machine Learning related solvers: @@ -72,24 +72,24 @@ POT provides the following Machine Learning related solvers: - `Optimal transport for domain adaptation `__ with `group lasso - regularization `__, + regularization `__, `Laplacian - regularization `__ + regularization `__ [5] [30] and `semi supervised - setting `__. + setting `__. - `Linear OT - mapping `__ + mapping `__ [14] and `Joint OT mapping estimation `__ [8]. - `Wasserstein Discriminant - Analysis `__ + Analysis `__ [11] (requires autograd + pymanopt). - `JCPOT algorithm for multi-source domain adaptation with target - shift `__ + shift `__ [27]. -Some demonstrations are available in the +Some other examples are available in the `documentation `__. Using and citing the toolbox @@ -233,7 +233,7 @@ Examples and Notebooks ~~~~~~~~~~~~~~~~~~~~~~ The examples folder contain several examples and use case for the -library. The full documentation is available on +library. The full documentation with examples and output is available on https://PythonOT.github.io/. Acknowledgements -- cgit v1.2.3