8000 ENH: Add `Styler.to_typst()` by 3w36zj6 · Pull Request #60733 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content

ENH: Add Styler.to_typst() #60733

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

Merged
Prev Previous commit
Next Next commit
DOC: Update reference
  • Loading branch information
3w36zj6 committed Jan 19, 2025
commit becfb360b2e5f0cafaeb4a8a2f077bb4b790aa7a
2 changes: 2 additions & 0 deletions doc/source/reference/style.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Styler properties
Styler.template_html_style
Styler.template_html_table
Styler.template_latex
Styler.template_typst
Styler.template_string
Styler.loader

Expand Down Expand Up @@ -77,6 +78,7 @@ Style export and import

Styler.to_html
Styler.to_latex
Styler.to_typst
Styler.to_excel
Styler.to_string
Styler.export
Expand Down
Loading
0