Skip to content

Commit

Permalink
STY Changed arange to lrange, code order, docstrings.
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Troxler committed Feb 7, 2012
1 parent c79c3c2 commit fb37b1b
Show file tree
Hide file tree
Showing 4 changed files with 308 additions and 288 deletions.
2 changes: 1 addition & 1 deletion RELEASE.rst
Expand Up @@ -16,7 +16,7 @@ la 0.6
- la.isaligned() returns True if two larrys are aligned along specified axis
- la.sortby() sorts a larry by a row or column specified by its label
- la.align_axis() aligns multiple larrys along (possibly) different axes
- la.arange(), la.ones(), and la.zeros() provide quick ways to get test data
- la.lrange(), la.ones(), and la.zeros() generate larrys

**Enhancements**

Expand Down
18 changes: 18 additions & 0 deletions doc/source/ref_flarry.rst
Expand Up @@ -75,6 +75,24 @@ The binary functions combine two larrys into one.

.. autofunction:: la.divide

Quick Instantiation
-------------------

Functions that quickly generate larrys.

------------

.. autofunction:: la.zeros

------------

.. autofunction:: la.ones

------------

.. autofunction:: la.lrange



Random
------
Expand Down

0 comments on commit fb37b1b

Please sign in to comment.