summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2016-11-04 11:24:45 +0100
committerRémi Flamary <remi.flamary@gmail.com>2016-11-04 11:24:45 +0100
commit5fe917cd92541c1d869e342a841756cd53927a8a (patch)
treea27067d640e699c91ad10ee937d0471717a42047
parent0cd4ee7ac02f78016bd8e7229b608b63801ab907 (diff)
update doc 3
-rw-r--r--Makefile2
-rw-r--r--README.md2
-rw-r--r--docs/source/readme.rst2
3 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index a4fae8e..b1ecdcb 100644
--- a/Makefile
+++ b/Makefile
@@ -39,7 +39,7 @@ uploadpypi:
python setup.py sdist upload -r pypi
rdoc:
- pandoc pandoc --from=markdown --to=rst --output=docs/source/readme.rst README.md
+ pandoc --from=markdown --to=rst --output=docs/source/readme.rst README.md
notebook :
diff --git a/README.md b/README.md
index 2a0ce90..cd9e281 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ It provides the following solvers:
* Bregman projections for Wasserstein barycenter [3] and unmixing [4].
* Optimal transport for domain adaptation with group lasso regularization [5]
* Conditional gradient [6] and Generalized conditional gradient for regularized OT [7].
-* Joint OT matrix and mapping etsimation [8].
+* Joint OT matrix and mapping estimation [8].
Some demonstrations (both in Python and Jupyter Notebook format) are available in the examples folder.
diff --git a/docs/source/readme.rst b/docs/source/readme.rst
index 5fa1dfd..7b88cad 100644
--- a/docs/source/readme.rst
+++ b/docs/source/readme.rst
@@ -16,7 +16,7 @@ It provides the following solvers:
regularization [5]
- Conditional gradient [6] and Generalized conditional gradient for
regularized OT [7].
-- Joint OT matrix and mapping etsimation [8].
+- Joint OT matrix and mapping estimation [8].
Some demonstrations (both in Python and Jupyter Notebook format) are
available in the examples folder.