Skip to content

Commit 5fe917c

Browse files
committed
update doc 3
1 parent 0cd4ee7 commit 5fe917c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ uploadpypi:
3939
python setup.py sdist upload -r pypi
4040

4141
rdoc:
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

4545
notebook :

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

1717
Some demonstrations (both in Python and Jupyter Notebook format) are available in the examples folder.
1818

docs/source/readme.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

2121
Some demonstrations (both in Python and Jupyter Notebook format) are
2222
available in the examples folder.

0 commit comments

Comments
 (0)