Skip to content

Commit ac17c1c

Browse files
committed
List issue titles; minor fixes.
1 parent 94cbbcb commit ac17c1c

File tree

1 file changed

+19
-7
lines changed

1 file changed

+19
-7
lines changed

doc/devel/MEP/MEP32.rst

+19-7
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ Detailed description
2727
The problem
2828
~~~~~~~~~~~
2929

30-
Current ("old-style") configuration files use a custom syntax, of the form
31-
32-
.. code:: conf
30+
Current ("old-style") configuration files use a custom syntax, of the form ::
3331

3432
key: value # possible comment
3533
key: value
@@ -115,9 +113,7 @@ which file-parser to use.
115113
Maintain a matplotlibrc-like syntax
116114
```````````````````````````````````
117115

118-
The config files would maintain the format
119-
120-
.. code:: conf
116+
The config files would maintain the format ::
121117

122118
key: value # possible comment
123119
key: value
@@ -241,6 +237,22 @@ Alternatives
241237
discussion that took place over PEP518_ (not that I particularly like the
242238
final choice of yet another obscure configuration language by that PEP).
243239

240+
Relevant issues
241+
---------------
242+
243+
- `#3670`_: "Document that rcparam values are unquoted"
244+
- `#4240`_: "Style RC parameter"
245+
- `#4371`_: "LaTeX and PGF preambles do not allow commas"
246+
- `#6157`_: "Add style for xkcd"
247+
- `#6274`_: "A feeble attempt to plug a theoretical security hole"
248+
- `#6320`_: "all matplotlibrc files should be loaded in order"
249+
- `#7089`_: "matplotlibrc reader cannot handle rcparams with a hash"
250+
- `#7219`_: "Cycler passed as string for rc"
251+
- `#8235`_: "Investigate why some examples build properly in our gallery
252+
despite using numpy and not importing it explicitely"
253+
- `#8430`_: "[feature request] move default colors into styles"
254+
- `#9184`_: "matplotlibrc parsing is inconsistent with matplotlibrc.template"
255+
244256
.. _#3670: https://github.com/matplotlib/matplotlib/issues/3670
245257
.. _#4240: https://github.com/matplotlib/matplotlib/issues/4240
246258
.. _#4371: https://github.com/matplotlib/matplotlib/issues/4371
@@ -249,7 +261,7 @@ Alternatives
249261
.. _#6320: https://github.com/matplotlib/matplotlib/issues/6320
250262
.. _#7089: https://github.com/matplotlib/matplotlib/issues/7089
251263
.. _#7219: https://github.com/matplotlib/matplotlib/issues/7219
252-
.. _#8235: https://github.com/matplotlib/matplotlib/issues/8430
264+
.. _#8235: https://github.com/matplotlib/matplotlib/issues/8235
253265
.. _#8430: https://github.com/matplotlib/matplotlib/issues/8430
254266
.. _#9184: https://github.com/matplotlib/matplotlib/issues/9184
255267
.. _PEP518: https://www.python.org/dev/peps/pep-0518/#other-file-formats

0 commit comments

Comments
 (0)