Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
jpn-- committed Mar 11, 2017
1 parent 4eef1b9 commit b43e37a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion doc/datatables.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ example data files.

.. automethod:: DT.CSV_idco

.. autofunction:: DTX
.. autofunction:: DTL

Required HDF5 Structure
-----------------------
Expand Down
1 change: 1 addition & 0 deletions py/dt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -962,6 +962,7 @@ def get_screen_indexes(self):
Example
-------
>>> import larch
>>> d = larch.DT.Example('swissmetro')
>>> d.get_screen_indexes()
array([ 0, 1, 2, ..., 8448, 8449, 8450])
Expand Down

0 comments on commit b43e37a

Please sign in to comment.