Skip to content

Commit

Permalink
RCAL-509: Update jump step docs (spacetelescope#1035)
Browse files Browse the repository at this point in the history
Co-authored-by: Eddie Schlafly <[email protected]>
  • Loading branch information
ddavis-stsci and schlafly committed Dec 11, 2023
1 parent afbf5c1 commit 9dc9274
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
**/*.png filter=lfs diff=lfs merge=lfs -text
16 changes: 16 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,22 @@ build:
os: ubuntu-22.04
tools:
python: mambaforge-4.10
jobs:
post_checkout:
# Download and uncompress the binary
# https://git-lfs.github.com/
- wget https://github.com/git-lfs/git-lfs/releases/download/v3.1.4/git-lfs-linux-amd64-v3.1.4.tar.gz
- tar xvfz git-lfs-linux-amd64-v3.1.4.tar.gz
# Modify LFS config paths to point where git-lfs binary was downloaded
- git config filter.lfs.process "`pwd`/git-lfs filter-process"
- git config filter.lfs.smudge "`pwd`/git-lfs smudge -- %f"
- git config filter.lfs.clean "`pwd`/git-lfs clean -- %f"
# Make LFS available in current repository
- ./git-lfs install
# Download content from remote
- ./git-lfs fetch
# Make local files to have the real content on them
- ./git-lfs checkout

conda:
environment: docs/rtd_environment.yaml
Expand Down
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ jump detection

- Added uneven ramp-jump detection docs. [#1035]

=======
documentation
-------------

- added user documentation for ``roman_static_preview`` script [#1046]

0.13.0 (2023-11-28)
===================

Expand Down
Binary file removed docs/_static/roman_logo_black_w200px.png
Binary file not shown.

0 comments on commit 9dc9274

Please sign in to comment.