-
Notifications
You must be signed in to change notification settings - Fork 177
DOC: Continue to fix some simple broken ref across package #9777
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
by addressing some low-hanging fruits
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #9777 +/- ##
=======================================
Coverage 82.49% 82.49%
=======================================
Files 366 366
Lines 37134 37134
=======================================
Hits 30633 30633
Misses 6501 6501 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
formatting
and clean up devel_io_design formatting
* ``--oversample``: The oversampling factor to be used in the model fit (default=3). | ||
* ``--rotation``: Initial guess for the rotation of the PSF in the input image, in | ||
units of degrees (default=0.0). | ||
* ``--psf_offset``: List of PSF offset values to use when creating the model array | ||
(default='0.0 0.0'). | ||
* ``--rotation_search``: List of start, stop, and step values that define the list of | ||
rotation search values. The default setting of '-3 3 1' | ||
results in search values of [-3, -2, -1, 0, 1, 2, 3]. | ||
* ``--bandpass``: ASDF file containing suitable array to override filter/source | ||
(default=None) | ||
* ``--usebp``: If True, exclude pixels marked DO_NOT_USE from fringe fitting | ||
(default=True) | ||
* ``--firstfew``: If not None, process only the first few integrations (default=None) | ||
* ``--chooseholes``: If not None, fit only certain fringes e.g. ['B4','B5','B6','C2'] | ||
(default=None) | ||
* ``--affine2d``: ASDF file containing user-defined affine parameters (default='commissioning') | ||
* ``--run_bpfix``: Run Fourier bad pixel fix on cropped data (default=True) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Single dash is actually wrong if we are talking about CLI options. I have no idea why colon was even used as a list. It is not a valid Sphinx thingy.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The red and green background must be because you are not looking at the proper HTML output. They not supposed to be there.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What exactly you not like about the diff? Please see the rendered RTD page. Thanks.
This PR addresses a little bit of #9383 , as seen in #9666 .
This round touches a lot of subpackages because I tried to do global search and replace for common offenders. Hopefully the diff is self-explanatory.
No need to run RT.
Tasks
Build 12.0
(use the latest build if not sure)no-changelog-entry-needed
)changes/
:echo "changed something" > changes/<PR#>.<changetype>.rst
(see changelog readme for instructions)docs/
pageokify_regtests
to update the truth files