Skip to content

Commit

Permalink
Updates to docs and CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
mairanteodoro committed Oct 5, 2023
1 parent bab0c14 commit e0cc4f2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,11 @@ on:
branches:
- main
- '*x'
- stcal-alignment
tags:
- '*'
pull_request:
branches:
- main
- stcal-alignment
schedule:
# Weekly Monday 9AM build
- cron: "0 9 * * 1"
Expand Down
1 change: 0 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ def setup(app):
"matplotlib": ("https://matplotlib.org/stable", None),
"gwcs": ("https://gwcs.readthedocs.io/en/latest/", None),
"astropy": ("https://docs.astropy.org/en/stable/", None),
"stdatamodels": ("https://stdatamodels.readthedocs.io/en/latest/", None),
}

extensions = [
Expand Down
4 changes: 2 additions & 2 deletions src/stcal/alignment/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -800,9 +800,9 @@ def reproject(wcs1, wcs2):
Parameters
----------
wcs1 : `~astropy.wcs.WCS` or `~gwcs.wcs.WCS`
wcs1 : astropy.wcs.WCS or gwcs.wcs.WCS
Input WCS objects or transforms.
wcs2 : `~astropy.wcs.WCS` or `~gwcs.wcs.WCS`
wcs2 : astropy.wcs.WCS or gwcs.wcs.WCS
Output WCS objects or transforms.
Returns
Expand Down

0 comments on commit e0cc4f2

Please sign in to comment.