forked from pydata/xarray
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revised documentation in preparation for v0.3
The "tutorial" has been split out into a number of separate chapters. This should significantly enhance readability and findability.
- Loading branch information
Showing
30 changed files
with
1,993 additions
and
1,414 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +0,0 @@ | ||
[submodule "doc/sphinxext/numpydoc"] | ||
path = doc/sphinxext/numpydoc | ||
url = https://github.com/numpy/numpydoc.git | ||
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
.. Generate API reference pages, but don't display these in tables. | ||
.. This extra page is a work around for sphinx not having any support for | ||
.. hiding an autosummary table. | ||
.. currentmodule:: xray | ||
|
||
.. autosummary:: | ||
:toctree: generated/ | ||
|
||
Dataset.all | ||
Dataset.any | ||
Dataset.argmax | ||
Dataset.argmin | ||
Dataset.max | ||
Dataset.min | ||
Dataset.mean | ||
Dataset.prod | ||
Dataset.sum | ||
Dataset.std | ||
Dataset.var | ||
|
||
Dataset.isnull | ||
Dataset.notnull | ||
|
||
Dataset.argsort | ||
Dataset.clip | ||
Dataset.conj | ||
Dataset.conjugate | ||
Dataset.round | ||
Dataset.T | ||
|
||
DataArray.ndim | ||
DataArray.shape | ||
DataArray.size | ||
DataArray.dtype | ||
DataArray.astype | ||
DataArray.item | ||
|
||
DataArray.all | ||
DataArray.any | ||
DataArray.argmax | ||
DataArray.argmin | ||
DataArray.max | ||
DataArray.min | ||
DataArray.mean | ||
DataArray.prod | ||
DataArray.sum | ||
DataArray.std | ||
DataArray.var | ||
|
||
DataArray.isnull | ||
DataArray.notnull | ||
|
||
DataArray.argsort | ||
DataArray.clip | ||
DataArray.conj | ||
DataArray.conjugate | ||
DataArray.searchsorted | ||
DataArray.round | ||
DataArray.T |
Oops, something went wrong.