@@ -263,9 +263,9 @@ class Tractogram(object):
263263 choice as long as you provide the correct `affine_to_rasmm` matrix, at
264264 construction time. When applied to streamlines coordinates, that
265265 transformation matrix should bring the streamlines back to world space
266- (RAS+ and mm space) [1 ]_.
266+ (RAS+ and mm space) [# ]_.
267267
268- Moreover, when streamlines are mapped back to voxel space [2 ]_, a
268+ Moreover, when streamlines are mapped back to voxel space [# ]_, a
269269 streamline point located at an integer coordinate (i,j,k) is considered
270270 to be at the center of the corresponding voxel. This is in contrast with
271271 other conventions where it might have referred to a corner.
@@ -292,8 +292,8 @@ class Tractogram(object):
292292
293293 References
294294 ----------
295- [1 ] http://nipy.org/nibabel/coordinate_systems.html#naming-reference-spaces
296- [2 ] http://nipy.org/nibabel/coordinate_systems.html#voxel-coordinates-are-in-voxel-space
295+ .. [# ] http://nipy.org/nibabel/coordinate_systems.html#naming-reference-spaces
296+ .. [# ] http://nipy.org/nibabel/coordinate_systems.html#voxel-coordinates-are-in-voxel-space
297297 """
298298 def __init__ (self , streamlines = None ,
299299 data_per_streamline = None ,
@@ -515,9 +515,9 @@ class LazyTractogram(Tractogram):
515515 choice as long as you provide the correct `affine_to_rasmm` matrix, at
516516 construction time. When applied to streamlines coordinates, that
517517 transformation matrix should bring the streamlines back to world space
518- (RAS+ and mm space) [1 ]_.
518+ (RAS+ and mm space) [# ]_.
519519
520- Moreover, when streamlines are mapped back to voxel space [2 ]_, a
520+ Moreover, when streamlines are mapped back to voxel space [# ]_, a
521521 streamline point located at an integer coordinate (i,j,k) is considered
522522 to be at the center of the corresponding voxel. This is in contrast with
523523 other conventions where it might have referred to a corner.
@@ -553,8 +553,8 @@ class LazyTractogram(Tractogram):
553553
554554 References
555555 ----------
556- [1 ] http://nipy.org/nibabel/coordinate_systems.html#naming-reference-spaces
557- [2 ] http://nipy.org/nibabel/coordinate_systems.html#voxel-coordinates-are-in-voxel-space
556+ .. [# ] http://nipy.org/nibabel/coordinate_systems.html#naming-reference-spaces
557+ .. [# ] http://nipy.org/nibabel/coordinate_systems.html#voxel-coordinates-are-in-voxel-space
558558 """
559559 def __init__ (self , streamlines = None ,
560560 data_per_streamline = None ,
0 commit comments