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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOC: doc fix #36205

Merged
merged 2 commits into from Sep 8, 2020
Merged

DOC: doc fix #36205

merged 2 commits into from Sep 8, 2020

Conversation

simonjayhawkins
Copy link
Member

@simonjayhawkins simonjayhawkins added this to the 1.1.2 milestone Sep 7, 2020
@jbrockmendel
Copy link
Member

LGTM

@@ -51,7 +51,7 @@ Bug fixes
Other
~~~~~
- :meth:`factorize` now supports ``na_sentinel=None`` to include NaN in the uniques of the values and remove ``dropna`` keyword which was unintentionally exposed to public facing API in 1.1 version from :meth:`factorize` (:issue:`35667`)
- :meth:`DataFrame.plot` and meth:`Series.plot` raise ``UserWarning`` about usage of FixedFormatter and FixedLocator (:issue:`35684` and :issue:`35945`)
- :meth:`DataFrame.plot` and :meth:`Series.plot` raise ``UserWarning`` about usage of FixedFormatter and FixedLocator (:issue:`35684` and :issue:`35945`)
Copy link
Member

Choose a reason for hiding this comment

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

Should FixedFormatter and FixedLocator have double backticks?

Copy link
Contributor

Choose a reason for hiding this comment

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

too bad the docs build doesn't warn on these things. maybe can have some sort of code check (at least to check the book-ended meth/func and so on

Copy link
Member Author

Choose a reason for hiding this comment

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

Should FixedFormatter and FixedLocator have double backticks?

not sure. they are mpl classes. added anyway.

may have been better to include the message verbatim in this case instead UserWarning: FixedFormatter should only be used together with FixedLocator as was done for ValueError: buffer source array is read-only above.

@simonjayhawkins simonjayhawkins merged commit d7fe22f into pandas-dev:master Sep 8, 2020
meeseeksmachine pushed a commit to meeseeksmachine/pandas that referenced this pull request Sep 8, 2020
@simonjayhawkins simonjayhawkins deleted the doc-fix branch September 8, 2020 10:23
simonjayhawkins added a commit that referenced this pull request Sep 8, 2020
Co-authored-by: Simon Hawkins <simonjayhawkins@gmail.com>
jbrockmendel pushed a commit to jbrockmendel/pandas that referenced this pull request Sep 8, 2020
kesmit13 pushed a commit to kesmit13/pandas that referenced this pull request Nov 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants