File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -87,6 +87,22 @@ the gallery would remain in those directories until they are cleaned
87
87
up. After clean-up, they would be moved to one of the new gallery
88
88
sections described above. "Clean-up" should involve:
89
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
+
90
106
* PEP8 _ clean-ups (running `flake8
91
107
<https://pypi.python.org/pypi/flake8> `_, or a similar checker, is
92
108
highly recommended)
You can’t perform that action at this time.
0 commit comments