comparison Sphinx/source/faq/matlab.rst @ 358:011b01ccf52d

fixing external hyperlinks
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 30 Mar 2020 18:47:35 +0200
parents 86e92d0cc53e
children 1316bc62b5d5
comparison
equal deleted inserted replaced
357:6b432ce3a56e 358:011b01ccf52d
10 :align: center 10 :align: center
11 :width: 470px 11 :width: 470px
12 12
13 Both Matlab and Octave have access to HTTP servers thanks to their 13 Both Matlab and Octave have access to HTTP servers thanks to their
14 built-in `urlread() function 14 built-in `urlread() function
15 <http://nl.mathworks.com/help/matlab/ref/urlread.html>`__. Once must 15 <https://nl.mathworks.com/help/matlab/ref/urlread.html>`__. Once must
16 simply install a Matlab/Octave library to decode JSON files. The 16 simply install a Matlab/Octave library to decode JSON files. The
17 `JSONLab toolkit <https://github.com/fangq/jsonlab>`__ works perfectly 17 `JSONLab toolkit <https://github.com/fangq/jsonlab>`__ works perfectly
18 to this end. 18 to this end.
19 19
20 .. highlight:: matlab 20 .. highlight:: matlab