summaryrefslogtreecommitdiff
path: root/docs/source/examples.rst
diff options
context:
space:
mode:
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