This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
slice function incorrectly cross-linking in docs #12914
Labels
Comments
@eric-haibin-lin - can you take a look... it seems part of this may have to do with the introduction of the sparse api. |
Related error with
|
And this one too:
I can break this out as separate issues, but I get the feeling they're somewhat related around |
@mxnet-label-bot [Doc] |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
Sphinx is confused with the multiple entries for
slice
.Cross-linking might be going to the wrong place. For example, https://mxnet.incubator.apache.org/api/python/ndarray/sparse.html#mxnet.ndarray.sparse.CSRNDArray.__setitem__ has a
slice()
reference that points tosymbol
but it would seem this should be going tondarray
.Similar to the issue with NDArray and optimizer: #12829
Can this be fixed by something like #12886 ?
Here's the error:
Steps to reproduce
make html (from the docs folder)
The text was updated successfully, but these errors were encountered: