Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
53265db
build wheels on push to master
rflamary Apr 24, 2020
8599e72
correct doc for emd
rflamary Apr 24, 2020
6931f78
better documentation
rflamary Apr 24, 2020
a5b1b18
add ferradans to da classes documentation
rflamary Apr 24, 2020
bed1680
pep8
rflamary Apr 24, 2020
c529ffd
update doc
rflamary Apr 24, 2020
46523dc
add realeases
rflamary Apr 24, 2020
53b063e
better coverage options verbose and log
rflamary Apr 24, 2020
c3115bc
mockj module cupy for gpu focumentation
rflamary Apr 24, 2020
90bd408
pep8
rflamary Apr 24, 2020
17d388b
test raise un partial ot
rflamary Apr 24, 2020
eb3a70a
left some unused variable...
rflamary Apr 24, 2020
6b42088
better documentation
rflamary Apr 24, 2020
2b43492
test options sphinx gallery
rflamary Apr 24, 2020
0d13d60
Better section name + snhix-gallery tuning
rflamary Apr 24, 2020
99e6d91
Better section name + snhix-gallery tuning
rflamary Apr 24, 2020
fe704c3
test autosummary
rflamary Apr 24, 2020
1a3249d
awesome mini gallery
rflamary Apr 24, 2020
b9ad0ee
add template
rflamary Apr 24, 2020
ad7aa89
better doc per module
rflamary Apr 24, 2020
08ec66e
pep8
rflamary Apr 24, 2020
576c3d5
better thumbnail image for gallery
rflamary Apr 24, 2020
e18e18f
test new foldeer
rflamary Apr 24, 2020
a547751
exmaples in sections
rflamary Apr 24, 2020
4bbabc6
relative path exmaples
rflamary Apr 24, 2020
956df7a
vchange path in examples
rflamary Apr 24, 2020
71e7984
update proper links form readme
rflamary Apr 24, 2020
3b0732b
correct url for examples
rflamary Apr 27, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
better documentation
  • Loading branch information
rflamary committed Apr 24, 2020
commit 6b42088a1e089d488b1e2f4f2b42084255f331cf
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ rdoc :
pandoc --from=markdown --to=rst --output=docs/source/releases.rst RELEASES.md
sed -i 's,https://pot.readthedocs.io/en/latest/,,g' docs/source/releases.rst
sed -i 's,https://github.com/rflamary/POT/blob/master/notebooks/,auto_examples/,g' docs/source/releases.rst
sed -i 's,.ipynb,.html/,g' docs/source/releases.rst
sed -i 's,.ipynb,.html,g' docs/source/releases.rst
sed -i 's,https://pythonot.github.io/auto_examples/,auto_examples/,g' docs/source/releases.rst

notebook :
ipython notebook --matplotlib=inline --notebook-dir=notebooks/

Expand Down
4 changes: 2 additions & 2 deletions docs/source/all.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@


Python modules
==============
API and modules
===============

ot
--
Expand Down
6 changes: 3 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def __getattr__(cls, name):

# General information about the project.
project = u'POT Python Optimal Transport'
copyright = u'2016-2019, Rémi Flamary, Nicolas Courty'
copyright = u'2016-2020, Rémi Flamary, Nicolas Courty'
author = u'Rémi Flamary, Nicolas Courty'

# The version info for the project you're documenting, acts as replacement for
Expand Down Expand Up @@ -297,7 +297,7 @@ def __getattr__(cls, name):
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
(master_doc, 'pot', u'POT Python Optimal Transport library Documentation',
(master_doc, 'pot', u'POT Python Optimal Transport',
[author], 1)
]

Expand All @@ -312,7 +312,7 @@ def __getattr__(cls, name):
# dir menu entry, description, category)
texinfo_documents = [
(master_doc, 'POT', u'POT Python Optimal Transport library Documentation',
author, 'POT', 'Python Optimal Transport librar.',
author, 'POT', 'Python Optimal Transport library',
'Miscellaneous'),
]

Expand Down
20 changes: 10 additions & 10 deletions docs/source/releases.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
POT Releases
============
Releases
========

0.6 Year 3
----------
Expand Down Expand Up @@ -28,15 +28,15 @@ divergence <all.html#ot.bregman.empirical_sinkhorn_divergence>`__
corresponding `Wasserstein
1D <all.html#ot.lp.wasserstein_1d>`__.
We now also have implementations for `Unbalanced
OT <auto_examples/plot_UOT_1D.html/>`__
OT <auto_examples/plot_UOT_1D.html>`__
and a solver for `Unbalanced OT
barycenters <auto_examples/plot_UOT_barycenter_1D.html/>`__.
barycenters <auto_examples/plot_UOT_barycenter_1D.html>`__.
A new variant of Gromov-Wasserstein divergence called `Fused
Gromov-Wasserstein <all.html?highlight=fused_#ot.gromov.fused_gromov_wasserstein>`__
has been also contributed with exemples of use on `structured
data <auto_examples/plot_fgw.html/>`__
data <auto_examples/plot_fgw.html>`__
and computing `barycenters of labeld
graphs <auto_examples/plot_barycenter_fgw.html/>`__.
graphs <auto_examples/plot_barycenter_fgw.html>`__.

A lot of work has been done on the documentation with several new
examples corresponding to the new features and a lot of corrections for
Expand Down Expand Up @@ -88,16 +88,16 @@ toolbox as listed below but also several bug correction.

| Among the new features, we can highlight a `non-regularized
Gromov-Wasserstein
solver <auto_examples/plot_gromov.html/>`__,
solver <auto_examples/plot_gromov.html>`__,
a new `greedy variant of
sinkhorn <all.html#ot.bregman.greenkhorn>`__,
| `non-regularized <all.html#ot.lp.barycenter>`__,
`convolutional
(2D) <auto_examples/plot_convolutional_barycenter.html/>`__
(2D) <auto_examples/plot_convolutional_barycenter.html>`__
and `free
support <auto_examples/plot_free_support_barycenter.html/>`__
support <auto_examples/plot_free_support_barycenter.html>`__
Wasserstein barycenters and
`smooth <https://github.com/rflamary/POT/blob/prV0.5/notebooks/plot_OT_1D_smooth.html/>`__
`smooth <https://github.com/rflamary/POT/blob/prV0.5/notebooks/plot_OT_1D_smooth.html>`__
and
`stochastic <all.html#ot.stochastic.sgd_entropic_regularization>`__
implementation of entropic OT.
Expand Down