aaronmarkham commented on a change in pull request #14243: Fix commands to make
doc consistent
URL: https://github.com/apache/incubator-mxnet/pull/14243#discussion_r278991417
##########
File path: python/mxnet/ndarray_doc.py
##########
@@ -54,6 +55,274 @@ class ReshapeDoc(NDArrayDoc):
(4L, 3L, 2L)
"""
+class ConcatDoc(NDArrayDoc):
Review comment:
Since there's a `Concat` that is deprecated and a `concat` and they're both
in the docs, this should probably be `concatDoc`. Right, @eric-haibin-lin ?
Plus the docs for `Concat` could be further clarified where it mentions the
deprecation, but doesn't link to the active `concat` doc.
----------------------------------------------------------------
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