@@ -27,9 +27,7 @@ Detailed description
27
27
The problem
28
28
~~~~~~~~~~~
29
29
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 ::
33
31
34
32
key: value # possible comment
35
33
key: value
@@ -115,9 +113,7 @@ which file-parser to use.
115
113
Maintain a matplotlibrc-like syntax
116
114
```````````````````````````````````
117
115
118
- The config files would maintain the format
119
-
120
- .. code :: conf
116
+ The config files would maintain the format ::
121
117
122
118
key: value # possible comment
123
119
key: value
@@ -241,6 +237,22 @@ Alternatives
241
237
discussion that took place over PEP518 _ (not that I particularly like the
242
238
final choice of yet another obscure configuration language by that PEP).
243
239
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
+
244
256
.. _#3670 : https://github.com/matplotlib/matplotlib/issues/3670
245
257
.. _#4240 : https://github.com/matplotlib/matplotlib/issues/4240
246
258
.. _#4371 : https://github.com/matplotlib/matplotlib/issues/4371
@@ -249,7 +261,7 @@ Alternatives
249
261
.. _#6320 : https://github.com/matplotlib/matplotlib/issues/6320
250
262
.. _#7089 : https://github.com/matplotlib/matplotlib/issues/7089
251
263
.. _#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
253
265
.. _#8430 : https://github.com/matplotlib/matplotlib/issues/8430
254
266
.. _#9184 : https://github.com/matplotlib/matplotlib/issues/9184
255
267
.. _PEP518 : https://www.python.org/dev/peps/pep-0518/#other-file-formats
0 commit comments