Update README.md

Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
David Rotermund 2023-12-30 18:56:20 +01:00 committed by GitHub
parent 9646e340ca
commit 3288ac84b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -319,7 +319,7 @@ numpy.put_along_axis(arr, indices, values, axis)
>
> Functions returning an index along an axis, like argsort and argpartition, produce suitable indices for this function.
## [numpy.take_along_axis]()
## [numpy.take_along_axis](https://numpy.org/doc/stable/reference/generated/numpy.take_along_axis.html)
{: .topic-optional}
This is an optional topic!