You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have checked that the issue still exists on the latest versions of the docs on mainhere
Location of the documentation
use regex pattern :(func|meth):`[^`]+()` to search for the occurrences
Documentation problem
The func role's parentheses are unnecessary as Sphinx will add them to the rendered output.
.. bad:func:`read_csv()`
.. good:func:`read_csv`
We're introducing a new rule to the sphinx-lint (issue & PR) and, since sphinx-lint utilizes pandas doc in the CI, we'd like to also fix the issue in pandas.
Suggested fix for documentation
remove unnecessary :func: & :meth: parentheses in reST content
The text was updated successfully, but these errors were encountered:
Pandas version checks
main
hereLocation of the documentation
use regex pattern
:(func|meth):`[^`]+()`
to search for the occurrencesDocumentation problem
The func role's parentheses are unnecessary as Sphinx will add them to the rendered output.
We're introducing a new rule to the sphinx-lint (issue & PR) and, since sphinx-lint utilizes pandas doc in the CI, we'd like to also fix the issue in pandas.
Suggested fix for documentation
remove unnecessary
:func:
&:meth:
parentheses in reST contentThe text was updated successfully, but these errors were encountered: