Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOC] Fix references to JAX and numpy functions #475

Merged
merged 10 commits into from
May 11, 2023

Conversation

kachayev
Copy link
Collaborator

@kachayev kachayev commented May 6, 2023

Types of changes

Fix references to jax and numpy functions.

Motivation and context / Related issue

  • added jax to the list of mappings (there's :any: reference onto jax.numpy.array from Quickstart)
  • fixed manual references for np.random.* functions from backend docstrings (previous links were broken)
  • removed :any: references from docstrings onto function parameters (ot.solver) to avoid warnings when building docs
  • fixed markup for ot.factored so the references to other modules are working correctly

How has this been tested (if it applies)

PR checklist

  • I have read the CONTRIBUTING document.
  • The documentation is up-to-date with the changes I made (check build artifacts).
  • All tests passed, and additional code has been covered with new tests.
  • I have added the PR and Issue fix to the RELEASES.md file.

@rflamary rflamary merged commit 5faa4fb into PythonOT:master May 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants