Skip to content

Commit

Permalink
fix/reorder tables docs
Browse files Browse the repository at this point in the history
  • Loading branch information
papajohn committed Feb 1, 2016
1 parent 5820edb commit 251a87f
Showing 1 changed file with 16 additions and 9 deletions.
25 changes: 16 additions & 9 deletions docs/tables.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,29 +42,38 @@ Creation
:toctree: _autosummary

Table.__init__
Table.empty
Table.from_rows
Table.from_records
Table.from_columns_dict
Table.read_table
Table.from_df
Table.from_array

Extension (does not modify original table)

.. autosummary::
:toctree: _autosummary

Table.with_column
Table.with_columns
Table.with_row
Table.with_rows
Table.relabeled

Accessing values

.. autosummary::
:toctree: _autosummary

Table.values
Table.num_columns
Table.columns
Table.column
Table.num_rows
Table.rows
Table.column_labels
Table.columns
Table.row
Table.labels

Table.column_index
Table.apply


Mutation (modifies table in place)

.. autosummary::
Expand Down Expand Up @@ -98,8 +107,6 @@ Transformation (creates a new table)
Table.percentile
Table.sample
Table.split
Table.with_column
Table.with_relabeling
Table.bin

Exporting / Displaying
Expand Down

0 comments on commit 251a87f

Please sign in to comment.