File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ uploadpypi:
3939 python setup.py sdist upload -r pypi
4040
4141rdoc :
42- pandoc pandoc --from=markdown --to=rst --output=docs/source/readme.rst README.md
42+ pandoc --from=markdown --to=rst --output=docs/source/readme.rst README.md
4343
4444
4545notebook :
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ It provides the following solvers:
1212* Bregman projections for Wasserstein barycenter [ 3] and unmixing [ 4] .
1313* Optimal transport for domain adaptation with group lasso regularization [ 5]
1414* Conditional gradient [ 6] and Generalized conditional gradient for regularized OT [ 7] .
15- * Joint OT matrix and mapping etsimation [ 8] .
15+ * Joint OT matrix and mapping estimation [ 8] .
1616
1717Some demonstrations (both in Python and Jupyter Notebook format) are available in the examples folder.
1818
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ It provides the following solvers:
1616 regularization [5]
1717- Conditional gradient [6] and Generalized conditional gradient for
1818 regularized OT [7].
19- - Joint OT matrix and mapping etsimation [8].
19+ - Joint OT matrix and mapping estimation [8].
2020
2121Some demonstrations (both in Python and Jupyter Notebook format) are
2222available in the examples folder.
You can’t perform that action at this time.
0 commit comments