Skip to content

Commit 0d3737a

Browse files
committed
DOC: Update BIAP links
1 parent 703889b commit 0d3737a

File tree

10 files changed

+22
-6
lines changed

10 files changed

+22
-6
lines changed

doc/source/devel/biaps/biap_0001.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _biap1:
2+
13
################################
24
BIAP1 - towards immutable images
35
################################

doc/source/devel/biaps/biap_0002.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _biap2:
2+
13
#################
24
BIAP2 : Slicecopy
35
#################

doc/source/devel/biaps/biap_0003.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _biap3:
2+
13
#####################################
24
BIAP3 - a JSON nifti header extension
35
#####################################

doc/source/devel/biaps/biap_0004.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _biap4:
2+
13
####################################
24
BIAP4 - merging nibabel and dcmstack
35
####################################

doc/source/devel/biaps/biap_0005.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _biap5:
2+
13
###############################
24
BIAP5 - a streamlines converter
35
###############################

doc/source/devel/biaps/biap_0006.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _biap6:
2+
13
##############################
24
BIAP6 - identifying image axes
35
##############################

doc/source/devel/biaps/biap_0007.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _biap7:
2+
13
###############################
24
BIAP7 - loading multiple images
35
###############################

doc/source/devel/biaps/biap_0008.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _biap8:
2+
13
################################################
24
BIAP8 - always load image data as floating point
35
################################################

doc/source/devel/biaps/biap_template.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. _`biap_template`:
1+
.. _biap_template:
22

33
==================================
44
BIAP X — Template and Instructions

doc/source/devel/roadmap.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ way the image was acquired. Axes have natural labels, expressing meaning,
3737
such as "time" or "slice", and they may have tick labels such as acquisition
3838
time. The scanner captures this information, but typical image formats cannot
3939
store it, so it is easy to lose metadata and make analysis errors; see
40-
:doc:`biap_0006`.
40+
:ref:`biap6`.
4141

4242
We plan to expand Nibabel's API to encode axis and tick labels by integrating
4343
the Xarray package: `http://xarray.pydata.org`_. Xarray simplifies HDF5
@@ -49,12 +49,12 @@ data, or save them with the image. We plan to:
4949
* Develop HDF5 equivalents of standard image formats, for serialization of
5050
data with labels.
5151
* Expand the current standard image format, NIfTI, to store labels in a JSON
52-
addition to image metadata: `https://github.com/nipy/nibabel/wiki/BIAP3`_.
52+
addition to image metadata: :ref:`biap3`.
5353
* Read image metadata from DICOM, the standard scanner format.
5454

55-
Reading and attaching DICOM data will start with code integrated from Dcmstack,
56-
by Brendan Moloney: `https://github.com/moloney/dcmstack`_; see:
57-
`https://github.com/nipy/nibabel/wiki/BIAP4`_.
55+
Reading and attaching DICOM data will start with code integrated from
56+
`Dcmstack <https://github.com/moloney/dcmstack>`_, by Brendan Moloney; see:
57+
:ref:`biap4`.
5858

5959
DICOM metadata is often hidden inside "private" DICOM elements that need
6060
specialized parsers. We want to expand these parsers to preserve full metadata

0 commit comments

Comments
 (0)