From 6b42088a1e089d488b1e2f4f2b42084255f331cf Mon Sep 17 00:00:00 2001 From: Rémi Flamary Date: Fri, 24 Apr 2020 14:56:25 +0200 Subject: better documentation --- docs/source/all.rst | 4 ++-- docs/source/conf.py | 6 +++--- docs/source/releases.rst | 20 ++++++++++---------- 3 files changed, 15 insertions(+), 15 deletions(-) (limited to 'docs') diff --git a/docs/source/all.rst b/docs/source/all.rst index a6d9790..f4ba559 100644 --- a/docs/source/all.rst +++ b/docs/source/all.rst @@ -1,7 +1,7 @@ -Python modules -============== +API and modules +=============== ot -- diff --git a/docs/source/conf.py b/docs/source/conf.py index 3699156..101ccd9 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -88,7 +88,7 @@ master_doc = 'index' # 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 @@ -297,7 +297,7 @@ latex_documents = [ # 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) ] @@ -312,7 +312,7 @@ man_pages = [ # 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'), ] diff --git a/docs/source/releases.rst b/docs/source/releases.rst index 58bfcfb..6b64066 100644 --- a/docs/source/releases.rst +++ b/docs/source/releases.rst @@ -1,5 +1,5 @@ -POT Releases -============ +Releases +======== 0.6 Year 3 ---------- @@ -28,15 +28,15 @@ divergence `__ corresponding `Wasserstein 1D `__. We now also have implementations for `Unbalanced -OT `__ +OT `__ and a solver for `Unbalanced OT -barycenters `__. +barycenters `__. A new variant of Gromov-Wasserstein divergence called `Fused Gromov-Wasserstein `__ has been also contributed with exemples of use on `structured -data `__ +data `__ and computing `barycenters of labeld -graphs `__. +graphs `__. 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 @@ -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 `__, + solver `__, a new `greedy variant of sinkhorn `__, | `non-regularized `__, `convolutional - (2D) `__ + (2D) `__ and `free - support `__ + support `__ Wasserstein barycenters and - `smooth `__ + `smooth `__ and `stochastic `__ implementation of entropic OT. -- cgit v1.2.3