Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃悰 FIX: floor table column widths to integers #568

Merged
merged 2 commits into from May 15, 2022
Merged

馃悰 FIX: floor table column widths to integers #568

merged 2 commits into from May 15, 2022

Conversation

jeanas
Copy link
Contributor

@jeanas jeanas commented May 14, 2022

Don't use floats, since some Sphinx builders expect the widths to be
integers, like the Texinfo builder and the text builder.

Closes #540

@welcome
Copy link

welcome bot commented May 14, 2022

Thanks for submitting your first pull request! You are awesome! 馃

If you haven't done so already, check out EBP's Code of Conduct and our Contributing Guide, as this will greatly help the review process.

Welcome to the EBP community! 馃帀

Don't use floats, since some Sphinx builders expect the widths to be
integers, like the Texinfo builder and the text builder.

Closes #540
@codecov
Copy link

codecov bot commented May 14, 2022

Codecov Report

Merging #568 (b575490) into master (602470e) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #568   +/-   ##
=======================================
  Coverage   89.83%   89.83%           
=======================================
  Files          20       20           
  Lines        2116     2116           
=======================================
  Hits         1901     1901           
  Misses        215      215           
Flag Coverage 螖
pytests 89.83% <100.00%> (酶)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage 螖
myst_parser/mdit_to_docutils/base.py 92.26% <100.00%> (酶)

Continue to review full report at Codecov.

Legend - Click here to learn more
螖 = absolute <relative> (impact), 酶 = not affected, ? = missing data
Powered by Codecov. Last update 602470e...b575490. Read the comment docs.

Copy link
Member

@chrisjsewell chrisjsewell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great cheers!

@chrisjsewell chrisjsewell changed the title Round column widths to integers 馃悰 FIX: Round table column widths to integers May 15, 2022
@chrisjsewell chrisjsewell changed the title 馃悰 FIX: Round table column widths to integers 馃悰 FIX: floor table column widths to integers May 15, 2022
@chrisjsewell chrisjsewell merged commit 3c45b7e into executablebooks:master May 15, 2022
@welcome
Copy link

welcome bot commented May 15, 2022

Congrats on your first merged pull request in this project! 馃帀
congrats

Thank you for contributing, we are very proud of you! 鉂わ笍

@jeanas jeanas deleted the info-table branch May 15, 2022 10:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Markdown tables break texinfo builder because of float colspec
2 participants