-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
api docs with fixes to some docstrings and imports
- Loading branch information
Showing
15 changed files
with
269 additions
and
40 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,13 +1,10 @@ | ||
|
||
#!/usr/bin/env python | ||
|
||
""" | ||
Copyright 2018 ARC Centre of Excellence for Climate Systems Science | ||
author: Aidan Heerdegen <[email protected]> | ||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
You may obtain a copy of the License at | ||
http://www.apache.org/licenses/LICENSE-2.0 | ||
http://www.apache.org/licenses/LICENSE-2.0 | ||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
|
@@ -189,4 +186,4 @@ def shift_time(ds): | |
""" | ||
Apply time shift to un-decoded time axis, to align datasets and | ||
""" | ||
pass | ||
pass |
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
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
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
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
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
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
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
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,38 @@ | ||
cosima\_cookbook.diagnostics package | ||
==================================== | ||
|
||
Submodules | ||
---------- | ||
|
||
cosima\_cookbook.diagnostics.mean\_tau\_x module | ||
------------------------------------------------ | ||
|
||
.. automodule:: cosima_cookbook.diagnostics.mean_tau_x | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
cosima\_cookbook.diagnostics.overturning module | ||
----------------------------------------------- | ||
|
||
.. automodule:: cosima_cookbook.diagnostics.overturning | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
cosima\_cookbook.diagnostics.simple module | ||
------------------------------------------ | ||
|
||
.. automodule:: cosima_cookbook.diagnostics.simple | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: cosima_cookbook.diagnostics | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
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,46 @@ | ||
cosima\_cookbook.plots package | ||
============================== | ||
|
||
Submodules | ||
---------- | ||
|
||
cosima\_cookbook.plots.lineplots module | ||
--------------------------------------- | ||
|
||
.. automodule:: cosima_cookbook.plots.lineplots | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
cosima\_cookbook.plots.maps module | ||
---------------------------------- | ||
|
||
.. automodule:: cosima_cookbook.plots.maps | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
cosima\_cookbook.plots.overturning module | ||
----------------------------------------- | ||
|
||
.. automodule:: cosima_cookbook.plots.overturning | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
cosima\_cookbook.plots.scalar module | ||
------------------------------------ | ||
|
||
.. automodule:: cosima_cookbook.plots.scalar | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: cosima_cookbook.plots | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
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,87 @@ | ||
cosima\_cookbook package | ||
======================== | ||
|
||
Subpackages | ||
----------- | ||
|
||
.. toctree:: | ||
|
||
cosima_cookbook.diagnostics | ||
cosima_cookbook.plots | ||
cosima_cookbook.summary | ||
|
||
Submodules | ||
---------- | ||
|
||
cosima\_cookbook.database module | ||
-------------------------------- | ||
|
||
.. automodule:: cosima_cookbook.database | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
cosima\_cookbook.database\_utils module | ||
--------------------------------------- | ||
|
||
.. automodule:: cosima_cookbook.database_utils | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
cosima\_cookbook.date\_utils module | ||
----------------------------------- | ||
|
||
.. automodule:: cosima_cookbook.date_utils | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
cosima\_cookbook.distributed module | ||
----------------------------------- | ||
|
||
.. automodule:: cosima_cookbook.distributed | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
cosima\_cookbook.memory module | ||
------------------------------ | ||
|
||
.. automodule:: cosima_cookbook.memory | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
cosima\_cookbook.netcdf\_index module | ||
------------------------------------- | ||
|
||
.. automodule:: cosima_cookbook.netcdf_index | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
cosima\_cookbook.netcdf\_utils module | ||
------------------------------------- | ||
|
||
.. automodule:: cosima_cookbook.netcdf_utils | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
cosima\_cookbook.querying module | ||
-------------------------------- | ||
|
||
.. automodule:: cosima_cookbook.querying | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: cosima_cookbook | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
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,30 @@ | ||
cosima\_cookbook.summary package | ||
================================ | ||
|
||
Submodules | ||
---------- | ||
|
||
cosima\_cookbook.summary.nml\_diff module | ||
----------------------------------------- | ||
|
||
.. automodule:: cosima_cookbook.summary.nml_diff | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
cosima\_cookbook.summary.nml\_summary module | ||
-------------------------------------------- | ||
|
||
.. automodule:: cosima_cookbook.summary.nml_summary | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: cosima_cookbook.summary | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
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
Oops, something went wrong.