Skip to content
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

DOC: Remove pandas. prefix from See Also section in Series #23659 #23749

Merged

Conversation

dcreekp
Copy link
Contributor

@dcreekp dcreekp commented Nov 17, 2018

Cleaned up so that ./scripts/validate_docstrings.py --prefix=pandas.Series --errors=SA05 does not return any cases.

@pep8speaks
Copy link

Hello @dcreekp! Thanks for submitting the PR.

@codecov
Copy link

codecov bot commented Nov 17, 2018

Codecov Report

Merging #23749 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master   #23749   +/-   ##
=======================================
  Coverage   92.25%   92.25%           
=======================================
  Files         161      161           
  Lines       51390    51390           
=======================================
  Hits        47411    47411           
  Misses       3979     3979
Flag Coverage Δ
#multiple 90.64% <ø> (ø) ⬆️
#single 42.31% <ø> (ø) ⬆️
Impacted Files Coverage Δ
pandas/core/generic.py 96.82% <ø> (ø) ⬆️
pandas/core/series.py 93.68% <ø> (ø) ⬆️
pandas/core/strings.py 98.58% <ø> (ø) ⬆️
pandas/core/arrays/datetimes.py 98.48% <ø> (ø) ⬆️
pandas/core/algorithms.py 95.11% <ø> (ø) ⬆️
pandas/core/indexes/datetimelike.py 97.74% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update db2066b...3fc2e68. Read the comment docs.

@jreback jreback added the Docs label Nov 17, 2018
@jreback jreback added this to the 0.24.0 milestone Nov 17, 2018
@jreback jreback merged commit 2c25bd1 into pandas-dev:master Nov 17, 2018
@jreback
Copy link
Contributor

jreback commented Nov 17, 2018

thanks @dcreekp

@datapythonista note do we actually have this check activated?

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.

DOC: Remove pandas. prefix from See Also section in Series
3 participants