We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Follow up for #20015. We need to write documentation about how to do this using blocks like:
..plot:: :context: close-figs >>> s = pd.Series([1, 3, 2]) >>> s.plot.line()
Should this be part of https://pandas.pydata.org/pandas-docs/stable/contributing.html#contributing-to-the-documentation? Are we planning to move the contents of https://python-sprints.github.io/pandas/guide/pandas_docstring.html there in a close future?
The text was updated successfully, but these errors were encountered:
@datapythonista added a basic explanation in https://python-sprints.github.io/pandas/guide/pandas_docstring.html#plots-in-examples. Can you have a look at that? Feel free to do a PR to improve the explanation (I already spotted an indentation error).
Are we planning to move the contents of https://python-sprints.github.io/pandas/guide/pandas_docstring.html there in a close future?
Yes, this is #19704. So idea is indeed that the sprint guide gets integrated in the pandas docs.
Sorry, something went wrong.
I am going to close this issue, as the short explanation already has been added to the PR as well (#19704)
No branches or pull requests
Follow up for #20015. We need to write documentation about how to do this using blocks like:
Should this be part of https://pandas.pydata.org/pandas-docs/stable/contributing.html#contributing-to-the-documentation? Are we planning to move the contents of https://python-sprints.github.io/pandas/guide/pandas_docstring.html there in a close future?
The text was updated successfully, but these errors were encountered: