From 76c983655ea703955d452a690cb545d1ca896e6d Mon Sep 17 00:00:00 2001 From: Drew Leonard Date: Tue, 18 Feb 2025 16:00:17 +0000 Subject: [PATCH] @Cadair's suggestions --- docs/howto_guides/asdf_warnings.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/howto_guides/asdf_warnings.rst b/docs/howto_guides/asdf_warnings.rst index 3dc8bdcb..a85131f3 100644 --- a/docs/howto_guides/asdf_warnings.rst +++ b/docs/howto_guides/asdf_warnings.rst @@ -10,9 +10,9 @@ When you load a recently-downloaded ASDF file you may see a warning something li AsdfPackageVersionWarning: File '' was created with extension URI 'asdf://asdf-format.org/astronomy/gwcs/extensions/gwcs-1.2.0' (from package gwcs==0.24.0), but older package (gwcs==0.22.0) is installed. -Of course the extension and package it complains about will vary. -This warning means that an extension needed to properly parse the ASDF file is missing or outdated. -To correct this, you should update your Python tools installation with +The extension and package it references will vary. +This warning means that the `dkist` package or one of its dependencies is out of date. +To correct this, you should update your Python tools installation (and its dependencies) with .. code-block:: bash