Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions lib/iris/cube.py
Original file line number Diff line number Diff line change
Expand Up @@ -492,9 +492,13 @@ def __init__(self, data, standard_name=None, long_name=None,
Args:

* data
A numpy array containing the phenomenon values or a data manager
object. This object defines the shape of the cube and the value
in each cell.
An object, usually a numpy array, containing the phenomenon
values or a data manager object. This object defines the shape
of the cube and the value in each cell.

If the object contains phenomenon values it can be a numpy
array, an array subclass or an *array_like* as described in
:func:`numpy.asarray`.

See :attr:`Cube.data<iris.cube.Cube.data>` and
:class:`iris.fileformats.manager.DataManager`
Expand Down