Skip to content

Commit 07ffd2d

Browse files
committed
DOC: small rewrites / fix broken link
Fix broken link to coordinate doc. Small rewrites.
1 parent bee2352 commit 07ffd2d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

doc/source/devel/add_image_format.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ A nibabel image is the association of:
104104

105105
#. The image array data (as implemented by an array proxy or a numpy array);
106106
#. An affine relating the image array coordinates to an RAS+ world (see
107-
:doc:`coordinate_systems`);
107+
:doc:`../coordinate_systems`);
108108
#. Image metadata in the form of a header.
109109

110110
Your new image constructor may well be the default from
@@ -153,7 +153,7 @@ A recipe for writing a new image format
153153
submodule (:doc:`add_test_data`). Check you can read these files correctly
154154
(see :mod:`nibabel.tests.test_parrec_data` for an example).
155155
#. Ask for advice as early and as often as you can, either with a
156-
work-in-progress pull request (the best if you can) or on the mailing list
157-
or via github issues.
156+
work-in-progress pull request (the easiest way for us to review) or on
157+
the mailing list or via github issues.
158158

159159
.. include:: ../links_names.txt

doc/source/devel/add_test_data.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ like this::
8888
git submodule add https://bitbucket.org/nipy/rosetta-samples.git nitests-data/rosetta-samples
8989

9090
You should now have a checked out copy of the ``rosetta-samples`` repository
91-
in the ``nibabel-data/rosetta-samples`` directory. Commit this submodule add
92-
to nibabel.
91+
in the ``nibabel-data/rosetta-samples`` directory. Commit the submodule that
92+
is now in your git staging area.
9393

9494
If you are writing tests using files from this repository, you should use the
9595
``needs_nibabel_data`` decorator to skip the tests if the data has not been

0 commit comments

Comments
 (0)