From 320da5d4954f13eda8f215e7a40361d43bd5a972 Mon Sep 17 00:00:00 2001 From: Bradley Sappington Date: Thu, 19 Dec 2024 10:23:43 -0500 Subject: [PATCH] update warning --- webbpsf/__init__.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/webbpsf/__init__.py b/webbpsf/__init__.py index c2c0b0d0..15a1ca6e 100644 --- a/webbpsf/__init__.py +++ b/webbpsf/__init__.py @@ -21,11 +21,13 @@ _warned = False - +# TODO SAPP - update [READTHEDOCS_PAGE_TBD] to be correct location once created if not _warned: warnings.warn( """" - WebbPSF functionality has now migrated to STPSF. Please see https://stpsf.readthedocs.io for more info + This message is for information only and WebbPSF will continue to function as normal. + The WebbPSF library has been moved/renamed to STPSF. Please see [READTHEDOCS_PAGE_TBD] for more information. + WebbPSF is now an alias of STPSF and is running code from the STPSF library. """, DeprecationWarning, stacklevel=2, # Shows the webbpsf import code