Skip to content

DOC: fix EX03 errors in docstrings - pandas.io.formats.style.Styler: set_tooltips, set_uuid, pipe, highlight_between #56901

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

Merged
merged 1 commit into from
Jan 16, 2024

Conversation

jordan-d-murphy
Copy link
Contributor

All EX03 Errors resolved in the following cases:

  1. scripts/validate_docstrings.py --format=actions --errors=EX03 pandas.io.formats.style.Styler.set_tooltips
  2. scripts/validate_docstrings.py --format=actions --errors=EX03 pandas.io.formats.style.Styler.set_uuid
  3. scripts/validate_docstrings.py --format=actions --errors=EX03 pandas.io.formats.style.Styler.pipe
  4. scripts/validate_docstrings.py --format=actions --errors=EX03 pandas.io.formats.style.Styler.highlight_between

OUTPUT:

  1. scripts/validate_docstrings.py --format=actions --errors=EX03 pandas.io.formats.style.Styler.set_tooltips
################################################################################
################################## Validation ##################################
################################################################################

2 Errors found for `pandas.io.formats.style.Styler.set_tooltips`:
	RT03	Return value has no description
	SA01	See Also section not found
  1. scripts/validate_docstrings.py --format=actions --errors=EX03 pandas.io.formats.style.Styler.set_uuid
################################################################################
################################## Validation ##################################
################################################################################

4 Errors found for `pandas.io.formats.style.Styler.set_uuid`:
	ES01	No extended summary found
	PR07	Parameter "uuid" has no description
	RT03	Return value has no description
	SA01	See Also section not found
  1. scripts/validate_docstrings.py --format=actions --errors=EX03 pandas.io.formats.style.Styler.pipe
################################################################################
################################## Validation ##################################
################################################################################

1 Errors found for `pandas.io.formats.style.Styler.pipe`:
	ES01	No extended summary found
  1. scripts/validate_docstrings.py --format=actions --errors=EX03 pandas.io.formats.style.Styler.highlight_between
################################################################################
################################## Validation ##################################
################################################################################

1 Errors found for `pandas.io.formats.style.Styler.highlight_between`:
	RT03	Return value has no description

…set_tooltips, set_uuid, pipe, highlight_between
@datapythonista datapythonista merged commit 773d78d into pandas-dev:main Jan 16, 2024
@datapythonista
Copy link
Member

Thanks @jordan-d-murphy for one more clean up, almost there.

@jordan-d-murphy jordan-d-murphy deleted the issue#56804_10 branch January 16, 2024 17:07
pmhatre1 pushed a commit to pmhatre1/pandas-pmhatre1 that referenced this pull request May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants