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
Correct way to use it: .. versionadded:: x.xx.x" (note two semicolons).
Apart from fixing it here and now, it would be useful to have a lint rule that warns contributors about this and similar issues in future (in docstrings and in docs).
Expected Output
Lint rule to catch incorrect sphinx directives.
Output of pd.show_versions()
Doesn't matter.
The text was updated successfully, but these errors were encountered:
Code Sample, a copy-pastable example if possible
None. Documentation / build issue.
Problem description
There are few places where tag "versionadded" misses one semicolon, making it a sphinx comment instead of directive:
Correct way to use it:
.. versionadded:: x.xx.x"
(note two semicolons).Apart from fixing it here and now, it would be useful to have a lint rule that warns contributors about this and similar issues in future (in docstrings and in docs).
Expected Output
Lint rule to catch incorrect sphinx directives.
Output of
pd.show_versions()
Doesn't matter.
The text was updated successfully, but these errors were encountered: