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

fix linkcheck #94

Merged
merged 1 commit into from
Jan 21, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/problems/200_custom_cost_matrices.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
"source": [
"## Setting cost functions individually for each term\n",
"\n",
"The cost functions can be set manually for each term by passing a dictionary to the {attr}`~moscot.problems.generic.FGWProblem.prepare.cost` argument in {meth}`~moscot.problems.generic.FGWProblem.prepare`."
"The cost functions can be set manually for each term by passing a dictionary to the `cost` argument in {meth}`~moscot.problems.generic.FGWProblem.prepare`."
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion tutorials/400_spatial_mapping.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@
"\n",
"If the number of shared features is large enough, it is also possible to compute a PCA on the \"shared\" gene space (by passing the `xy_callback`). We advise this if we are in the settings of $>50$ genes shared between the two datasets.\n",
"\n",
"Please see {doc}`../examples/1100_callback` on how to use different callbacks."
"Please see {doc}`../examples/problems/1100_callback` on how to use different callbacks."
]
},
{
Expand Down
Loading