Commit 7827326
committed
Minor fixes to plot_directive.
1. The `plot_directive` function was reusing the module's docstring, but
the latter is not valid numpydoc. Replace by a short stub pointing
to the module docstring.
2. jinja2 is a requirement of sphinx since 2008 (sphinx-doc/sphinx@eeb494c),
so we can reasonably drop the code to support jinja1.1 parent 1b5223a commit 7827326
1 file changed
Lines changed: 6 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
| 162 | + | |
171 | 163 | | |
172 | 164 | | |
173 | 165 | | |
| |||
190 | 182 | | |
191 | 183 | | |
192 | 184 | | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
193 | 189 | | |
194 | | - | |
195 | 190 | | |
196 | 191 | | |
197 | 192 | | |
| |||
827 | 822 | | |
828 | 823 | | |
829 | 824 | | |
830 | | - | |
831 | | - | |
| 825 | + | |
832 | 826 | | |
833 | 827 | | |
834 | 828 | | |
| |||
0 commit comments