Skip to content

Missing show_versions() in documentation #33044

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

Closed
MarianD opened this issue Mar 26, 2020 · 5 comments · Fixed by #33073
Closed

Missing show_versions() in documentation #33044

MarianD opened this issue Mar 26, 2020 · 5 comments · Fixed by #33073
Labels

Comments

@MarianD
Copy link
Contributor

MarianD commented Mar 26, 2020

pandas.show_versions()

is not in pandas API Reference.

@TomAugspurger
Copy link
Contributor

It's primarily used for bug reports. Is there a reason you'd like to see it in the API documentation?

We'd also need someone to write a docstring for it.

@MarianD
Copy link
Contributor Author

MarianD commented Mar 26, 2020

@TomAugspurger

Is there a reason you'd like to see it in the API documentation?

For completeness. Once I need it (I knew that there is such a function) but I didn't remember its name. So I tried finding it in lists of API reference General functions and General utility functions.

We'd also need someone to write a docstring for it.

I may do it. I need some days to find its source code and get acquainted with common rules for docstrings in pandas, and learn the order of steps how to accomplish it in git — or do you suppose other way for doing it?

@TomAugspurger
Copy link
Contributor

TomAugspurger commented Mar 26, 2020 via email

@MarianD
Copy link
Contributor Author

MarianD commented Mar 26, 2020

@TomAugspurger, thanks for useful info.

@jorisvandenbossche jorisvandenbossche added this to the Contributions Welcome milestone Mar 27, 2020
@MarianD
Copy link
Contributor Author

MarianD commented Mar 27, 2020

@TomAugspurger, I just wrote the docstring — see my pull request #33073.

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 a pull request may close this issue.

3 participants