-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
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: Cleanup for nbsphinx output #15951
Conversation
@jreback is this what you meant by aligned? My change made them use monospace font, but doesn't apply any additional styling. |
hmm maybe need to right align the numbers |
We probably do in the notebook, but this is picking up the CSS from the website. I'll right-align in the CSS. |
Followup to pandas-dev#15581 Using the `nbsphinx: hidden` metadata to hide the ouptut, so readers don't see matplotlib's fc-list warning. Make the tables monospaced in CSS.
714f4ad
to
99318b7
Compare
Codecov Report
@@ Coverage Diff @@
## master #15951 +/- ##
=======================================
Coverage 90.99% 90.99%
=======================================
Files 145 145
Lines 49570 49570
=======================================
Hits 45106 45106
Misses 4464 4464
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #15951 +/- ##
==========================================
+ Coverage 90.99% 90.99% +<.01%
==========================================
Files 145 145
Lines 49570 49570
==========================================
+ Hits 45106 45107 +1
+ Misses 4464 4463 -1
Continue to review full report at Codecov.
|
@TomAugspurger great! yeah to be honest we should prob default right-align / and fixed decimals for the first thing in the notebook (or I think its the default)? merge away |
thanks @TomAugspurger |
font looks nice, though warnings are still there :< |
Ah shoot. Looks like you actually have to import |
Followup to #15581
Using the
nbsphinx: hidden
metadata to hide the ouptut, soreaders don't see matplotlib's fc-list warning.
Make the tables monospaced in CSS.