From e5db77447b3c675d6cad7ca22aea50916c358a59 Mon Sep 17 00:00:00 2001 From: Florian Pinault Date: Tue, 16 Jul 2024 17:40:26 +0200 Subject: [PATCH] clean doc --- docs/index.rst | 2 -- src/anemoi/registry/commands/datasets.py | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 6bf5078..49849d0 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -36,7 +36,6 @@ of the *Anemoi* packages. - :doc:`cli/datasets` - :doc:`cli/weights` -- :doc:`cli/experiments` - :doc:`cli/list` .. toctree:: @@ -45,7 +44,6 @@ of the *Anemoi* packages. :caption: Command line tool cli/datasets - cli/experiments cli/weights cli/list diff --git a/src/anemoi/registry/commands/datasets.py b/src/anemoi/registry/commands/datasets.py index c4579fb..0a601a6 100644 --- a/src/anemoi/registry/commands/datasets.py +++ b/src/anemoi/registry/commands/datasets.py @@ -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