DOC: Dynamically resize mathtext symbol tables (#26143)#30661
DOC: Dynamically resize mathtext symbol tables (#26143)#30661Ashish-coder-gif wants to merge 1 commit intomatplotlib:mainfrom
Conversation
rcomer
left a comment
There was a problem hiding this comment.
Thank you for the contribution @Ashish-coder-gif. Unfortunately the symbols tables are now not rendering at all. Do you know why?
Before this change:
https://matplotlib.org/devdocs/users/explain/text/mathtext.html#symbols
After this change:
https://output.circle-artifacts.com/output/job/cc17ec9e-e133-4ca9-9a4a-ead61dbccd8b/artifacts/0/doc/build/html/users/explain/text/mathtext.html#symbols
Note also, to solve the issue, the number of columns should change with window size. From a quick look at your code, I do not think you have implemented that.
f6fe650 to
811a1ad
Compare
|
kindly allow me to merge |
|
Hi @Ashish-coder-gif, unfortunately the symbols table is still not rendering after your most recent commit. You can check this yourself by clicking “View the built docs” in the automated checks below, then navigate to User Guide -> Text -> Writing mathematical expressions, and scroll to the bottom of the page. |
PR summary
PR checklist
PR Summary
This pull request updates
doc/sphinxext/math_symbol_table.pyto dynamically resize mathtext symbol tables during documentation builds.Why this change is necessary
What problem does it solve
Verification
make -C doc html.This PR addresses issue #26143.