-
Notifications
You must be signed in to change notification settings - Fork 219
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
DOC: Generate the list of supported fonts dynamically from codes #3406
Conversation
c039280
to
a14da4f
Compare
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.
Cool idea to generate the table with the font samples directly in PyGMT 🙂!
font="Helvetica-Bold", | ||
) | ||
# Fonts | ||
for i, font in enumerate(fonts): |
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.
Good to know that, it is possible to use variables defined in one code-cell in the following code-cells.
Co-authored-by: Yvonne Fröhlich <94163266+yvonnefroehlich@users.noreply.github.com>
Need to merge #3418 first. |
Description of proposed changes
Similar to #3409, but for the list of supported fonts. Changes in
doc/conf.py
anddoc/_static/style.css
are the same as in #3409.Preview: