BIDS / datarray

Prototyping numpy arrays with named axes for data management.
http://bids.github.com/datarray
Other
87 stars 20 forks source link

Update doc page to use .axes instead of .axis, which no longer works. #54

Closed takluyver closed 13 years ago

takluyver commented 13 years ago

Testing a fresh checkout of datarray, I found the examples in the docs didn't work, because the da.axis attribute was recently removed. Using .axes instead seems to work, so this updates the examples to reflect that.

fperez commented 13 years ago

Thanks! Merging now...