Skip to content

Replace tables with styled lists and add mobile breakpoint#3

Open
hugovk wants to merge 2 commits into
miameows:fix-packaging-docs-linkfrom
hugovk:table-to-list
Open

Replace tables with styled lists and add mobile breakpoint#3
hugovk wants to merge 2 commits into
miameows:fix-packaging-docs-linkfrom
hugovk:table-to-list

Conversation

@hugovk
Copy link
Copy Markdown

@hugovk hugovk commented May 19, 2026

Alternative to #2.


📚 Documentation preview 📚: https://cpython-previews--3.org.readthedocs.build/

hugovk and others added 2 commits May 19, 2026 16:16
@nedbat
Copy link
Copy Markdown

nedbat commented May 19, 2026

I don't think we're getting working readthedocs previews here, but I definitely approve of removing table tags.

@hugovk
Copy link
Copy Markdown
Author

hugovk commented 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>
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants