aaronmarkham commented on a change in pull request #13160: Fix Sphinx python
docstrings
URL: https://github.com/apache/incubator-mxnet/pull/13160#discussion_r231690494
##########
File path: docs/api/python/ndarray/sparse.md
##########
@@ -582,7 +582,7 @@ We summarize the interface for each class in the following
sections.
:members: shape, context, dtype, stype, data, indices, indptr, copy,
copyto, as_in_context, asscipy, asnumpy, asscalar, astype, tostype, slice,
wait_to_read, zeros_like, round, rint, fix, floor, ceil, trunc, sin, tan,
arcsin, arctan, degrees, radians, sinh, tanh, arcsinh, arctanh, expm1, log1p,
sqrt, square, __neg__, sum, mean, norm, square, __getitem__, __setitem__,
check_format, abs, clip, sign
.. autoclass:: mxnet.ndarray.sparse.RowSparseNDArray
- :members: shape, context, dtype, stype, data, indices, copy, copyto,
as_in_context, asnumpy, asscalar, astype, tostype, wait_to_read, zeros_like,
round, rint, fix, floor, ceil, trunc, sin, tan, arcsin, arctan, degrees,
radians, sinh, tanh, arcsinh, arctanh, expm1, log1p, sqrt, square,
__negative__, norm, __getitem__, __setitem__, check_format, retain, abs, clip,
sign
Review comment:
What was going on with `__negative__`? Can you describe this change in the
description?
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services