Skip to content

Commit cd36c77

Browse files
authored
Merge pull request #3254 from MRtrix3/shconv_fix_docs
shconv: Fix duplicate DESCRIPTION
2 parents 144ea15 + 53d0d26 commit cd36c77

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

cmd/shconv.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ void usage ()
4444
"along the 5th dimension."
4545
+ Math::SH::encoding_description;
4646

47-
DESCRIPTION
48-
+ Math::SH::encoding_description;
49-
5047
ARGUMENTS
5148
+ Argument ("odf response", "pairs of input ODF image and corresponding responses").allow_multiple()
5249
+ Argument ("SH_out", "the output spherical harmonics coefficients image.").type_image_out ();

docs/reference/commands/shconv.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ If the responses are multi-shell (with one line of coefficients per shell), the
3030
The spherical harmonic coefficients are stored according the conventions described the main documentation, which can be found at the following link: |br|
3131
https://mrtrix.readthedocs.io/en/3.0.8/concepts/spherical_harmonics.html
3232

33-
The spherical harmonic coefficients are stored according the conventions described the main documentation, which can be found at the following link: |br|
34-
https://mrtrix.readthedocs.io/en/3.0.8/concepts/spherical_harmonics.html
35-
3633
Options
3734
-------
3835

0 commit comments

Comments
 (0)