summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2016-12-02 13:46:29 +0100
committerRémi Flamary <remi.flamary@gmail.com>2016-12-02 13:46:29 +0100
commiteb3ebcbcac97d814d5a8d249c18273a46052116c (patch)
tree02e6efd872c515e8d5cd841294ec77853a26d014 /examples
parent98118c6be1832c2a1294c14d4f03c0eef08e68f9 (diff)
try sphinx gallery
Diffstat (limited to 'examples')
-rw-r--r--examples/plot_OTDA_color_images.py2
-rw-r--r--examples/plot_OTDA_mapping_color_images.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/plot_OTDA_color_images.py b/examples/plot_OTDA_color_images.py
index 7ddaa2b..b19cfe3 100644
--- a/examples/plot_OTDA_color_images.py
+++ b/examples/plot_OTDA_color_images.py
@@ -142,4 +142,4 @@ pl.subplot(2,3,6)
pl.imshow(I2te)
pl.title('Image 2 Adapt (reg)')
-pl.show() \ No newline at end of file
+pl.show()
diff --git a/examples/plot_OTDA_mapping_color_images.py b/examples/plot_OTDA_mapping_color_images.py
index 0cd6c9c..fbb9ee4 100644
--- a/examples/plot_OTDA_mapping_color_images.py
+++ b/examples/plot_OTDA_mapping_color_images.py
@@ -155,4 +155,4 @@ pl.subplot(2,3,6)
pl.imshow(I1tn)
pl.title('Im. 1 nonlinear mapping')
-pl.show() \ No newline at end of file
+pl.show()