-
-
Notifications
You must be signed in to change notification settings - Fork 898
refactor docs #1301
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
refactor docs #1301
Conversation
The changes look good, thanks! I've edited the PR description to describe them. Per the contributing guide, these changes should be made in the 3.1.x branch: |
Thank you, I see you've already change the branch to 3.1.x, what else do I need to do for merging the PR? @pamelafox |
It's confused since your branch still has all the main changes in it, can you replay your changes against 3.1? (Or rebase?) |
You need to |
docs/pagination.rst
Outdated
{{ pagination.first }} - {{ pagination.last }} of {{ pagination.total }} | ||
</div> | ||
<div class=pagination> | ||
<div class="pagination"> |
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 change is not needed, undo this.
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.
Why it's not needed? It should be the class name.
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.
quotes are optional for attributes without spaces in the value
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.
Didn't konw that, but it's best practice to not do that, right?
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.
Please change this.
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.
updated.
Is it ok to merge the PR now? |
Please review @davidism |
No need to ping me, a maintainer will review when they have time. |
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! Changes look good, merging.
This PR made some code improvements in docs: