Skip to content

Commit

Permalink
fixes for linkcheck test
Browse files Browse the repository at this point in the history
  • Loading branch information
bmorris3 committed Jul 17, 2024
1 parent 5bea741 commit 6b7f233
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ You also need the up-to-date tags for proper software versioning:
git rebase upstream/main
For the rest of contributing workflow, it is very similar to
`how to make a code contribution to astropy <https://docs.astropy.org/en/latest/development/workflow/development_workflow.html>`_,
`how to make a code contribution to astropy <https://docs.astropy.org/en/latest/development/quickstart.html>`_,
including setting up virtual environments, git basics, and more.

An exception is the change log; if your patch requires a change log, see ``CHANGES.rst`` for examples.
Expand Down
2 changes: 1 addition & 1 deletion docs/sample_notebooks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ These tools include three types of example Jupyter notebooks.

1. :gh-tree:`Sample Jdaviz Notebooks <notebooks>` that illustrate how to use Jdaviz and various API calls. These notebooks are located in the ``notebooks`` sub-directory of the git repository.

2. `Sample JDAT notebooks <https://jwst-docs.stsci.edu/jwst-post-pipeline-data-analysis/data-analysis-example-jupyter-notebooks>`_ that illustrate likely science workflows with data obtained from the various JWST instruments. These notebook incorporate ``astropy`` and Jdaviz when possible.
2. `Sample JDAT notebooks <https://jwst-docs.stsci.edu/jwst-post-pipeline-data-analysis#JWSTPostPipelineDataAnalysis-JWSTdataanalysis(JDAT)notebooks>`_ that illustrate likely science workflows with data obtained from the various JWST instruments. These notebook incorporate ``astropy`` and Jdaviz when possible.

3. `Sample JWST pipeline notebooks <https://jwst-docs.stsci.edu/jwst-science-calibration-pipeline-overview/example-jupyter-notebooks-running-the-pipeline>`_ that illustrate how to run the JWST science calibration pipeline.
2 changes: 1 addition & 1 deletion jdaviz/core/astrowidgets_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ def marker(self):
{'color': (1, 0, 0)}
The valid properties for Glue markers are listed at
https://docs.glueviz.org/en/stable/api/glue.core.visual.VisualAttributes.html
https://glue-core.readthedocs.io/en/latest/api/glue.core.visual.VisualAttributes.html
"""
return self._marker_dict
Expand Down

0 comments on commit 6b7f233

Please sign in to comment.