-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
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
Ongoing: Fixing docstrings #2916
Comments
that is pretty sweet |
updated with GH task list ftw. |
Turns out there's a PEP on docstring style, as well as alternatives like epytext, and even some tool support for this very purpose. |
DOC: Adding parameters to frequencies, offsets (issue #2916)
I think 9 and 31 here were previously completed:
And the 'label' parameter in 7 does not actually appear to be used in the lreshape function as far as I can tell: |
Some may just be false positives as the list was generated by a script. Marked all the items you mentioned as done. Thanks. |
DOC: Adding parameters address issue sub-points 8 and 10 - 24 (issue #2916)
Version 0.11 * tag 'v0.11.0': (75 commits) RLS: Version 0.11 BUG: respect passed chunksize in read_csv when using get_chunk function. close pandas-dev#3406 DOC: Adding parameters to frequencies, offsets (issue pandas-dev#2916) BUG: fix broken validators again Revert "BUG: config.is_one_of_factory is broken" DOC: minor indexing.rst doc updates BUG: config.is_one_of_factory is broken TST: add test for config.is_one_of_factory DOC: RELEASE.rst mention new options disp.height/width and deprecated line_width BUG: fix validators for config options ENH: default dimensions for ip zmq frontends derive from disp.height/width defaults ENH: let display.notebook_repr_html control HTML repr in qtconsole again. ENH: fix df.repr() for scripts (keep GH1611 away), accept None for max_cols/rows BUG: rework get_console_size to handle cases properly ENH: optimize _repr_fits_horizontal_, to_string only on slice of interest BUG: for numerical option, sentry should be another Type, not 0 TST: fix test_repr_non_interactive passing by accident TST: adjust tests to accommodate new defaults for display options ENH: Adjust height/width/max_rows defaults to match informal survey results CLN: convert test utilizing disp.line_width to disp.width ...
fyi @klen added pep257 docstring style checking to the develop branch of his vim plugin python-mode and his code audit tool for python pylama. |
Add ax docstring. Address issue generated by `scripts/find_undoc_args.py`.
Hi, I came across this and figured this was a good place for me to get familiar with and start contributing to pandas. The list seems pretty old as when I click through the line of code of each item in the list, the referred line of code is not there anymore. I went ahead and used Pull request is here #9293. Please let me know if this is a proper way to contribute. |
@yyl Yes, improvements to documentation/docstrings are always appreciated 👍. |
Hi, I was hoping to contribute and this looked like somewhere good to start, but I'm having some issues with the script, for example:
any ideas? seem to be using the path flag wrong, but i can't figure it out. |
I'd like to contribute, but I'm not quite sure what some of the ask is here... |
closing this as @datapythonista has created new specific issues & we have much better validation to catch things like this. |
Just pushed
scripts/find_undoc_args.py
. putting this herefor the occasional drive-by contributor, and newcomers who would appreciate
an opportunity to make a "low-risk" first PR.
The text was updated successfully, but these errors were encountered: