-
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
9 changed files
with
97 additions
and
82 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
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,32 +1,34 @@ | ||
Installing | ||
========== | ||
############ | ||
Installing | ||
############ | ||
|
||
To install the package, you can use the following command: | ||
|
||
.. code-block:: bash | ||
.. code:: bash | ||
pip install anemoi-utils[...options...] | ||
pip install anemoi-utils[...options...] | ||
The options are: | ||
|
||
- ``dev``: install the development dependencies | ||
- ``all``: install all the dependencies | ||
- ``text``: install the dependencies for text processing | ||
- ``provenance``: install the dependencies for provenance tracking | ||
- ``grib``: install the dependencies for looking up GRIB parameters | ||
- ``dev``: install the development dependencies | ||
- ``all``: install all the dependencies | ||
- ``text``: install the dependencies for text processing | ||
- ``provenance``: install the dependencies for provenance tracking | ||
- ``grib``: install the dependencies for looking up GRIB parameters | ||
|
||
Contributing | ||
------------ | ||
************** | ||
Contributing | ||
************** | ||
|
||
.. code-block:: bash | ||
.. code:: bash | ||
git clone ... | ||
cd anemoi-utils | ||
pip install .[dev] | ||
pip install -r docs/requirements.txt | ||
git clone ... | ||
cd anemoi-utils | ||
pip install .[dev] | ||
pip install -r docs/requirements.txt | ||
You may also have to install pandoc on MacOS: | ||
|
||
.. code-block:: bash | ||
.. code:: bash | ||
brew install pandoc | ||
brew install pandoc |
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,7 +1,8 @@ | ||
checkpoints | ||
=========== | ||
############# | ||
checkpoints | ||
############# | ||
|
||
.. automodule:: anemoi.utils.checkpoints | ||
:members: | ||
:no-undoc-members: | ||
:show-inheritance: | ||
: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 |
---|---|---|
@@ -1,7 +1,8 @@ | ||
config | ||
====== | ||
######## | ||
config | ||
######## | ||
|
||
.. automodule:: anemoi.utils.config | ||
:members: | ||
:no-undoc-members: | ||
:show-inheritance: | ||
: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 |
---|---|---|
@@ -1,7 +1,8 @@ | ||
dates | ||
===== | ||
####### | ||
dates | ||
####### | ||
|
||
.. automodule:: anemoi.utils.dates | ||
:members: | ||
:no-undoc-members: | ||
:show-inheritance: | ||
: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 |
---|---|---|
@@ -1,7 +1,8 @@ | ||
grib | ||
==== | ||
###### | ||
grib | ||
###### | ||
|
||
.. automodule:: anemoi.utils.grib | ||
:members: | ||
:no-undoc-members: | ||
:show-inheritance: | ||
: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 |
---|---|---|
@@ -1,7 +1,8 @@ | ||
humanize | ||
======== | ||
########## | ||
humanize | ||
########## | ||
|
||
.. automodule:: anemoi.utils.humanize | ||
:members: | ||
:no-undoc-members: | ||
:show-inheritance: | ||
: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 |
---|---|---|
@@ -1,7 +1,8 @@ | ||
provenance | ||
========== | ||
############ | ||
provenance | ||
############ | ||
|
||
.. automodule:: anemoi.utils.provenance | ||
:members: | ||
:no-undoc-members: | ||
:show-inheritance: | ||
: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 |
---|---|---|
@@ -1,7 +1,8 @@ | ||
text | ||
==== | ||
###### | ||
text | ||
###### | ||
|
||
.. automodule:: anemoi.utils.text | ||
:members: | ||
:no-undoc-members: | ||
:show-inheritance: | ||
:members: | ||
:no-undoc-members: | ||
:show-inheritance: |