-
Notifications
You must be signed in to change notification settings - Fork 358
Fix color tables in docs 1878 #2007
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
Fix color tables in docs 1878 #2007
Conversation
changed doc subsection header renamed old subsection
This reverts commit e2c8b46.
|
One tiny question: what's the source of the checker grid image? Did you make it, or pull it from somewhere? |
|
I made |
pushfoo
left a comment
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.
This builds locally and looks good. Thank you for reducing the size of the checkerboard image.
If you rephrase the PR's description to include the following, it'll auto-close the linked issue when merged:
Fixes #1878
I'm not sure if the current phrasing will get picked up by GitHub's automation.
As to parsing vs using Python's various built-ins, I think we should leave that as-is until after 3.0. I'm painfully aware of how ugly doc build is right now, and it'll take a long time to fix.
|
This still WIP or done? |
|
@einarf I haven't built it recently, but I'm satisfied with it as-is, and was as of a few versions ago. |
pushfoo
left a comment
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.
Ran build. It looks good. 👍
Fixes #1429