-
Notifications
You must be signed in to change notification settings - Fork 26
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
expand reference file schema docs #375
Conversation
11b9a79
to
5ba0d1f
Compare
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.
Thanks Brett, I think these additions are really helpful. I made some suggestions to improve clarity.
Co-authored-by: Ned Molter <[email protected]>
Co-authored-by: Ned Molter <[email protected]>
Co-authored-by: Ned Molter <[email protected]>
Co-authored-by: Ned Molter <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #375 +/- ##
===========================================
+ Coverage 67.59% 78.20% +10.60%
===========================================
Files 115 115
Lines 5932 5135 -797
===========================================
+ Hits 4010 4016 +6
+ Misses 1922 1119 -803 ☔ View full report in Codecov by Sentry. |
Thanks for the improvements. I like the new wording. I accepted most of your suggestions with one follow-up comment about the section header. |
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.
Looks great thanks Brett!
Link to updated docs:
https://stdatamodels--375.org.readthedocs.build/en/375/jwst/datamodels/schemas.html#reference-file-keywords
Expand documentation for reference file schemas to mention
keyword_*
references and "pattern"keyword_p*
references.Tasks
docs/
pageno-changelog-entry-needed
)changes/
:echo "changed something" > changes/<PR#>.<changetype>.rst
(see below for change types)jwst
regression tests with this branch installed ("git+https://github.com/<fork>/stdatamodels@<branch>"
)news fragment change types...
changes/<PR#>.feature.rst
: new featurechanges/<PR#>.bugfix.rst
: fixes an issuechanges/<PR#>.doc.rst
: documentation changechanges/<PR#>.removal.rst
: deprecation or removal of public APIchanges/<PR#>.misc.rst
: infrastructure or miscellaneous change