Skip to content

Commit 1e71f45

Browse files
committed
DOC: Reduce Sphinx complaints
1 parent f8de8ce commit 1e71f45

File tree

3 files changed

+21
-21
lines changed

3 files changed

+21
-21
lines changed

Changelog

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ New features
4141
* Add ``dtype`` arguments to ``Cifti2Image`` (pr/1111) (CM)
4242
* Allow dtypes to be passed to Analyze-like images at ``__init__()`` and
4343
``to_filename()`` to provide better control over output images. (pr/1082)
44-
(CM, following discussions with Chris Rorden, Josh Teves, Jerome Dockes, and MB)
44+
(CM, following discussions with Chris Rorden, Josh Teves, Jerome Dockes, and MB)
4545
* Allow compressed GIFTI images (MB, reviewed by CM)
4646
* Add zstd compression support (pr/1005) (Andrew Van, reviewed by CM)
4747
* Support ``ExternalFileBinary`` GIFTI data arrays (PM, reviewed by CM)
@@ -92,19 +92,20 @@ API changes and deprecations
9292
* Drop support for Python 3.6, Numpy < 1.17 (pr/1079) (CM)
9393
* Fully removed the following APIs, which have raised errors on use
9494
since 3.0 (pr/980) (CM, reviewed by Jonathan Daniel)
95-
* ``nibabel.trackvis``
96-
* ``nibabel.volumeutils.calculate_scale``
97-
* ``nibabel.volumeutils.can_cast``
98-
* ``nibabel.volumeutils.scale_min_max``
99-
* ``nibabel.dataobj_images.DataobjImage.get_shape``
100-
* ``nibabel.minc1.MincImage`` (use ``Minc1Image``)
101-
* ``nibabel.minc1.MincFile`` (use ``Minc1File``)
102-
* ``nibabel.filebasedimages.FileBasedImage.from_files``
103-
* ``nibabel.filebasedimages.FileBasedImage.filespec_to_files``
104-
* ``nibabel.filebasedimages.FileBasedImage.to_filespec``
105-
* ``nibabel.filebasedimages.FileBasedImage.to_files``
106-
* ``nibabel.arrayproxy.ArrayProxy.header``
107-
* ``keep_file_open=="auto"`` parameter to load method (now must be boolean)
95+
96+
* ``nibabel.trackvis``
97+
* ``nibabel.volumeutils.calculate_scale``
98+
* ``nibabel.volumeutils.can_cast``
99+
* ``nibabel.volumeutils.scale_min_max``
100+
* ``nibabel.dataobj_images.DataobjImage.get_shape``
101+
* ``nibabel.minc1.MincImage`` (use ``Minc1Image``)
102+
* ``nibabel.minc1.MincFile`` (use ``Minc1File``)
103+
* ``nibabel.filebasedimages.FileBasedImage.from_files``
104+
* ``nibabel.filebasedimages.FileBasedImage.filespec_to_files``
105+
* ``nibabel.filebasedimages.FileBasedImage.to_filespec``
106+
* ``nibabel.filebasedimages.FileBasedImage.to_files``
107+
* ``nibabel.arrayproxy.ArrayProxy.header``
108+
* ``keep_file_open=="auto"`` parameter to load method (now must be boolean)
108109

109110

110111
3.2.2 (Monday 7 February 2022)

doc/source/api.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ File Formats
3434
ecat
3535
parrec
3636
streamlines
37-
trackvis
3837

3938
Image Utilities
4039
===============

doc/source/devel/governance.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@ activities.
5555

5656
Core developers:
5757

58-
====== ===========
58+
================ =============
5959
Name GitHub user
60-
====== ===========
60+
================ =============
6161
Chris Markiewicz effigies
6262
Matthew Brett matthew-brett
6363
Oscar Esteban oesteban
64-
====== ===========
64+
================ =============
6565

6666
Core developers also appear as team members on the `Nibabel Core Team page
6767
<https://github.com/orgs/nipy/teams/nibabel-core-developers/members>`_ and can
@@ -94,14 +94,14 @@ in a reasonable timeframe, the SC is the entity that resolves the issue.
9494

9595
The steering council is:
9696

97-
====== ===========
97+
=================== =============
9898
Name GitHub user
99-
====== ===========
99+
=================== =============
100100
Chris Markiewicz effigies
101101
Matthew Brett matthew-brett
102102
Michael Hanke mih
103103
Yaroslav Halchenko yarikoptic
104-
====== ===========
104+
=================== =============
105105

106106
Steering Council members also appear as team members on the `Nibabel Steering
107107
Council Team page

0 commit comments

Comments
 (0)