summaryrefslogtreecommitdiff
path: root/docs/source/readme.rst
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2017-07-06 10:15:32 +0200
committerRémi Flamary <remi.flamary@gmail.com>2017-07-06 10:15:32 +0200
commit132d5471eca26923a9a6239a5ab51623f209bf39 (patch)
tree5e5a2f55f39fb485235865bf1e5d5582c728992e /docs/source/readme.rst
parent382aa0ec377721eb7ce905fc77fde61494d459d2 (diff)
move notebooks
Diffstat (limited to 'docs/source/readme.rst')
-rw-r--r--docs/source/readme.rst22
1 files changed, 11 insertions, 11 deletions
diff --git a/docs/source/readme.rst b/docs/source/readme.rst
index 9d8c49f..6898296 100644
--- a/docs/source/readme.rst
+++ b/docs/source/readme.rst
@@ -100,27 +100,27 @@ library. The full documentation is available on
Here is a list of the Python notebooks if you want a quick look:
- `1D optimal
- transport <https://github.com/rflamary/POT/blob/master/examples/Demo_1D_OT.ipynb>`__
+ transport <https://github.com/rflamary/POT/blob/master/notebooks/Demo_1D_OT.ipynb>`__
- `OT Ground
- Loss <https://github.com/rflamary/POT/blob/master/examples/Demo_Ground_Loss.ipynb>`__
+ Loss <https://github.com/rflamary/POT/blob/master/notebooks/Demo_Ground_Loss.ipynb>`__
- `Multiple EMD
- computation <https://github.com/rflamary/POT/blob/master/examples/Demo_Compute_EMD.ipynb>`__
+ computation <https://github.com/rflamary/POT/blob/master/notebooks/Demo_Compute_EMD.ipynb>`__
- `2D optimal transport on empirical
- distributions <https://github.com/rflamary/POT/blob/master/examples/Demo_2D_OT_samples.ipynb>`__
+ distributions <https://github.com/rflamary/POT/blob/master/notebooks/Demo_2D_OT_samples.ipynb>`__
- `1D Wasserstein
- barycenter <https://github.com/rflamary/POT/blob/master/examples/Demo_1D_barycenter.ipynb>`__
+ barycenter <https://github.com/rflamary/POT/blob/master/notebooks/Demo_1D_barycenter.ipynb>`__
- `OT with user provided
- regularization <https://github.com/rflamary/POT/blob/master/examples/Demo_Optim_OTreg.ipynb>`__
+ regularization <https://github.com/rflamary/POT/blob/master/notebooks/Demo_Optim_OTreg.ipynb>`__
- `Domain adaptation with optimal
- transport <https://github.com/rflamary/POT/blob/master/examples/Demo_2D_OT_DomainAdaptation.ipynb>`__
+ transport <https://github.com/rflamary/POT/blob/master/notebooks/Demo_2D_OT_DomainAdaptation.ipynb>`__
- `Color transfer in
- images <https://github.com/rflamary/POT/blob/master/examples/Demo_Image_ColorAdaptation.ipynb>`__
+ images <https://github.com/rflamary/POT/blob/master/notebooks/Demo_Image_ColorAdaptation.ipynb>`__
- `OT mapping estimation for domain
- adaptation <https://github.com/rflamary/POT/blob/master/examples/Demo_2D_OTmapping_DomainAdaptation.ipynb>`__
+ adaptation <https://github.com/rflamary/POT/blob/master/notebooks/Demo_2D_OTmapping_DomainAdaptation.ipynb>`__
- `OT mapping estimation for color transfer in
- images <https://github.com/rflamary/POT/blob/master/examples/Demo_Image_ColorAdaptation_mapping.ipynb>`__
+ images <https://github.com/rflamary/POT/blob/master/notebooks/Demo_Image_ColorAdaptation_mapping.ipynb>`__
- `Wasserstein Discriminant
- Analysis <https://github.com/rflamary/POT/blob/master/examples/Demo_Wasserstein_Discriminant_Analysis.ipynb>`__
+ Analysis <https://github.com/rflamary/POT/blob/master/notebooks/Demo_Wasserstein_Discriminant_Analysis.ipynb>`__
You can also see the notebooks with `Jupyter
nbviewer <https://nbviewer.jupyter.org/github/rflamary/POT/tree/master/examples/>`__.