-
Notifications
You must be signed in to change notification settings - Fork 224
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
List function aliases in a more compact layout #3666
Conversation
eed215e
to
f13e735
Compare
Readthedocs build failing because of #3301 (comment) 😅 Docs build isn't broken yet, probably due to caching, but it'll probably break on newer PRs. |
With 3 columns it looks good to me. Makes the whole thing also better readable in my opinion since you dont have to scroll down for long lists. |
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.
As shown in the screenshot below (the left one), currently, the function aliases are listed vertically, wasting a lot of vertical spaces. This PR uses the
hlist
directive to make the list more compact, by listing 4 items per row (the right one).Preview: https://pygmt-dev--3666.org.readthedocs.build/en/3666/api/generated/pygmt.Figure.basemap.html