-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DOC: Inconsistent use of code-style formatting (backticks) in docstrings #53674
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
Comments
+1 |
take |
@rhshadrach : I have prepared a pull request where I have addressed this issue in the |
Either way would be fine, but
is typically what's done. We do not require a PR closes an issue. |
I'd be happy to help with the |
Pandas version checks
main
hereLocation of the documentation
https://pandas.pydata.org/docs/reference/api/pandas.read_csv.html
Documentation problem
Multiple docstrings lack code-style formatting (backticks) where it should be used. For example, in the
read_csv
andread_excel
docstrings, there are cases where list literals are written in plain text instead of enclosed in backticks, and multiple parameter or object names are either not formatted or formatted using italics rather than backticks as prescribed in the documentation guide.Suggested fix for documentation
I am suggesting edits to all docstrings to update this formatting for consistency. I suggest this be done incrementally starting with the most-used functions (readers, for example). I am willing to work on this and can do it in chunks (i.e. one pull request per file or even per function depending on what would be recommended).
The text was updated successfully, but these errors were encountered: