File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ A nibabel image is the association of:
104
104
105
105
#. The image array data (as implemented by an array proxy or a numpy array);
106
106
#. An affine relating the image array coordinates to an RAS+ world (see
107
- :doc: `coordinate_systems `);
107
+ :doc: `../ coordinate_systems `);
108
108
#. Image metadata in the form of a header.
109
109
110
110
Your new image constructor may well be the default from
@@ -153,7 +153,7 @@ A recipe for writing a new image format
153
153
submodule (:doc: `add_test_data `). Check you can read these files correctly
154
154
(see :mod: `nibabel.tests.test_parrec_data ` for an example).
155
155
#. 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.
158
158
159
159
.. include :: ../links_names.txt
Original file line number Diff line number Diff line change @@ -88,8 +88,8 @@ like this::
88
88
git submodule add https://bitbucket.org/nipy/rosetta-samples.git nitests-data/rosetta-samples
89
89
90
90
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 .
93
93
94
94
If you are writing tests using files from this repository, you should use the
95
95
``needs_nibabel_data `` decorator to skip the tests if the data has not been
You can’t perform that action at this time.
0 commit comments