Thanks to visit codestin.com Credit goes to github.com
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 7d0be18 commit 99eddfcCopy full SHA for 99eddfc
doc/devel/MEP/MEP12.rst
@@ -87,6 +87,22 @@ the gallery would remain in those directories until they are cleaned
87
up. After clean-up, they would be moved to one of the new gallery
88
sections described above. "Clean-up" should involve:
89
90
+* `sphinx-gallery docstrings <http://sphinx-gallery.readthedocs.io/>`_: a
91
+ title and a description formatted as follows::
92
+
93
+ """
94
+ ===============================
95
+ Colormaps alter your perception
96
97
98
+ Here I plot the function
99
100
+ .. math:: f(x, y) = \sin(x) + \cos(y)
101
102
+ with different colormaps. Look at how colormaps alter your perception!
103
104
105
106
* PEP8_ clean-ups (running `flake8
107
<https://pypi.python.org/pypi/flake8>`_, or a similar checker, is
108
highly recommended)
0 commit comments