Skip to content

Commit dcf4046

Browse files
committed
[doc] update documentation
1 parent 11bc235 commit dcf4046

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+50
-50
lines changed

README.rst

Lines changed: 1 addition & 1 deletion

base64decode.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
% license:
2929
% BSD or GPL version 3, see LICENSE_{BSD,GPLv3}.txt files for details
3030
%
31-
% -- this function is part of JSONLab toolbox (http://iso2mesh.sf.net/cgi-bin/index.cgi?jsonlab)
31+
% -- this function is part of JSONLab toolbox (http://neurojson.org/jsonlab)
3232
%
3333

3434
if (nargin == 0)

base64encode.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
% license:
2626
% BSD or GPL version 3, see LICENSE_{BSD,GPLv3}.txt files for details
2727
%
28-
% -- this function is part of JSONLab toolbox (http://iso2mesh.sf.net/cgi-bin/index.cgi?jsonlab)
28+
% -- this function is part of JSONLab toolbox (http://neurojson.org/jsonlab)
2929
%
3030

3131
if (nargin == 0)

blosc2decode.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
% license:
3232
% BSD or GPL version 3, see LICENSE_{BSD,GPLv3}.txt files for details
3333
%
34-
% -- this function is part of JSONLab toolbox (http://iso2mesh.sf.net/cgi-bin/index.cgi?jsonlab)
34+
% -- this function is part of JSONLab toolbox (http://neurojson.org/jsonlab)
3535
%
3636

3737
if (nargin == 0)

blosc2encode.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
% license:
2525
% BSD or GPL version 3, see LICENSE_{BSD,GPLv3}.txt files for details
2626
%
27-
% -- this function is part of JSONLab toolbox (http://iso2mesh.sf.net/cgi-bin/index.cgi?jsonlab)
27+
% -- this function is part of JSONLab toolbox (http://neurojson.org/jsonlab)
2828
%
2929

3030
if (nargin == 0)

fast_match_bracket.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
% license:
4141
% BSD or GPL version 3, see LICENSE_{BSD,GPLv3}.txt files for details
4242
%
43-
% -- this function is part of JSONLab toolbox (http://iso2mesh.sf.net/cgi-bin/index.cgi?jsonlab)
43+
% -- this function is part of JSONLab toolbox (http://neurojson.org/jsonlab)
4444
%
4545

4646
if (nargin < 4)

filterjsonmmap.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
% license:
3030
% BSD or GPL version 3, see LICENSE_{BSD,GPLv3}.txt files for details
3131
%
32-
% -- this function is part of JSONLab toolbox (http://iso2mesh.sf.net/cgi-bin/index.cgi?jsonlab)
32+
% -- this function is part of JSONLab toolbox (http://neurojson.org/jsonlab)
3333
%
3434
if (nargin < 3)
3535
isinclude = 1;

gzipdecode.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
% license:
3131
% BSD or GPL version 3, see LICENSE_{BSD,GPLv3}.txt files for details
3232
%
33-
% -- this function is part of JSONLab toolbox (http://iso2mesh.sf.net/cgi-bin/index.cgi?jsonlab)
33+
% -- this function is part of JSONLab toolbox (http://neurojson.org/jsonlab)
3434
%
3535

3636
if (nargin == 0)

gzipencode.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
% license:
2929
% BSD or GPL version 3, see LICENSE_{BSD,GPLv3}.txt files for details
3030
%
31-
% -- this function is part of JSONLab toolbox (http://iso2mesh.sf.net/cgi-bin/index.cgi?jsonlab)
31+
% -- this function is part of JSONLab toolbox (http://neurojson.org/jsonlab)
3232
%
3333

3434
if (nargin == 0)

jdatadecode.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
% license:
5656
% BSD or GPL version 3, see LICENSE_{BSD,GPLv3}.txt files for details
5757
%
58-
% -- this function is part of JSONLab toolbox (http://iso2mesh.sf.net/cgi-bin/index.cgi?jsonlab)
58+
% -- this function is part of JSONLab toolbox (http://neurojson.org/jsonlab)
5959
%
6060

6161
newdata = data;

0 commit comments

Comments
 (0)