Skip to content

Commit 132d547

Browse files
committed
move notebooks
1 parent 382aa0e commit 132d547

15 files changed

+24
-24
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ rdoc:
4646

4747

4848
notebook :
49-
ipython notebook --matplotlib=inline --notebook-dir=examples/
49+
ipython notebook --matplotlib=inline --notebook-dir=notebooks/

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -76,17 +76,17 @@ The examples folder contain several examples and use case for the library. The f
7676

7777
Here is a list of the Python notebooks if you want a quick look:
7878

79-
* [1D optimal transport](https://github.com/rflamary/POT/blob/master/examples/Demo_1D_OT.ipynb)
80-
* [OT Ground Loss](https://github.com/rflamary/POT/blob/master/examples/Demo_Ground_Loss.ipynb)
81-
* [Multiple EMD computation](https://github.com/rflamary/POT/blob/master/examples/Demo_Compute_EMD.ipynb)
82-
* [2D optimal transport on empirical distributions](https://github.com/rflamary/POT/blob/master/examples/Demo_2D_OT_samples.ipynb)
83-
* [1D Wasserstein barycenter](https://github.com/rflamary/POT/blob/master/examples/Demo_1D_barycenter.ipynb)
84-
* [OT with user provided regularization](https://github.com/rflamary/POT/blob/master/examples/Demo_Optim_OTreg.ipynb)
85-
* [Domain adaptation with optimal transport](https://github.com/rflamary/POT/blob/master/examples/Demo_2D_OT_DomainAdaptation.ipynb)
86-
* [Color transfer in images](https://github.com/rflamary/POT/blob/master/examples/Demo_Image_ColorAdaptation.ipynb)
87-
* [OT mapping estimation for domain adaptation](https://github.com/rflamary/POT/blob/master/examples/Demo_2D_OTmapping_DomainAdaptation.ipynb)
88-
* [OT mapping estimation for color transfer in images](https://github.com/rflamary/POT/blob/master/examples/Demo_Image_ColorAdaptation_mapping.ipynb)
89-
* [Wasserstein Discriminant Analysis](https://github.com/rflamary/POT/blob/master/examples/Demo_Wasserstein_Discriminant_Analysis.ipynb)
79+
* [1D optimal transport](https://github.com/rflamary/POT/blob/master/notebooks/Demo_1D_OT.ipynb)
80+
* [OT Ground Loss](https://github.com/rflamary/POT/blob/master/notebooks/Demo_Ground_Loss.ipynb)
81+
* [Multiple EMD computation](https://github.com/rflamary/POT/blob/master/notebooks/Demo_Compute_EMD.ipynb)
82+
* [2D optimal transport on empirical distributions](https://github.com/rflamary/POT/blob/master/notebooks/Demo_2D_OT_samples.ipynb)
83+
* [1D Wasserstein barycenter](https://github.com/rflamary/POT/blob/master/notebooks/Demo_1D_barycenter.ipynb)
84+
* [OT with user provided regularization](https://github.com/rflamary/POT/blob/master/notebooks/Demo_Optim_OTreg.ipynb)
85+
* [Domain adaptation with optimal transport](https://github.com/rflamary/POT/blob/master/notebooks/Demo_2D_OT_DomainAdaptation.ipynb)
86+
* [Color transfer in images](https://github.com/rflamary/POT/blob/master/notebooks/Demo_Image_ColorAdaptation.ipynb)
87+
* [OT mapping estimation for domain adaptation](https://github.com/rflamary/POT/blob/master/notebooks/Demo_2D_OTmapping_DomainAdaptation.ipynb)
88+
* [OT mapping estimation for color transfer in images](https://github.com/rflamary/POT/blob/master/notebooks/Demo_Image_ColorAdaptation_mapping.ipynb)
89+
* [Wasserstein Discriminant Analysis](https://github.com/rflamary/POT/blob/master/notebooks/Demo_Wasserstein_Discriminant_Analysis.ipynb)
9090

9191

9292
You can also see the notebooks with [Jupyter nbviewer](https://nbviewer.jupyter.org/github/rflamary/POT/tree/master/examples/).

docs/source/readme.rst

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -100,27 +100,27 @@ library. The full documentation is available on
100100
Here is a list of the Python notebooks if you want a quick look:
101101

102102
- `1D optimal
103-
transport <https://github.com/rflamary/POT/blob/master/examples/Demo_1D_OT.ipynb>`__
103+
transport <https://github.com/rflamary/POT/blob/master/notebooks/Demo_1D_OT.ipynb>`__
104104
- `OT Ground
105-
Loss <https://github.com/rflamary/POT/blob/master/examples/Demo_Ground_Loss.ipynb>`__
105+
Loss <https://github.com/rflamary/POT/blob/master/notebooks/Demo_Ground_Loss.ipynb>`__
106106
- `Multiple EMD
107-
computation <https://github.com/rflamary/POT/blob/master/examples/Demo_Compute_EMD.ipynb>`__
107+
computation <https://github.com/rflamary/POT/blob/master/notebooks/Demo_Compute_EMD.ipynb>`__
108108
- `2D optimal transport on empirical
109-
distributions <https://github.com/rflamary/POT/blob/master/examples/Demo_2D_OT_samples.ipynb>`__
109+
distributions <https://github.com/rflamary/POT/blob/master/notebooks/Demo_2D_OT_samples.ipynb>`__
110110
- `1D Wasserstein
111-
barycenter <https://github.com/rflamary/POT/blob/master/examples/Demo_1D_barycenter.ipynb>`__
111+
barycenter <https://github.com/rflamary/POT/blob/master/notebooks/Demo_1D_barycenter.ipynb>`__
112112
- `OT with user provided
113-
regularization <https://github.com/rflamary/POT/blob/master/examples/Demo_Optim_OTreg.ipynb>`__
113+
regularization <https://github.com/rflamary/POT/blob/master/notebooks/Demo_Optim_OTreg.ipynb>`__
114114
- `Domain adaptation with optimal
115-
transport <https://github.com/rflamary/POT/blob/master/examples/Demo_2D_OT_DomainAdaptation.ipynb>`__
115+
transport <https://github.com/rflamary/POT/blob/master/notebooks/Demo_2D_OT_DomainAdaptation.ipynb>`__
116116
- `Color transfer in
117-
images <https://github.com/rflamary/POT/blob/master/examples/Demo_Image_ColorAdaptation.ipynb>`__
117+
images <https://github.com/rflamary/POT/blob/master/notebooks/Demo_Image_ColorAdaptation.ipynb>`__
118118
- `OT mapping estimation for domain
119-
adaptation <https://github.com/rflamary/POT/blob/master/examples/Demo_2D_OTmapping_DomainAdaptation.ipynb>`__
119+
adaptation <https://github.com/rflamary/POT/blob/master/notebooks/Demo_2D_OTmapping_DomainAdaptation.ipynb>`__
120120
- `OT mapping estimation for color transfer in
121-
images <https://github.com/rflamary/POT/blob/master/examples/Demo_Image_ColorAdaptation_mapping.ipynb>`__
121+
images <https://github.com/rflamary/POT/blob/master/notebooks/Demo_Image_ColorAdaptation_mapping.ipynb>`__
122122
- `Wasserstein Discriminant
123-
Analysis <https://github.com/rflamary/POT/blob/master/examples/Demo_Wasserstein_Discriminant_Analysis.ipynb>`__
123+
Analysis <https://github.com/rflamary/POT/blob/master/notebooks/Demo_Wasserstein_Discriminant_Analysis.ipynb>`__
124124

125125
You can also see the notebooks with `Jupyter
126126
nbviewer <https://nbviewer.jupyter.org/github/rflamary/POT/tree/master/examples/>`__.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)