summaryrefslogtreecommitdiff
path: root/docs/source/examples.rst
diff options
context:
space:
mode:
authorRĂ©mi Flamary <remi.flamary@gmail.com>2017-09-15 14:54:21 +0200
committerGitHub <noreply@github.com>2017-09-15 14:54:21 +0200
commit81b2796226f3abde29fc024752728444da77509a (patch)
treec52cec3c38552f9f8c15361758aa9a80c30c3ef3 /docs/source/examples.rst
parente70d5420204db78691af2d0fbe04cc3d4416a8f4 (diff)
parent7fea2cd3e8ad29bf3fa442d7642bae124ee2bab0 (diff)
Merge pull request #27 from rflamary/autonb
auto notebooks + release update (fixes #16)
Diffstat (limited to 'docs/source/examples.rst')
-rw-r--r--docs/source/examples.rst39
1 files changed, 0 insertions, 39 deletions
diff --git a/docs/source/examples.rst b/docs/source/examples.rst
deleted file mode 100644
index f209543..0000000
--- a/docs/source/examples.rst
+++ /dev/null
@@ -1,39 +0,0 @@
-
-
-Examples
-============
-
-1D Optimal transport
----------------------
-
-.. literalinclude:: ../../examples/demo_OT_1D.py
-
-2D Optimal transport on empirical distributions
------------------------------------------------
-
-.. literalinclude:: ../../examples/demo_OT_2D_samples.py
-
-1D Wasserstein barycenter
--------------------------
-
-.. literalinclude:: ../../examples/demo_barycenter_1D.py
-
-OT with user provided regularization
-------------------------------------
-
-.. literalinclude:: ../../examples/demo_optim_OTreg.py
-
-Domain adaptation with optimal transport
-----------------------------------------
-
-.. literalinclude:: ../../examples/demo_OTDA_classes.py
-
-Color transfer in images
-------------------------
-
-.. literalinclude:: ../../examples/demo_OTDA_color_images.py
-
-OT mapping estimation for domain adaptation
--------------------------------------------
-
-.. literalinclude:: ../../examples/demo_OTDA_mapping.py