Skip to content

Commit ed3cdb5

Browse files
committed
Merge remote-tracking branch 'upstream/maint/2.4.x'
2 parents 7c269bc + e7e3668 commit ed3cdb5

File tree

6 files changed

+11
-7
lines changed

6 files changed

+11
-7
lines changed

.mailmap

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ Konstantinos Raktivan <[email protected]> constracti <[email protected]>
4242
Krish Subramaniam <[email protected]> Krish Subramaniam <[email protected]>
4343
Marc-Alexandre Côté <[email protected]> Marc-Alexandre Cote <[email protected]>
4444
Mathias Goncalves <[email protected]> mathiasg <[email protected]>
45+
Matthew Cieslak <[email protected]> Matt Cieslak <[email protected]>
4546
Michael Hanke <[email protected]> <mhanke-guest@82381867-18eb-0310-98a2-9474e637aba2>
4647
4748

.zenodo.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,9 @@
213213
"orcid": "0000-0001-6313-0580"
214214
},
215215
{
216-
"name": "Cieslak, Matt"
216+
"affiliation": "Department of Neuropsychiatry, University of Pennsylvania",
217+
"name": "Cieslak, Matthew",
218+
"orcid": "0000-0002-1931-4734"
217219
},
218220
{
219221
"name": "Moreno, Miguel Estevan"

Changelog

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Nibabel releases
2121
Most work on NiBabel so far has been by Matthew Brett (MB), Chris Markiewicz
2222
(CM), Michael Hanke (MH), Marc-Alexandre Côté (MC), Ben Cipollini (BC), Paul
2323
McCarthy (PM), Chris Cheng (CC), Yaroslav Halchenko (YOH), Satra Ghosh (SG),
24-
Eric Larson (EL), Demien Wasserman, and Stephan Gerhard.
24+
Eric Larson (EL), Demian Wassermann, and Stephan Gerhard.
2525

2626
References like "pr/298" refer to github pull request numbers.
2727

@@ -31,7 +31,7 @@ References like "pr/298" refer to github pull request numbers.
3131
New features
3232
------------
3333
* Alternative ``Axis``-based interface for manipulating CIFTI-2 headers
34-
(pr/641) (Michiel Cottaar, reviewed by Demien Wasserman, CM, SG)
34+
(pr/641) (Michiel Cottaar, reviewed by Demian Wassermann, CM, SG)
3535

3636
Enhancements
3737
------------
@@ -232,7 +232,7 @@ Maintenance
232232
New features
233233
------------
234234

235-
* CIFTI support (pr/249) (SG, Michiel Cottaar, BC, CM, Demian Wasserman, MB)
235+
* CIFTI support (pr/249) (SG, Michiel Cottaar, BC, CM, Demian Wassermann, MB)
236236
* Support for MRtrix TCK streamlines file format (pr/486) (MC, reviewed by
237237
MB, Arnaud Bore, J-Donald Tournier, Jean-Christophe Houde)
238238
* Added ``get_fdata()`` as default method to retrieve scaled floating point

doc-requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Requirements for building docs
22
-r requirements.txt
3-
# Sphinx >= 1.6 breaks the math_dollar extension
4-
sphinx<=1.5.6
3+
sphinx
54
numpydoc
65
texext
76
matplotlib>=1.3
7+
mock

doc/source/_templates/reggie.html

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<p><img src="{{ pathto('_static/reggie.png',1) }}" alt="Reggie -- the one" /></p>

doc/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@
201201
#html_use_smartypants = True
202202

203203
# Custom sidebar templates, maps document names to template names.
204-
html_sidebars = {'index': 'indexsidebar.html'}
204+
html_sidebars = {'index': ['localtoc.html', 'relations.html', 'sourcelink.html', 'indexsidebar.html', 'searchbox.html', 'reggie.html']}
205205

206206
# Additional templates that should be rendered to pages, maps page names to
207207
# template names.

0 commit comments

Comments
 (0)