Skip to content

Commit 7939d8c

Browse files
committed
add mathwork sign to ignore list
1 parent 84d6cd4 commit 7939d8c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

conf.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,4 +384,7 @@
384384
linkcheck_anchors = False
385385

386386
# 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+
]

ncl/ncl_entries/general_applied_math.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -912,7 +912,7 @@
912912
"source": [
913913
"## sign_matlab\n",
914914
"\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",
916916
"\n",
917917
"```\n",
918918
"1 if the corresponding element of X is greater than zero\n",

0 commit comments

Comments
 (0)