frankfliu commented on a change in pull request #13160: Fix Sphinx python
docstrings
URL: https://github.com/apache/incubator-mxnet/pull/13160#discussion_r231778424
##########
File path: python/mxnet/visualization.py
##########
@@ -213,12 +213,12 @@ def plot_network(symbol, title="plot",
save_format='pdf', shape=None, node_attrs
input symbol names (str) to the corresponding tensor shape (tuple).
node_attrs: dict, optional
Specifies the attributes for nodes in the generated visualization.
`node_attrs` is
- a dictionary of Graphviz attribute names and values. For example,
+ a dictionary of Graphviz attribute names and values. For example::
Review comment:
1. Avoid inline literal quote in code block
2. Add leading and ending line break to code block:
node_attrs={"shape":"oval","fixedsize":"false"}
----------------------------------------------------------------
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