-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DOC: sparse doc fixups #26571
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: sparse doc fixups #26571
Conversation
@@ -1236,6 +1236,7 @@ Operators now preserve dtypes | |||
- Sparse data structure now can preserve ``dtype`` after arithmetic ops (:issue:`13848`) | |||
|
|||
.. ipython:: python | |||
:okwarning: |
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.
maybe better to make these code blocks?
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.
Probably. I'm still hoping someone will write a script to do this automatically someday. Just capture the output and freeze that.
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.
lol
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.
I'm still hoping someone will write a script to do this automatically someday. Just capture the output and freeze that.
That's also my long term plan ;)
It sounds as not too hard, but sphinx keeps being a mystery most of the time ..
Codecov Report
@@ Coverage Diff @@
## master #26571 +/- ##
==========================================
- Coverage 91.77% 91.77% -0.01%
==========================================
Files 174 174
Lines 50681 50681
==========================================
- Hits 46513 46510 -3
- Misses 4168 4171 +3
Continue to review full report at Codecov.
|
1 similar comment
Codecov Report
@@ Coverage Diff @@
## master #26571 +/- ##
==========================================
- Coverage 91.77% 91.77% -0.01%
==========================================
Files 174 174
Lines 50681 50681
==========================================
- Hits 46513 46510 -3
- Misses 4168 4171 +3
Continue to review full report at Codecov.
|
thanks @TomAugspurger |
No description provided.