You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 17, 2023. It is now read-only.
/home/ubuntu/incubator-mxnet/python/mxnet/ndarray/ndarray.py:docstring of mxnet.ndarray.NDArray.__setitem__:None: WARNING: more than one target found for cross-reference u'slice': mxnet.symbol.Symbol.slice, mxnet.ndarray.sparse.CSRNDArray.slice, mxnet.symbol.sparse.slice, mxnet.ndarray.slice, mxnet.ndarray.NDArray.slice, mxnet.ndarray.sparse.slice, mxnet.symbol.slice
/home/ubuntu/incubator-mxnet/python/mxnet/ndarray/ndarray.py:docstring of mxnet.ndarray.NDArray.__getitem__:None: WARNING: more than one target found for cross-reference u'slice': mxnet.symbol.Symbol.slice, mxnet.ndarray.sparse.CSRNDArray.slice, mxnet.symbol.sparse.slice, mxnet.ndarray.slice, mxnet.ndarray.NDArray.slice, mxnet.ndarray.sparse.slice, mxnet.symbol.slice
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 tosymbolbut 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)