Skip to content

Commit

Permalink
link to stable rather than latest, use intersphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
bmorris3 committed Nov 18, 2024
1 parent e12672e commit 7c3d1c3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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']
4 changes: 2 additions & 2 deletions docs/rampviz/plugins.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://roman-pipeline.readthedocs.io/en/latest/roman/ramp_fitting/index.html>`_
or the `Roman pipeline's ramp fitting step <https://jwst-pipeline.readthedocs.io/en/latest/jwst/ramp_fitting/index.html#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.
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@
<span class="v-messages v-messages__message text--secondary">
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
<j-external-link link='https://roman-pipeline.readthedocs.io/en/latest/roman/ramp_fitting/index.html' linktext='Roman pipeline'>
<j-external-link link='https://roman-pipeline.readthedocs.io/en/stable/roman/ramp_fitting/index.html' linktext='Roman pipeline'>
</j-external-link> or the
<j-external-link link='https://jwst-pipeline.readthedocs.io/en/latest/jwst/ramp_fitting/index.html#ramp-fitting-step' linktext='JWST pipeline'>
<j-external-link link='https://jwst-pipeline.readthedocs.io/en/stable/jwst/ramp_fitting/index.html#ramp-fitting-step' linktext='JWST pipeline'>
</j-external-link>.
</span>
</v-row>
Expand Down

0 comments on commit 7c3d1c3

Please sign in to comment.