Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #549 +/- ##
==========================================
+ Coverage 85.44% 86.03% +0.59%
==========================================
Files 11 13 +2
Lines 625 888 +263
==========================================
+ Hits 534 764 +230
- Misses 91 124 +33 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Hi, could you rebase this PR against master? |
|
I can take care of the rebase, but I’m at college right now. I’ll be able to do it in ~3 hours. Just wanted to give you a heads-up so you know the timing |
|
ah, take your time :) |
fea4d90 to
580b1e9
Compare
|
Sorry for the delay, this was my first time handling rebase conflicts in this repo, so resolving them carefully took a bit longer than expected. The branch is now rebased against master. Thanks for asking me to rebase it helped me learn how to properly resolve conflicts. |
|
Can you add an # Public API
```@autodocs
Modules = [Foo]
Private = false
``` |
|
Thanks for the suggestion Let me do this real quick! |
|
I have made the required modifications. Please let me know if any further refinements are needed |
@ValentinKaisermayer |
|
Thanks for checking. That said, I'm happy to follow whatever convention timeseries.jl prefers |
|
https://documenter.juliadocs.org/stable/man/syntax/#Info-67d1dac5cc53b84b Documenter.jl should only consider exported symbols and those marked with |
Ah, sry got that wrong. We document it, i.e. have a docstring but they are not exported so |
|
DataFrames.jl simply documents everything, including, e.g. https://dataframes.juliadata.org/stable/lib/functions/#Base.hcat |
|
I see the trade-off. I'm fine adopting that approach to maintain consistency. To confirm before I proceed: |
|
I vote for including all @anurag-mds could you try out the
|
|
Sounds good |
|
Apologies for the delay on this update - I’m currently away from my development setup for a few days, but I’ve noted everything and will push the changes as soon as I’m back. I’ll update here if I run into any issues with Documenter. Thanks for the guidance and patience |
|
@iblislin I have done all the necessary changes Kindly review it and any changes do let me know! |
|
Does this seems good? |
|
Thanks for your contributions! |
|
The new ref page looks fine: https://juliastats.org/TimeSeries.jl/dev/api/. |
|
Thanks a lot for the review and for merging this! This PR helped me learn how to rebase, understand reviews, and make the necessary modifications. |
This PR implements the approach discussed in issue #547 by moving shared docstrings from exported functions into the docs directory and referencing them via @docs, eliminating duplication while preserving rendered documentation.
@iblislin Please review.