Skip to content

Commit 6622a1b

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 303a668 commit 6622a1b

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

docs/modules/create.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
Create
33
########
44

5-
This module contains the neccessary functions to create a dataset.
6-
It interfaces with the data on disk, and provides methods to prepare
7-
it for use in Anemoi.
5+
This module contains the neccessary functions to create a dataset. It
6+
interfaces with the data on disk, and provides methods to prepare it for
7+
use in Anemoi.
88

99
.. automodule:: anemoi.datasets.create
1010
:members:
1111
:no-undoc-members:
12-
:show-inheritance:
12+
:show-inheritance:

docs/modules/filters.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
########
1+
#########
22
Filters
3-
########
3+
#########
44

55
.. include:: ../_api/datasets.create.filters.rst

docs/modules/sources.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
########
1+
#########
22
Sources
3-
########
3+
#########
44

55
.. include:: ../_api/datasets.create.sources.rst

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,12 @@ optional-dependencies.dev = [
7777
]
7878

7979
optional-dependencies.docs = [
80+
"anemoi-datasets[all]",
8081
"nbsphinx",
8182
"pandoc",
8283
"sphinx",
8384
"sphinx-argparse",
8485
"sphinx-rtd-theme",
85-
"anemoi-datasets[all]",
8686
]
8787

8888
optional-dependencies.remote = [

0 commit comments

Comments
 (0)