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/11/07 22:41:32 UTC

[GitHub] vdantu commented on a change in pull request #13165: Addressed doc issues

vdantu commented on a change in pull request #13165: Addressed doc issues
URL: https://github.com/apache/incubator-mxnet/pull/13165#discussion_r231706354
 
 

 ##########
 File path: python/mxnet/gluon/nn/basic_layers.py
 ##########
 @@ -657,26 +657,27 @@ def __repr__(self):
 
 
 class HybridLambda(HybridBlock):
-    r"""Wraps an operator or an expression as a HybridBlock object.
+    """Wraps an operator or an expression as a HybridBlock object.
 
 Review comment:
   Issue "https://github.com/sphinx-doc/sphinx/issues/4479" suggests that a work around for most code block issues is adding a ```r"``` prefix to doc string. This makes this block a raw string. I thought we didn't want to consider the whole doc string as a raw string block unless there are too many things to escape in the string. 
   http://openalea.gforge.inria.fr/doc/openalea/doc/_build/html/source/sphinx/rest_syntax.html#text-syntax-bold-italic-verbatim-and-special-characters
   
   I could add it back if thats what is expected ..

----------------------------------------------------------------
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