Replace tables with styled lists and add mobile breakpoint#3
Open
hugovk wants to merge 2 commits into
Open
Conversation
Co-authored-by: Ned Batchelder <ned@nedbatchelder.com>
|
I don't think we're getting working readthedocs previews here, but I definitely approve of removing table tags. |
Author
|
Here's a preview: https://hugovk-cpython.readthedocs.io/en/table-to-list/ |
nedbat
reviewed
May 19, 2026
| <div class="contentstable"> | ||
| <ul> | ||
| <li class="biglink"><a class="biglink" href="{{ pathto("whatsnew/" + version) }}">{% trans %}What's new in Python {{ version }}?{% endtrans %}</a><br> | ||
| <span class="linkdescr"> {% trans whatsnew_index=pathto("whatsnew/index") %}<a href="{{ whatsnew_index }}">All "What's new" documents since Python 2.0</a>{% endtrans %}</span></li> |
There was a problem hiding this comment.
My bad, I removed the "Or, " preceding this line. I thought it was a whimisical subtitle, but this line is an alternative link to the name of the section, so "Or, " should remain in some form. It's a bit odd that it's a link instead of a description, but that's what it is.
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.
Alternative to #2.
📚 Documentation preview 📚: https://cpython-previews--3.org.readthedocs.build/