From 2bf667e27bf75b5d73739d4df849eab52d75216b Mon Sep 17 00:00:00 2001 From: David Kaplan Date: Thu, 29 Aug 2024 08:43:31 -0500 Subject: [PATCH 1/2] fix doc --- docs/explanation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/explanation.rst b/docs/explanation.rst index 8bca84cc2..519729102 100644 --- a/docs/explanation.rst +++ b/docs/explanation.rst @@ -529,8 +529,8 @@ Ephemerides ''''''''''' JPL Solar System ephemerides (of the form ``DE*.bsp``) are typically downloaded automatically -and stored using ```astropy``'s data downloading and caching mechanism. The list of URLs used for this -are given in :module:`pint.solar_system_ephemerides`. However, you can also specify a local file instead. +and stored using ``astropy``'s data downloading and caching mechanism. The list of URLs used for this +are given in :mod:`pint.solar_system_ephemerides`. However, you can also specify a local file instead. To do this, load the file explicitly with: :: From a91ca06dfcce4245315562b031702a85ca5e49c8 Mon Sep 17 00:00:00 2001 From: David Kaplan Date: Thu, 29 Aug 2024 09:24:46 -0500 Subject: [PATCH 2/2] changelog --- CHANGELOG-unreleased.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG-unreleased.md b/CHANGELOG-unreleased.md index abcc314b3..25f3d6283 100644 --- a/CHANGELOG-unreleased.md +++ b/CHANGELOG-unreleased.md @@ -31,6 +31,7 @@ the released changes. - `event_optimize`: Fixed a bug that was causing the results.txt file to be written without the median values. - SWX model now has SWXP_0001 frozen by default, and new segments should also have SWXP frozen - Can now properly use local files for ephemeris +- Typos in `explanation.rst` regarding local ephemeris. ### Removed - Removed the argument `--usepickle` in `event_optimize` as the `load_events_weights` function checks the events file type to see if the file is a pickle file.