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
main
https://pandas.pydata.org/docs/dev/reference/api/pandas.tseries.offsets.DateOffset.html
The docstring formatting looks wrong, some of it should probably render as code, given how it's written
This is the part of code you need to modify:
pandas/pandas/_libs/tslibs/offsets.pyx
Lines 1349 to 1367 in 2f8b190
Render the code example as code
You should be able to build it by doing
python make.py --single pandas.tseries.offsets.DateOffset
from the doc folder
doc
The text was updated successfully, but these errors were encountered:
Can I try taking on this issue?
Sorry, something went wrong.
sure thing, thanks!
take
choudharynishu
Successfully merging a pull request may close this issue.
Pandas version checks
main
hereLocation of the documentation
https://pandas.pydata.org/docs/dev/reference/api/pandas.tseries.offsets.DateOffset.html
Documentation problem
The docstring formatting looks wrong, some of it should probably render as code, given how it's written
This is the part of code you need to modify:
pandas/pandas/_libs/tslibs/offsets.pyx
Lines 1349 to 1367 in 2f8b190
Suggested fix for documentation
Render the code example as code
You should be able to build it by doing
from the
doc
folderThe text was updated successfully, but these errors were encountered: