Skip to content
Binary file added docs/source/_static/images/bak.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/_static/images/sinkhorn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def __getattr__(cls, name):
#show_authors = False

# The name of the Pygments (syntax highlighting) style to use.
pygments_style = 'sphinx'
pygments_style = 'default'

# A list of ignored prefixes for module index sorting.
#modindex_common_prefix = []
Expand Down
4 changes: 2 additions & 2 deletions examples/plot_Intro_OT.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
# number of Bakeries to Cafés in a City (in this case Manhattan). We did a
# quick google map search in Manhattan for bakeries and Cafés:
#
# .. image:: images/bak.png
# .. image:: ../_static/images/bak.png
# :align: center
# :alt: bakery-cafe-manhattan
# :width: 600px
Expand Down Expand Up @@ -233,7 +233,7 @@
# The Sinkhorn algorithm is very simple to code. You can implement it directly
# using the following pseudo-code
#
# .. image:: images/sinkhorn.png
# .. image:: ../_static/images/sinkhorn.png
# :align: center
# :alt: Sinkhorn algorithm
# :width: 440px
Expand Down