-
Notifications
You must be signed in to change notification settings - Fork 29
Add documentation and docstrings for ridgeline, forest and caterpilar plots #328
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
Conversation
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.
This one looks fine to merge -- any reason this is marked as a draft?
Codecov ReportBase: 83.76% // Head: 83.76% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## master #328 +/- ##
=======================================
Coverage 83.76% 83.76%
=======================================
Files 19 19
Lines 1035 1035
=======================================
Hits 867 867
Misses 168 168 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
It seems the PR broke the documentation build. |
```@example statsplots | ||
ridgelineplot(chn, [:C, :B, :A]) | ||
``` | ||
"""" |
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.
Docstrings have to be attached to functions and should not be added to the docs directly.
No description provided.