-
-
Notifications
You must be signed in to change notification settings - Fork 19.1k
DOC: inline docstring for pandas.plotting functions #62584
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: inline docstring for pandas.plotting functions #62584
Conversation
... on plotting.PlotAccessor
pre-commit.ci autofix
Should I also remove the following since its not accessed by any functions after removing @Appender
and @Substition
on pandas/plotting/_core.py
:
pandas/pandas/plotting/_core.py
Line 279 in b20d6ab
_boxplot_doc = """pandas/pandas/plotting/_core.py
Line 445 in b20d6ab
_backend_doc = """\pandas/pandas/plotting/_core.py
Line 454 in b20d6ab
_bar_or_line_doc = """
Should I also remove the following since its not accessed by any functions after removing
@Appender
and@Substition
onpandas/plotting/_core.py
:* https://github.com/pandas-dev/pandas/blob/b20d6ab6b6ad80ec68361321878b6a2fac272d82/pandas/plotting/_core.py#L279 * https://github.com/pandas-dev/pandas/blob/b20d6ab6b6ad80ec68361321878b6a2fac272d82/pandas/plotting/_core.py#L445 * https://github.com/pandas-dev/pandas/blob/b20d6ab6b6ad80ec68361321878b6a2fac272d82/pandas/plotting/_core.py#L454
yes
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 don't think the indentations of the See Also
s in your PR are correct
Uh oh!
There was an error while loading. Please reload this page.
@Appender
,@Substitution
,@doc
with inlined docstrings #62437 (Replace xxxx with the GitHub issue number)doc/source/whatsnew/vX.X.X.rst
file if fixing a bug or adding a new feature.Removed
@Appender
and@Substition
on the following functions:pandas.plotting.boxplot
pandas.plotting.boxplot_frame
pandas.plotting.PlotAccessor.line
pandas.plotting.PlotAccessor.bar
pandas.plotting.PlotAccessor.barh