summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2019-07-02 16:52:24 +0200
committerRémi Flamary <remi.flamary@gmail.com>2019-07-02 16:52:24 +0200
commite26aa8ee4498f19248f8dcc9868ec55b62eb35e5 (patch)
tree2e818100592854d894b1d19e3948342ebcb56892 /docs
parent4053866fb2003d6a84353f6a7b209418608c25eb (diff)
typo exmaples
Diffstat (limited to 'docs')
-rw-r--r--docs/source/quickstart.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/quickstart.rst b/docs/source/quickstart.rst
index b726149..1640d6a 100644
--- a/docs/source/quickstart.rst
+++ b/docs/source/quickstart.rst
@@ -52,7 +52,7 @@ implemented in C from [1]_. It has a complexity of :math:`O(n^3)` but the
solver is quite efficient and uses sparsity of the solution.
.. hint::
- Examples of use for :any:`ot.emd` are available in the following examples:
+ Examples of use for :any:`ot.emd` are available in :
- :any:`auto_examples/plot_OT_2D_samples`
- :any:`auto_examples/plot_OT_1D`
@@ -99,7 +99,7 @@ distance.
.. hint::
- Examples of use for :any:`ot.emd2` are available in the following examples:
+ An example of use for :any:`ot.emd2` is available in :
- :any:`auto_examples/plot_compute_emd`