-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #185 from MetOffice/184_document_collapse
Document collapse operator
- Loading branch information
Showing
4 changed files
with
45 additions
and
3 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 |
---|---|---|
|
@@ -8,5 +8,6 @@ components. | |
:maxdepth: 2 | ||
|
||
cli | ||
operators | ||
recipe-format | ||
operators | ||
internal |
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,36 @@ | ||
Internal Functions | ||
================== | ||
|
||
This page details various internal functions within CSET. Most people should | ||
never have to worry about these, but they are documented here for the | ||
convenience of those developing CSET. | ||
|
||
CSET.operators | ||
-------------- | ||
|
||
.. automodule:: CSET.operators | ||
:members: | ||
|
||
CSET.recipes | ||
------------ | ||
|
||
.. automodule:: CSET.recipes | ||
:members: | ||
|
||
CSET.graph | ||
---------- | ||
|
||
.. automodule:: CSET.graph | ||
:members: | ||
|
||
CSET._common | ||
------------ | ||
|
||
.. note:: | ||
|
||
While no functions documented on this page are part of any API promise, the | ||
functions inside _common are especially liable to change without any kind of | ||
notice. | ||
|
||
.. automodule:: CSET._common | ||
:members: |
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