summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorOleksii Kachaiev <kachayev@gmail.com>2023-05-11 08:23:06 +0200
committerGitHub <noreply@github.com>2023-05-11 08:23:06 +0200
commit5faa4fbdb1a64351a42d31dd6f54f0402c29c405 (patch)
treead851bc53df627418d843d36168657a77852b97a /.github
parent8cc8dd2e8e13022b03bcd013becc08e7e18c404a (diff)
[DOC] Fix references to JAX and numpy functions (#475)
* Fix ref to JAX * Fix references to numpy.random.* * Typo in CONTRIBUTING * Removed :any: reference from func parameters * Make markup of params consistent with other docstrings * Mentioned latest open PR in RELEASES * Fix See Also references for ot.factored --------- Co-authored-by: RĂ©mi Flamary <remi.flamary@gmail.com>
Diffstat (limited to '.github')
-rw-r--r--.github/CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
index 168ffb3..c66ab3e 100644
--- a/.github/CONTRIBUTING.md
+++ b/.github/CONTRIBUTING.md
@@ -199,4 +199,4 @@ method does to the data and a figure (coming from an example)
illustrating it.
-This Contribution guide is strongly inpired by the one of the [scikit-learn](https://github.com/scikit-learn/scikit-learn) team.
+This Contribution guide is strongly inspired by the one of the [scikit-learn](https://github.com/scikit-learn/scikit-learn) team.