haojin2 commented on a change in pull request #15377: [numpy][doc-fix]
zeros_like, linspace, reciprocal, square, and arcsin
URL: https://github.com/apache/incubator-mxnet/pull/15377#discussion_r298885371
##########
File path: python/mxnet/ndarray/numpy/_op.py
##########
@@ -690,10 +693,51 @@ def linspace(start, stop, num=50, endpoint=True,
retstep=False, dtype=None, axis
Only returned if retstep is True
Size of spacing between samples.
+
+ See Also
+ --------
+ arange : Similar to `linspace`, but uses a step size (instead of the
+ number of samples).
+ geomspace : Similar to `linspace`, but with numbers spaced evenly on a log
Review comment:
For `see also` section, please do not include operators that we do not
support yet.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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