-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DOC: move feature to correct whatsnew section; typos #21897
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
Conversation
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.
other changes look ok. ping on green.
doc/source/whatsnew/v0.24.0.txt
Outdated
@@ -70,6 +68,7 @@ Current Behavior: | |||
|
|||
Other Enhancements | |||
^^^^^^^^^^^^^^^^^^ | |||
- ``ExcelWriter`` now accepts ``mode`` as a keyword argument, enabling append to existing workbooks when using the ``openpyxl`` engine (:issue:`3441`) |
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.
leave this where it was. this is a significant new feature that's why i put it there.
doc/source/whatsnew/v0.24.0.txt
Outdated
@@ -8,15 +8,20 @@ v0.24.0 (Month XX, 2018) | |||
New features | |||
~~~~~~~~~~~~ | |||
|
|||
- ``ExcelWriter`` now accepts ``mode`` as a keyword argument, enabling append to existing workbooks when using the ``openpyxl`` engine (:issue:`3441`) | |||
.. _whatsnew_0240.enhancements.excel_writer_mode: |
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.
just leave it like it was, its not necessary to make a sub-section, just a single entry is fine.
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.
Was just writing why I did that, but you were faster. Fair enough. Not much left of this PR then, but OK.
5479fe2
to
ad10e77
Compare
ad10e77
to
66a21b2
Compare
thanks! |
Splitting up #21645.
Motivation is easy: when I started working on #21645, there was nothing under "New Features" (usually having a descriptive section each) except this one-liner. To me, this belongs to "Other Enhancements".
Plus found some typos and stuff where the
rst
breaks (cannot have something directly after closing backticks).