-
Notifications
You must be signed in to change notification settings - Fork 174
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
Improve PaginatedList
docs
#654
Improve PaginatedList
docs
#654
Conversation
Include details for each parameter used in PaginatedList.
Include details for each parameter used in PaginatedList.
I'm not sure why the |
Looks like some error with the Codecov action not with this PR. I'm don't think I have the permission to look into this any more. Maybe it'll pass when run tomorrow or Monday. |
Think I fixed the Codecov thing in #655 and by updating the upload token. (Not sure if it was one, the other, or both, but hey). Get that in and this should hopefully work |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #654 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 73 73
Lines 3732 3732
=========================================
Hits 3732 3732 ☔ View full report in Codecov by Sentry. |
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 for adding docs! The docstring on __init__
is super useful.
I'm concerned the addition to the class docstring may be misleading.
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! 👍
Include details for each parameter used in
PaginatedList
.Fixes #651.