Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
gbeckers committed Sep 20, 2023
1 parent e2386fd commit 54bf4b1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/tutorialarray.rst
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,8 @@ To see which languages are supported, use the 'readcodelanguages' property:
'mathematica',
'matlab',
'numpy',
'numpymemmap')
'numpymemmap',
'scilab')
Ragged Arrays
-------------
Expand Down
10 changes: 9 additions & 1 deletion docs/tutorialraggedarray.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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')



Expand Down

0 comments on commit 54bf4b1

Please sign in to comment.