Skip to content

Commit

Permalink
clean doc
Browse files Browse the repository at this point in the history
  • Loading branch information
floriankrb committed Jul 16, 2024
1 parent e0abe34 commit e5db774
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ of the *Anemoi* packages.

- :doc:`cli/datasets`
- :doc:`cli/weights`
- :doc:`cli/experiments`
- :doc:`cli/list`

.. toctree::
Expand All @@ -45,7 +44,6 @@ of the *Anemoi* packages.
:caption: Command line tool

cli/datasets
cli/experiments
cli/weights
cli/list

Expand Down
2 changes: 1 addition & 1 deletion src/anemoi/registry/commands/datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def add_arguments(self, command_parser):
nargs="+",
help="Path to add a location to the dataset. Implies --platform",
)
command_parser.add_argument("--platform", help="Platform to add the location to.")
command_parser.add_argument("--platform", help="Platform to add the location to. Implies --add-location")

def _run(self, entry, args):
# order matters
Expand Down

0 comments on commit e5db774

Please sign in to comment.