diff --git a/docs/tutorialarray.rst b/docs/tutorialarray.rst index 2dd12f9..31c9c33 100644 --- a/docs/tutorialarray.rst +++ b/docs/tutorialarray.rst @@ -370,7 +370,8 @@ To see which languages are supported, use the 'readcodelanguages' property: 'mathematica', 'matlab', 'numpy', - 'numpymemmap') + 'numpymemmap', + 'scilab') Ragged Arrays ------------- diff --git a/docs/tutorialraggedarray.rst b/docs/tutorialraggedarray.rst index cef1e2c..5745c43 100644 --- a/docs/tutorialraggedarray.rst +++ b/docs/tutorialraggedarray.rst @@ -138,7 +138,15 @@ To see which languages are supported: .. code:: python >>> ra2.readcodelanguages - ('R', 'darr', 'idl', 'julia', 'maple', 'mathematica', 'matlab', 'numpymemmap') + ('R', + 'darr', + 'idl', + 'julia', + 'maple', + 'mathematica', + 'matlab', + 'numpymemmap', + 'scilab')