From 7c3d1c3067fea170482c8d3e5be5cd65ebe4edd6 Mon Sep 17 00:00:00 2001 From: "Brett M. Morris" Date: Mon, 18 Nov 2024 13:08:02 -0500 Subject: [PATCH] link to stable rather than latest, use intersphinx --- docs/conf.py | 5 ++++- docs/rampviz/plugins.rst | 4 ++-- .../rampviz/plugins/ramp_extraction/ramp_extraction.vue | 4 ++-- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index ef97c8a0c9..14d5788526 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -289,7 +289,10 @@ 'specreduce': ('https://specreduce.readthedocs.io/en/stable/', None), 'specutils': ('https://specutils.readthedocs.io/en/stable/', None), 'stdatamodels': ('https://stdatamodels.readthedocs.io/en/latest/', None), - 'traitlets': ('https://traitlets.readthedocs.io/en/stable/', None)}) + 'traitlets': ('https://traitlets.readthedocs.io/en/stable/', None), + 'jwst': ('https://jwst-pipeline.readthedocs.io/en/stable/', None), + 'romancal': ('https://roman-pipeline.readthedocs.io/en/stable/', None), +}) # Options for linkcheck linkcheck_ignore = ['https://github.com/spacetelescope/jdaviz/settings/branches'] diff --git a/docs/rampviz/plugins.rst b/docs/rampviz/plugins.rst index 7050becb75..e977130ac7 100644 --- a/docs/rampviz/plugins.rst +++ b/docs/rampviz/plugins.rst @@ -74,5 +74,5 @@ The Ramp Extraction plugin is a quick-look tool, and it does not support all of The mission pipelines produce rate images from ramp cubes by fitting the samples up the ramp while accounting for non-linearity, jumps detected during an integration, saturation, and detector defects. These data quality checks and corrections are not applied in the Ramp Extraction plugin. For details on how rate images are derived from ramps, see -the `JWST pipeline's ramp fitting step `_ -or the `Roman pipeline's ramp fitting step `_. +the JWST pipeline's :doc:`jwst:jwst/ramp_fitting/index` step or the Roman pipeline's +:doc:`romancal:roman/ramp_fitting/index` step. diff --git a/jdaviz/configs/rampviz/plugins/ramp_extraction/ramp_extraction.vue b/jdaviz/configs/rampviz/plugins/ramp_extraction/ramp_extraction.vue index f793f9531b..826c3145fe 100644 --- a/jdaviz/configs/rampviz/plugins/ramp_extraction/ramp_extraction.vue +++ b/jdaviz/configs/rampviz/plugins/ramp_extraction/ramp_extraction.vue @@ -60,9 +60,9 @@ Note: this plugin does not detecting defects in ramps, fit the ramps, or apply corrections. For details on how rate images are derived from ramps, see the documentation for the - + or the - + .