You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/10/15 21:47:00 UTC

[GitHub] thomelane opened a new issue #12829: Incorrect docs link for NDArray

thomelane opened a new issue #12829: Incorrect docs link for NDArray
URL: https://github.com/apache/incubator-mxnet/issues/12829
 
 
   All links for `NDArray` in the Python documentation link to `mxnet.optimizer.NDArray` instead of `mxnet.ndarray.NDArray`. Could add confusion for users, since this is the wrong reference to NDArray. And it's only technically possible because NDArray is imported in `optimizer.py`.
   
   * See https://mxnet.incubator.apache.org/api/python/ndarray/ndarray.html#mxnet.ndarray.save for an example.
   * Under 'Parameters', 'data', click on 'NDArray'
   * Goes (incorrectly) to https://mxnet.incubator.apache.org/api/python/optimization/optimization.html#mxnet.optimizer.NDArray

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services