File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 384
384
linkcheck_anchors = False
385
385
386
386
# ignore some links that work, but are disliked by linkcheck
387
- linkcheck_ignore = [r'https://doi.org/10.1080/104732299303296' ]
387
+ linkcheck_ignore = [
388
+ r'https://doi.org/10.1080/104732299303296' ,
389
+ r'https://www.mathworks.com/help/matlab/ref/double.sign.html' ,
390
+ ]
Original file line number Diff line number Diff line change 912
912
"source" : [
913
913
" ## sign_matlab\n " ,
914
914
" \n " ,
915
- " NCL's `sign_matlab` mimics the behavior of the Matlab [sign](https://www.mathworks.com/help/simulink/slref/ sign.html) function\n " ,
915
+ " NCL's `sign_matlab` mimics the behavior of the Matlab [sign](https://www.mathworks.com/help/matlab/ref/double. sign.html) function\n " ,
916
916
" \n " ,
917
917
" ```\n " ,
918
918
" 1 if the corresponding element of X is greater than zero\n " ,
You can’t perform that action at this time.
0 commit comments