Merged
Conversation
332fa5f to
b59dabb
Compare
a3bb76a to
bffe677
Compare
bffe677 to
d66ab18
Compare
4ddf1ec to
a2cde68
Compare
Collaborator
|
Since I was unaware what grids are, here's the documentation: https://sphinx-design.readthedocs.io/en/latest/grids.html |
Collaborator
Author
|
Grids are tables that do the right thing. So we can say that some elements can be side by side when the screen is large, but they'll collapse on a smaller screen. |
christinerose
approved these changes
Mar 15, 2024
Leonidas-from-XIV
approved these changes
Mar 15, 2024
Collaborator
Author
|
Thanks for the feedback. for now I've decided to leave the main ndex changes out, and this PR focuses on just using grids in other index pages. |
b42cd1e to
618f021
Compare
Signed-off-by: Etienne Millon <me@emillon.org>
618f021 to
f6bf91d
Compare
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.
This uses
sphinx_design's grids to render long lists by category. The grids are responsive.They are used in several places where we have long lists:
In addition, this adds a "top-level" TOC pointing to the sections, and some quick links on the index page.