-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
76 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
copy | ||
==== | ||
|
||
.. argparse:: | ||
:module: anemoi.datasets.__main__ | ||
:func: create_parser | ||
:prog: anemoi-datasets | ||
:path: copy |
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,25 @@ | ||
Introduction | ||
============ | ||
|
||
When you install the `anemoi-inference` package, this will also install command line tool | ||
called ``anamois-inference`` this can be used to manage the checkpoints. | ||
|
||
The tools can provide help with the ``--help`` options: | ||
|
||
.. code-block:: bash | ||
% anamoi-inference --help | ||
The commands are: | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
checkpoint | ||
metadata | ||
|
||
.. argparse:: | ||
:module: anemoi.inference.__main__ | ||
:func: create_parser | ||
:prog: anemoi-inference | ||
:nosubcommands: |
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,10 @@ | ||
create | ||
====== | ||
|
||
Use this command to create a dataset from a recipe file: | ||
|
||
.. argparse:: | ||
:module: anemoi.datasets.__main__ | ||
:func: create_parser | ||
:prog: anemoi-datasets | ||
:path: create |
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,7 @@ | ||
runner | ||
====== | ||
|
||
.. automodule:: anemoi.inference.runner | ||
:members: | ||
:no-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 |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
sphinx | ||
sphinx_rtd_theme | ||
nbsphinx | ||
sphinx_argparse | ||
|
||
# Also requires `brew install pandoc` on Mac | ||
pandoc | ||
|