File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -34,15 +34,14 @@ We envision that both JSON and its binary version will serve as part of
3434the mainstream data-exchange formats for scientific research in the future.
3535It will provide the flexibility and generality achieved by other popular
3636general-purpose file specifications, such as
37- [ http://www.hdfgroup.org/HDF5/whatishdf5.html HDF5] , with significantly
37+ ` HDF5 < http://www.hdfgroup.org/HDF5/whatishdf5.html >`_ , with significantly
3838reduced complexity and enhanced performance.
3939
4040JSONLab is a free and open-source implementation of a JSON/UBJSON encoder
4141and a decoder in the native MATLAB language. It can be used to convert a MATLAB
4242data structure (array, struct, cell, struct array and cell array) into
4343JSON/UBJSON formatted strings, or to decode a JSON/UBJSON file into MATLAB
44- data structure. JSONLab supports both MATLAB and
45- [http://www.gnu.org/software/octave/ GNU Octave] (a free MATLAB clone).
44+ data structure. JSONLab supports both MATLAB and `GNU Octave <http://www.gnu.org/software/octave/ >`_ (a free MATLAB clone).
4645
4746================
4847Installation
You can’t perform that action at this time.
0 commit comments