Added docstrings for all exported methods!#545
Closed
anurag-mds wants to merge 8 commits intoJuliaStats:masterfrom
anurag-mds:doc-fix-branch
Closed
Added docstrings for all exported methods!#545anurag-mds wants to merge 8 commits intoJuliaStats:masterfrom anurag-mds:doc-fix-branch
anurag-mds wants to merge 8 commits intoJuliaStats:masterfrom
anurag-mds:doc-fix-branch
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #545 +/- ##
==========================================
+ Coverage 85.44% 85.58% +0.14%
==========================================
Files 11 13 +2
Lines 625 888 +263
==========================================
+ Hits 534 760 +226
- Misses 91 128 +37 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
added 7 commits
December 28, 2025 22:55
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.
This PR addresses issue #533 by ensuring that all exported methods in TimeSeries.jl have comprehensive docstrings.
The following actions were taken:
Reviewed all exported functions, types, and constants.
Added or improved docstrings for any missing or incomplete documentation.
Followed the existing documentation style for consistency.
Included examples where helpful.
Motivation:
Having complete docstrings for all exported methods improves usability and discoverability for users, making the package easier to use and understand.Notes:
All existing tests are passing. No change was done to code just documentation-only fixes were done.Reviewers:
@ValentinKaisermayer @iblislin