We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 433d6e7 commit 56ae88eCopy full SHA for 56ae88e
doc/devel/style_guide.rst
@@ -171,7 +171,7 @@ Examples of Python code have comments before or on the same line.
171
Outputs
172
^^^^^^^
173
When generating visuals with Matplotlib using ``.py`` files in examples,
174
-display the visual with ``show()`` to provide display the visual.
+display the visual with `matplotlib.pyplot.show` to display the visual.
175
Keep the documentation clear of Python output lines.
176
177
+------------------------------------+------------------------------------+
0 commit comments