Skip to content

Commit

Permalink
Add docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdickinson committed Dec 17, 2014
1 parent 8fed0d4 commit c06e57e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/source/traits_api_reference/trait_numeric.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ Classes

.. autoclass:: Array

.. autoclass:: ArrayOrNone

.. autoclass:: CArray

Function
Expand Down
3 changes: 3 additions & 0 deletions docs/source/traits_user_manual/defining.rst
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,9 @@ the table.
| Array | Array( [*dtype* = None, *shape* = None, *value* = None, |
| | *typecode* = None, \*\*\ *metadata*] ) |
+------------------+----------------------------------------------------------+
| ArrayOrNone | ArrayOrNone( [*dtype* = None, *shape* = None, |
| | *value* = None, *typecode* = None, \*\*\ *metadata*] ) |
+------------------+----------------------------------------------------------+
| Button | Button( [*label* = '', *image* = None, *style* = |
| | 'button', *orientation* = 'vertical', *width_padding* = |
| | 7, *height_padding* = 5, \*\*\ *metadata*] ) |
Expand Down

0 comments on commit c06e57e

Please sign in to comment.