Doc: Builtins functions: faster jump table#21376
Merged
JulienPalard merged 1 commit intopython:masterfrom Jul 9, 2020
Merged
Conversation
Member
Author
|
Hi @ambv, would you like to see this backported to 3.8 and 3.9? |
Member
|
(Watching here to get a confirmation if doc changes count as bugfixes!) |
shihai1991
pushed a commit
to shihai1991/cpython
that referenced
this pull request
Aug 20, 2020
Contributor
|
I think this is a good change, I've had trouble looking for names too, but this makes the page scroll left to right when viewed on mobile (or maybe it was some other change?). The 3.9 docs don't have this issue, you can only scroll them down. I'm not sure if this is the reason, but the table should also still take 100% of the available width on desktop, this version has some whitespace around it. See 3.9 vs 3.10: |
Member
Author
|
Hi @verhovsky, thanks for reporting! Can you please open an issue about this on https://github.com/python/python-docs-theme/issues? |
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.


Having hard time fininding entries in the builtin functions jump table, told myself many times I should try to enhance it, tried myself at it today, here's what I got:
What do you think?