File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -43,8 +43,8 @@ Enhancements
43
43
------------
44
44
* Add :meth: `~nibabel.arrayproxy.ArrayProxy.copy ` method to
45
45
:class: `~nibabel.arrayproxy.ArrayProxy ` (pr/1255) (CM, reviewed by Paul McCarthy)
46
- * Permit :meth: `~nibabel.xmlutils.XmlSerializable.to_xml ` to pass keyword
47
- arguments to :meth: ` ~ xml.etree.ElementTree.tostring ` (pr/1258)
46
+ * Permit :meth: `~nibabel.xmlutils.XmlSerializable.to_xml ` methods to pass keyword
47
+ arguments to :func: ` xml.etree.ElementTree.tostring ` (pr/1258)
48
48
(CM)
49
49
* Allow user expansion (e.g., ``~/... ``) in strings passed to functions that
50
50
accept paths (pr/1260) (Reinder Vos de Wael, reviewed by CM)
Original file line number Diff line number Diff line change 280
280
281
281
282
282
# Example configuration for intersphinx: refer to the Python standard library.
283
- intersphinx_mapping = {'https://docs.python.org/3/' : None }
283
+ intersphinx_mapping = {
284
+ 'python' : ('https://docs.python.org/3' , None ),
285
+ 'numpy' : ('https://numpy.org/doc/stable' , None ),
286
+ 'scipy' : ('https://docs.scipy.org/doc/scipy' , None ),
287
+ 'matplotlib' : ('https://matplotlib.org/stable' , None ),
288
+ }
284
289
285
290
# Config of plot_directive
286
291
plot_include_source = True
You can’t perform that action at this time.
0 commit comments