DOC: Update CSV Header Related Docs#495
Merged
Gui-FernandesBR merged 5 commits intodevelopfrom Dec 3, 2023
Merged
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #495 +/- ##
===========================================
+ Coverage 71.05% 71.14% +0.08%
===========================================
Files 55 55
Lines 9262 9276 +14
===========================================
+ Hits 6581 6599 +18
+ Misses 2681 2677 -4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Gui-FernandesBR
approved these changes
Nov 29, 2023
Member
Gui-FernandesBR
left a comment
There was a problem hiding this comment.
This Looks Good To Me
Gui-FernandesBR
approved these changes
Dec 2, 2023
| ### Changed | ||
|
|
||
| - ENH: Function Reverse Arithmetic Priority [#488](https://github.com/RocketPy-Team/RocketPy/pull/488) | ||
| - DOC: Update Header Related Docs |
Member
There was a problem hiding this comment.
@MateusStano you don't need to include this in the change log. From the user's perspective, it's irrelevant.
phmbressan
approved these changes
Dec 2, 2023
7 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull request type
Checklist
CHANGELOG.mdhas been updated (if relevant)Current behavior
Docs related to reading files mentioned that the files must contain no headers
New behavior
Now those docs mention that the files can contain headers
Breaking change