-
-
Notifications
You must be signed in to change notification settings - Fork 19.5k
DOC: inline docstring in CalamineReader #63571
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
|
pre-commit.ci autofix |
for more information, see https://pre-commit.ci
|
The docs build recently stopped running and has now been fixed on main. Can you merge main, then will take a look. |
|
Merged main and all checks passed. Ready for review! Thanks. |
pandas/io/excel/_calamine.py
Outdated
| Extra options that make sense for a particular storage connection, e.g. | ||
| host, port, username, password, etc. For HTTP(S) URLs the key-value pairs | ||
| are forwarded to ``urllib.request.Request`` as header options. For other | ||
| URLs (e.g. starting with "s3://", and "gcs://") the key-value pairs are | ||
| forwarded to ``fsspec.open``. Please see ``fsspec`` and ``urllib`` for more | ||
| details, and for more examples on storage options refer `here | ||
| <https://pandas.pydata.org/docs/user_guide/io.html? | ||
| highlight=storage_options#reading-writing-remote-files>`_. |
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.
Can you indent this entire description?
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.
Thanks for the review! I've updated the indentation as requested.
|
Thanks @xoxonut |
@Appender,@Substitution,@docwith inlined docstrings #62437doc/source/whatsnew/vX.X.X.rstfile if fixing a bug or adding a new feature.AGENTS.md.Replaced
@docdecorator with hardcoded docstrings inpandas/io/excel/_calamine.py:storage_optionsdocstring and removed the@docdecorator.doc,_shared_docs).